diff options
| author | Ben Beltran <ben@nsovocal.com> | 2012-10-20 13:14:07 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2012-10-20 13:14:07 -0500 |
| commit | aca6370146f453f45ccebd020eb8315b54fd0e5b (patch) | |
| tree | 9b078e0d6fa0e2a29cbafeea5506af2fd2c62a1b /weechat/iset.conf | |
| parent | ee6d2b11353c28d428b287752c0079f5ec407061 (diff) | |
Add weechat, ack, git and nethack
Diffstat (limited to 'weechat/iset.conf')
| -rw-r--r-- | weechat/iset.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/weechat/iset.conf b/weechat/iset.conf new file mode 100644 index 0000000..33fb1f1 --- /dev/null +++ b/weechat/iset.conf @@ -0,0 +1,27 @@ +# +# iset.conf -- weechat v0.3.8 +# + +[color] +bg_selected = red +help_default_value = green +help_option_name = white +help_text = default +option = default +option_selected = white +type = brown +type_selected = yellow +value = cyan +value_selected = lightcyan +value_undef = green +value_undef_selected = lightgreen + +[help] +show_help_bar = on +show_help_extra_info = on +show_plugin_description = on + +[look] +scroll_horiz = 10 +show_current_line = on +value_search_char = "=" |