diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-27 09:03:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-27 09:03:44 +0200 |
| commit | fae3356c50bd59d7687e58f421fd0e830f85c5b3 (patch) | |
| tree | 123e6aa436bdac0069dc9c7b9b1747c9340af7d0 /soria-theme.el | |
| parent | ec8ad9aaca77a84d760a560a4d71cce5fbd400e9 (diff) | |
| download | soria-fae3356c50bd59d7687e58f421fd0e830f85c5b3.tar.gz soria-fae3356c50bd59d7687e58f421fd0e830f85c5b3.zip | |
Set ansi-color-names
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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])) ) ) |
