diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-09-08 17:59:05 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2017-09-08 17:59:05 +0200 |
| commit | ae24fffa18f118490061f7c4a34717375ce4be10 (patch) | |
| tree | 1130e8a6cc67cd1ab669d352c20689e7e542c27c /eighters-theme.el | |
| parent | a273b26da22213b4c691a358dcdb9e983c7a4017 (diff) | |
| download | eighters-theme-ae24fffa18f118490061f7c4a34717375ce4be10.tar.xz | |
Make term-colors and here-docs use the theme's colours
Diffstat (limited to 'eighters-theme.el')
| -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))))) |
