weechat - change colors, color nicks, go-script
- Change the colours of the nicks, the time format - Colour the nicks in the text - Add go-script to fuzzy go to buffers
This commit is contained in:
parent
68c2e0b11c
commit
3df25d3dda
8 changed files with 860 additions and 9 deletions
|
@ -26,7 +26,7 @@ buffer_search_case_sensitive = off
|
|||
buffer_search_force_default = off
|
||||
buffer_search_regex = off
|
||||
buffer_search_where = message
|
||||
buffer_time_format = " "
|
||||
buffer_time_format = "%H:%M:%S"
|
||||
color_basic_force_bold = off
|
||||
color_inactive_buffer = on
|
||||
color_inactive_message = on
|
||||
|
@ -123,19 +123,19 @@ chat_buffer = white
|
|||
chat_channel = white
|
||||
chat_day_change = cyan
|
||||
chat_delimiters = green
|
||||
chat_highlight = yellow
|
||||
chat_highlight = default
|
||||
chat_highlight_bg = magenta
|
||||
chat_host = cyan
|
||||
chat_inactive_buffer = default
|
||||
chat_inactive_window = default
|
||||
chat_nick = lightcyan
|
||||
chat_nick_colors = "cyan,magenta,green,brown,lightblue,default,lightcyan,lightmagenta,lightgreen,blue"
|
||||
chat_nick_colors = "cyan,green,brown,lightblue,lightred,lightcyan,lightgreen,yellow"
|
||||
chat_nick_offline = default
|
||||
chat_nick_offline_highlight = default
|
||||
chat_nick_offline_highlight_bg = blue
|
||||
chat_nick_other = cyan
|
||||
chat_nick_prefix = green
|
||||
chat_nick_self = white
|
||||
chat_nick_self = magenta
|
||||
chat_nick_suffix = green
|
||||
chat_prefix_action = white
|
||||
chat_prefix_buffer = brown
|
||||
|
@ -152,7 +152,7 @@ chat_server = brown
|
|||
chat_tags = red
|
||||
chat_text_found = yellow
|
||||
chat_text_found_bg = lightmagenta
|
||||
chat_time = default
|
||||
chat_time = darkgray
|
||||
chat_time_delimiters = brown
|
||||
chat_value = cyan
|
||||
emphasized = yellow
|
||||
|
@ -513,6 +513,7 @@ meta-j99 = "/buffer 99"
|
|||
meta-k = "/input grab_key_command"
|
||||
meta-m = "/mute mouse toggle"
|
||||
meta-n = "/window scroll_next_highlight"
|
||||
meta-o = "/go"
|
||||
meta-p = "/window scroll_previous_highlight"
|
||||
meta-r = "/input delete_line"
|
||||
meta-s = "/mute aspell toggle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue