diff options
Diffstat (limited to 'weechat/buffers.conf')
| -rw-r--r-- | weechat/buffers.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/weechat/buffers.conf b/weechat/buffers.conf index bf2beb0..35dfaae 100644 --- a/weechat/buffers.conf +++ b/weechat/buffers.conf @@ -3,8 +3,8 @@ # [color] -current_bg = red -current_fg = lightcyan +current_bg = default +current_fg = white default_bg = default default_fg = default hotlist_highlight_bg = default @@ -12,20 +12,20 @@ hotlist_highlight_fg = magenta hotlist_low_bg = default hotlist_low_fg = white hotlist_message_bg = default -hotlist_message_fg = yellow +hotlist_message_fg = cyan hotlist_private_bg = default hotlist_private_fg = lightgreen none_channel_bg = default none_channel_fg = default -number = lightgreen -number_char = lightgreen +number = default +number_char = default prefix_bufname = default queries_default_bg = default queries_default_fg = default queries_highlight_bg = default -queries_highlight_fg = default +queries_highlight_fg = yellow queries_message_bg = default -queries_message_fg = default +queries_message_fg = red suffix_bufname = default whitelist_default_bg = default whitelist_default_fg = default @@ -50,7 +50,7 @@ hide_merged_buffers = server hotlist_counter = off immune_detach_buffers = "" indenting = off -indenting_number = on +indenting_number = off jump_prev_next_visited_buffer = off mark_inactive = off mouse_move_buffer = on |
