aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-06-27 09:03:44 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-06-27 09:03:44 +0200
commitfae3356c50bd59d7687e58f421fd0e830f85c5b3 (patch)
tree123e6aa436bdac0069dc9c7b9b1747c9340af7d0
parentec8ad9aaca77a84d760a560a4d71cce5fbd400e9 (diff)
downloadsoria-fae3356c50bd59d7687e58f421fd0e830f85c5b3.tar.gz
soria-fae3356c50bd59d7687e58f421fd0e830f85c5b3.zip
Set ansi-color-names
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--soria-theme.el7
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]))
)
)