diff options
| -rw-r--r-- | eighters-theme.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index c6b8b4f..ee056eb 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -58,9 +58,17 @@ '(diff-refine-removed ((t (:foreground "orange" :inherit (diff-refine-changed))))) '(diff-changed ((t (:background "gray25")))) '(diff-refine-changed ((t (:weight bold)))) + '(term-color-black ((t (:foreground "black" :background "black")))) '(term-color-blue ((t (:foreground "steelblue1" :background "steelblue1")))) + '(term-color-cyan ((t (:foreground "cyan" :background "cyan")))) + '(term-color-green ((t (:foreground "green3" :background "green3")))) + '(term-color-magenta ((t (:foreground "maroon1" :background "maroon1")))) + '(term-color-red ((t (:foreground "red" :background "red")))) + '(term-color-white ((t (:foreground "white smoke" :background "white smoke")))) + '(term-color-yellow ((t (:foreground "gold" :background "gold")))) '(which-func ((t (:inherit (font-lock-function-name-face))))) '(Info-quoted ((t (:inherit (font-lock-string-face) :family "courier")))) + '(sh-heredoc ((t (:foreground "gold")))) '(erc-input-face ((t (:foreground "brown1")))) '(erc-my-nick-face ((t (:foreground "brown1" :weight bold)))) '(magit-section-highlight ((t (:inherit (highlight))))) |
