[weechat] colors

pull/28/head
Alpha Chen 8 years ago
parent 64972ddcc9
commit 9233f23183

@ -3,16 +3,16 @@
# #
[color] [color]
current_bg = red current_bg = lightred
current_fg = lightcyan current_fg = yellow
default_bg = default default_bg = default
default_fg = default default_fg = default
hotlist_highlight_bg = default hotlist_highlight_bg = default
hotlist_highlight_fg = magenta hotlist_highlight_fg = black
hotlist_low_bg = default hotlist_low_bg = default
hotlist_low_fg = white hotlist_low_fg = white
hotlist_message_bg = default hotlist_message_bg = default
hotlist_message_fg = yellow hotlist_message_fg = red
hotlist_private_bg = default hotlist_private_bg = default
hotlist_private_fg = lightgreen hotlist_private_fg = lightgreen
none_channel_bg = default none_channel_bg = default

@ -288,7 +288,7 @@ nicklist.separator = on
nicklist.size = 0 nicklist.size = 0
nicklist.size_max = 0 nicklist.size_max = 0
nicklist.type = window nicklist.type = window
status.color_bg = blue status.color_bg = black
status.color_delim = cyan status.color_delim = cyan
status.color_fg = default status.color_fg = default
status.conditions = "" status.conditions = ""
@ -302,7 +302,7 @@ status.separator = off
status.size = 1 status.size = 1
status.size_max = 0 status.size_max = 0
status.type = window status.type = window
title.color_bg = blue title.color_bg = black
title.color_delim = cyan title.color_delim = cyan
title.color_fg = default title.color_fg = default
title.conditions = "" title.conditions = ""

Loading…
Cancel
Save