Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
2.3 KiB

4 years ago
  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. [look]
  12. auto_refresh = "*"
  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. [format]
  26. export_help = "# ${description2}"
  27. export_option = "/set ${name} ${quoted_value}"
  28. export_option_null = "/unset ${name}"
  29. option1 = ""
  30. option2 = "${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"
  31. [color]
  32. default_value = default
  33. default_value_selected = white
  34. description = default
  35. description_selected = white
  36. file = default
  37. file_changed = brown
  38. file_changed_selected = yellow
  39. file_selected = white
  40. help_default_value = white
  41. help_description = default
  42. help_name = white
  43. help_quotes = darkgray
  44. help_values = default
  45. index = cyan
  46. index_selected = lightcyan
  47. line_marked_bg1 = default
  48. line_marked_bg2 = default
  49. line_selected_bg1 = blue
  50. line_selected_bg2 = red
  51. marked = brown
  52. marked_selected = yellow
  53. max = default
  54. max_selected = white
  55. min = default
  56. min_selected = white
  57. name = default
  58. name_changed = brown
  59. name_changed_selected = yellow
  60. name_selected = white
  61. option = default
  62. option_changed = brown
  63. option_changed_selected = yellow
  64. option_selected = white
  65. parent_name = default
  66. parent_name_selected = white
  67. parent_value = cyan
  68. parent_value_selected = lightcyan
  69. quotes = darkgray
  70. quotes_changed = default
  71. quotes_changed_selected = white
  72. quotes_selected = default
  73. section = default
  74. section_changed = brown
  75. section_changed_selected = yellow
  76. section_selected = white
  77. string_values = default
  78. string_values_selected = white
  79. title_count_options = cyan
  80. title_current_option = lightcyan
  81. title_filter = yellow
  82. title_marked_options = lightgreen
  83. title_sort = white
  84. type = green
  85. type_selected = lightgreen
  86. unmarked = default
  87. unmarked_selected = white
  88. value = cyan
  89. value_changed = brown
  90. value_changed_selected = yellow
  91. value_selected = lightcyan
  92. value_undef = magenta
  93. value_undef_selected = lightmagenta