From 4f28f606978be2e757f4b8c0a53e0519390ca37d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 03:20:43 +0200 Subject: weechat: add palette aliases to sort of match old term colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- weechat/weechat.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 795c675..96c8365 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -137,6 +137,21 @@ word_chars_highlight = "!\u00A0,-,_,|,alnum" word_chars_input = "!\u00A0,-,_,|,alnum" [palette] +111 = "lightblue" +116 = "lightcyan" +15 = "white" +175 = "magenta" +180 = "brown" +181 = "lightred" +188 = "grey" +212 = "lightmagenta" +223 = "yellow" +237 = "black" +249 = "lightgreen" +60 = "blue" +66 = "darkgrey" +72 = "green" +95 = "red" [color] bar_more = lightmagenta -- cgit v1.2.3-54-g00ecf