[weechat] Add current state of setup
This commit is contained in:
parent
ba8211aac3
commit
7ea6f5039a
1 changed files with 18 additions and 16 deletions
|
@ -160,13 +160,13 @@ word_chars_input = "!\u00A0,-,_,|,alnum"
|
|||
bar_more = lightmagenta
|
||||
chat = default
|
||||
chat_bg = default
|
||||
chat_buffer = white
|
||||
chat_channel = white
|
||||
chat_buffer = black
|
||||
chat_channel = black
|
||||
chat_day_change = cyan
|
||||
chat_delimiters = 29
|
||||
chat_highlight = *16
|
||||
chat_highlight = brown
|
||||
chat_highlight_bg = 9
|
||||
chat_host = 24
|
||||
chat_host = gray
|
||||
chat_inactive_buffer = 240
|
||||
chat_inactive_window = 244
|
||||
chat_nick = lightcyan
|
||||
|
@ -176,32 +176,32 @@ chat_nick_offline_highlight = default
|
|||
chat_nick_offline_highlight_bg = darkgray
|
||||
chat_nick_other = cyan
|
||||
chat_nick_prefix = green
|
||||
chat_nick_self = white
|
||||
chat_nick_self = black
|
||||
chat_nick_suffix = green
|
||||
chat_prefix_action = white
|
||||
chat_prefix_action = black
|
||||
chat_prefix_buffer = brown
|
||||
chat_prefix_buffer_inactive_buffer = 58
|
||||
chat_prefix_error = yellow
|
||||
chat_prefix_error = red
|
||||
chat_prefix_join = lightgreen
|
||||
chat_prefix_more = lightmagenta
|
||||
chat_prefix_network = magenta
|
||||
chat_prefix_quit = lightred
|
||||
chat_prefix_suffix = 24
|
||||
chat_prefix_suffix = red
|
||||
chat_read_marker = magenta
|
||||
chat_read_marker_bg = default
|
||||
chat_server = brown
|
||||
chat_tags = red
|
||||
chat_text_found = yellow
|
||||
chat_text_found = brown
|
||||
chat_text_found_bg = lightmagenta
|
||||
chat_time = default
|
||||
chat_time_delimiters = brown
|
||||
chat_value = cyan
|
||||
chat_value_null = blue
|
||||
emphasized = yellow
|
||||
emphasized = brown
|
||||
emphasized_bg = magenta
|
||||
input_actions = lightgreen
|
||||
input_text_not_found = red
|
||||
item_away = yellow
|
||||
item_away = brown
|
||||
nicklist_away = 243
|
||||
nicklist_group = green
|
||||
separator = 237
|
||||
|
@ -210,16 +210,16 @@ status_count_msg = brown
|
|||
status_count_other = default
|
||||
status_count_private = green
|
||||
status_data_highlight = lightmagenta
|
||||
status_data_msg = yellow
|
||||
status_data_other = default
|
||||
status_data_msg = brown
|
||||
status_data_other = brown
|
||||
status_data_private = lightgreen
|
||||
status_filter = green
|
||||
status_more = yellow
|
||||
status_more = brown
|
||||
status_mouse = lightred
|
||||
status_name = white
|
||||
status_name = black
|
||||
status_name_ssl = lightgreen
|
||||
status_nicklist_count = default
|
||||
status_number = yellow
|
||||
status_number = brown
|
||||
status_time = default
|
||||
|
||||
[completion]
|
||||
|
@ -388,8 +388,10 @@ Slack.window = "1;0;0;0;core;weechat"
|
|||
Slack.current = on
|
||||
|
||||
[notify]
|
||||
python.listbuffer = none
|
||||
|
||||
[filter]
|
||||
irc_smart = on;*;irc_smart_filter;*
|
||||
|
||||
[key]
|
||||
ctrl-? = "/input delete_previous_char"
|
||||
|
|
Loading…
Reference in a new issue