summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <DaveDavenport@users.noreply.github.com>2015-02-05 08:13:39 +0100
committerDave Davenport <DaveDavenport@users.noreply.github.com>2015-02-05 08:13:39 +0100
commitb0b8a0c477ba4efa53878231e7e4ff6d484c1562 (patch)
treedfeb00bb9731bbcf1d1c09501c0bb0eae396f972
parent9a197e4e048f3dc29f5eef3d4b4e9f7b787a0236 (diff)
parent04378179b9cb1be587858b0cd3bdc6d364cc09e2 (diff)
Merge pull request #124 from vimeitor/patch-1
Fix documentation
-rw-r--r--doc/rofi-manpage.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown
index 7f1ed6d0..19ae718d 100644
--- a/doc/rofi-manpage.markdown
+++ b/doc/rofi-manpage.markdown
@@ -210,7 +210,7 @@ The default key combinations are:
Set the background text color (X11 named color or hex #rrggbb) for the highlighted item in the
menu.
- rofi -fg "#005577"
+ rofi -hlbg "#005577"
Default: *#005577*
@@ -219,7 +219,7 @@ The default key combinations are:
Set the foreground text color (X11 named color or hex #rrggbb) for the highlighted item in the
menu.
- rofi -fg "#ffffff"
+ rofi -hlfg "#ffffff"
Default: *#FFFFFF*