eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit ae24fffa18f118490061f7c4a34717375ce4be10
parent a273b26da22213b4c691a358dcdb9e983c7a4017
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri,  8 Sep 2017 17:59:05 +0200

Make term-colors and here-docs use the theme's colours

Diffstat:
Meighters-theme.el | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git 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)))))