summaryrefslogtreecommitdiffstats
path: root/doc/rofi.1
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-11 12:04:14 +0200
committerQC <qball@gmpclient.org>2015-04-11 12:04:14 +0200
commitc1a8735e246db294f80e9ad51c4bfd43af64b5f4 (patch)
tree9816aa26b44d0d77ba589073bc4e471035c3e6a2 /doc/rofi.1
parent27dfb8937d882b6a87bd1997a5dbce32ffbaf6d4 (diff)
Re-enable background/foreground. Make theming method an option.
Diffstat (limited to 'doc/rofi.1')
-rw-r--r--doc/rofi.17
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/rofi.1 b/doc/rofi.1
index 1ece4565..1aeffc53 100644
--- a/doc/rofi.1
+++ b/doc/rofi.1
@@ -633,8 +633,9 @@ If in daemon mode, reload the configuration from Xresources. (commandline argume
override xresources).
.SH Theming
.PP
-With \fBrofi\fP 0.15.4 we have a new way of specifying colors, the old settings still apply (for now)
-and override the new setup. The new setup allows you to specify colors per state, similar to \fBi3\fP
+With \fBrofi\fP 0.15.4 we have a new way of specifying colors, the old settings still apply (for now).
+To enable the new setup, set \fB\fCrofi.color\-enabled\fR to true. The new setup allows you to specify
+colors per state, similar to \fBi3\fP
Currently 3 states exists:
.RS
.IP \(bu 2
@@ -666,7 +667,7 @@ An example for \fB\fCXresources\fR file:
.PP
.RS
.nf
-! State: 'bg', 'fg', 'bgalt', 'hlfg', 'hlbg'
+! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg'
rofi.color\-normal: #fdf6e3, #002b36, #eee8d5, #586e75, #eee8d5
rofi.color\-urgent: #fdf6e3, #dc322f, #eee8d5, #dc322f, #fdf6e3
rofi.color\-active: #fdf6e3, #268bd2, #eee8d5, #268bd2, #fdf6e3