From fae3356c50bd59d7687e58f421fd0e830f85c5b3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 27 Jun 2016 09:03:44 +0200 Subject: Set ansi-color-names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) 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])) ) ) -- cgit v1.2.3