diff options
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index c29b667..3f4c730 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -345,6 +345,13 @@ The theme has to be reloaded after changing anything in this group." ((,class (:background ,soria-linegray :foreground ,soria-white :underline nil))))) + + ; ansi color names + (custom-theme-set-variables + 'soria + `(ansi-color-names-vector [,soria-darkgray ,soria-redpastel ,soria-green + ,soria-yellow ,soria-blue ,soria-darkpurple + ,soria-purple ,soria-white])) ) ) |
