diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-05-24 07:28:49 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-05-24 07:28:49 +0200 |
commit | 725d32a9aeb89cfb8b934b4e36925c8842aff48e (patch) | |
tree | f10aead99b7e9d21d9f87ba1d87b70d5c0604795 /config.example | |
parent | 139c8f2135515ceb087c99746de06931aea04dad (diff) | |
download | rofi-pass-725d32a9aeb89cfb8b934b4e36925c8842aff48e.tar.gz |
make color for help messages customizable
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.example b/config.example index 36b84bc..9afa699 100644 --- a/config.example +++ b/config.example @@ -11,3 +11,7 @@ EDITOR='gvim -f' # Browser BROWSER='chromium' + +## Misc settings + +help_color="#0C73C2" |