diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 03:20:43 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-07-19 03:20:43 +0200 |
commit | 4f28f606978be2e757f4b8c0a53e0519390ca37d (patch) | |
tree | 3f25e72c23ea5dcf1f2b56dbc3137e6757bba861 /weechat | |
parent | 937099f43815c05e8ecd40685c0fb38d34e4a81d (diff) | |
download | dotfiles-4f28f606978be2e757f4b8c0a53e0519390ca37d.tar.xz |
weechat: add palette aliases to sort of match old term colors
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'weechat')
-rw-r--r-- | weechat/weechat.conf | 15 |
1 files changed, 15 insertions, 0 deletions
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 |