diff options
Diffstat (limited to 'emacs/.emacs.d/drobillized-theme.el')
-rw-r--r-- | emacs/.emacs.d/drobillized-theme.el | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el index d8c4e0f..538ceb8 100644 --- a/emacs/.emacs.d/drobillized-theme.el +++ b/emacs/.emacs.d/drobillized-theme.el @@ -58,6 +58,22 @@ Reload the theme after changing anything in this group." 'drobillized `(Man-overstrike ((t (:inherit bold :foreground ,green)))) `(Man-underline ((t (:foreground ,yellow)))) + `(ansi-color-black ((t (:background "#141414" :foreground "#141414")))) + `(ansi-color-blue ((t (:background ,blue :foreground ,blue)))) + `(ansi-color-bright-black ((t (:background "#242424" :foreground "#242424")))) + `(ansi-color-bright-blue ((t (:background ,blue-l :foreground ,blue-l)))) + `(ansi-color-bright-cyan ((t (:background ,cyan-l :foreground ,cyan-l)))) + `(ansi-color-bright-green ((t (:background ,green-l :foreground ,green-l)))) + `(ansi-color-bright-magenta ((t (:background ,magenta-l :foreground ,magenta-l)))) + `(ansi-color-bright-red ((t (:background ,red-l :foreground ,red-l)))) + `(ansi-color-bright-white ((t (:background "#FFF" :foreground "#FFF")))) + `(ansi-color-bright-yellow ((t (:background ,yellow-l :foreground ,yellow-l)))) + `(ansi-color-cyan ((t (:background ,cyan :foreground ,cyan)))) + `(ansi-color-green ((t (:background ,green :foreground ,green)))) + `(ansi-color-magenta ((t (:background ,magenta :foreground ,magenta)))) + `(ansi-color-red ((t (:background ,red :foreground ,red)))) + `(ansi-color-white ((t (:background "#EEE" :foreground "#EEE")))) + `(ansi-color-yellow ((t (:background ,yellow :foreground ,yellow)))) `(bold ((t (:weight bold)))) `(compilation-column-number ((t (:foreground "grey40")))) `(cursor ((t (:background "grey80")))) |