]> git.r.bdr.sh - rbdr/dotfiles/blob - weechat/fset.conf
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
[rbdr/dotfiles] / weechat / fset.conf
1 #
2 # weechat -- fset.conf
3 #
4 # WARNING: It is NOT recommended to edit this file by hand,
5 # especially if WeeChat is running.
6 #
7 # Use /set or similar command to change settings in WeeChat.
8 #
9 # For more info, see: https://weechat.org/doc/quickstart
10 #
11
12 [look]
13 auto_unmark = off
14 condition_catch_set = "${count} >= 1"
15 export_help_default = on
16 format_number = 1
17 marked_string = "*"
18 scroll_horizontal = 10
19 show_plugins_desc = off
20 sort = "~name"
21 unmarked_string = " "
22 use_color_value = off
23 use_keys = on
24 use_mute = off
25
26 [format]
27 export_help = "# ${description2}"
28 export_option = "/set ${name} ${quoted_value}"
29 export_option_null = "/unset ${name}"
30 option1 = ""
31 option2 = "${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"
32
33 [color]
34 default_value = default
35 default_value_selected = white
36 description = default
37 description_selected = white
38 file = default
39 file_changed = brown
40 file_changed_selected = yellow
41 file_selected = white
42 help_default_value = white
43 help_description = default
44 help_name = white
45 help_quotes = darkgray
46 help_values = default
47 index = cyan
48 index_selected = lightcyan
49 line_marked_bg1 = default
50 line_marked_bg2 = default
51 line_selected_bg1 = blue
52 line_selected_bg2 = red
53 marked = brown
54 marked_selected = yellow
55 max = default
56 max_selected = white
57 min = default
58 min_selected = white
59 name = default
60 name_changed = brown
61 name_changed_selected = yellow
62 name_selected = white
63 option = default
64 option_changed = brown
65 option_changed_selected = yellow
66 option_selected = white
67 parent_name = default
68 parent_name_selected = white
69 parent_value = cyan
70 parent_value_selected = lightcyan
71 quotes = darkgray
72 quotes_changed = default
73 quotes_changed_selected = white
74 quotes_selected = default
75 section = default
76 section_changed = brown
77 section_changed_selected = yellow
78 section_selected = white
79 string_values = default
80 string_values_selected = white
81 title_count_options = cyan
82 title_current_option = lightcyan
83 title_filter = yellow
84 title_marked_options = lightgreen
85 title_sort = white
86 type = green
87 type_selected = lightgreen
88 unmarked = default
89 unmarked_selected = white
90 value = cyan
91 value_changed = brown
92 value_changed_selected = yellow
93 value_selected = lightcyan
94 value_undef = magenta
95 value_undef_selected = lightmagenta