summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-09 22:09:02 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-09 22:09:02 +0200
commit97467fceff7c3631568188f5a01118854511831d (patch)
treeb7c56c4aa1b1e4c19f5ca6b093a592fbc23ea03f /doc/rofi-theme.5.markdown
parent131dd56522b1d205667f8399e8dc21418f02f721 (diff)
Update small part of doc. set hadle-color on scrollbar in default theme.
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown27
1 files changed, 15 insertions, 12 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index e2d220fb..1786cd38 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -574,10 +574,10 @@ The following properties are currently supported:
### scrollbar:
-* **foreground**: color
-* **handle-width**: distance
-* **handle-color**: color
-* **foreground**: color
+* **background-color**: color
+* **handle-width**: distance
+* **handle-color**: color
+* **border-color**: color
### box:
@@ -636,24 +636,27 @@ The current layout of **rofi** is structured as follows:
|------------------------------------------------------------------------------------|
| #window {BOX:vertical} |
| |-------------------------------------------------------------------------------| |
-| | #window.mainbox {BOX:vertical} | |
+| | #mainbox {BOX:vertical} | |
| | |---------------------------------------------------------------------------| | |
-| | | #window.mainbox.inputbar {BOX:horizontal} | | |
-| | | |--------| |-------------------------------------------------------| |--| | | |
-| | | | prompt | | entry | |ci| | | |
-| | | |--------| |-------------------------------------------------------| |--| | | |
+| | | #inputbar {BOX:horizontal} | | |
+| | | |---------| |-----------------------------------------------------| |---| | | |
+| | | | #prompt | | #entry | |#ci| | | |
+| | | |---------| |-----------------------------------------------------| |---| | | |
| | |---------------------------------------------------------------------------| | |
| | | |
| | |---------------------------------------------------------------------------| | |
-| | | #window.mainbox.message | | |
+| | | #message | | |
+| | | |-----------------------------------------------------------------------| | | |
+| | | | #textbox | | | |
+| | | |-----------------------------------------------------------------------| | | |
| | |---------------------------------------------------------------------------| | |
| | | |
| | |-----------------------------------------------------------------------------| |
-| | | #window.mainbox.listview | |
+| | | #listview | |
| | |-----------------------------------------------------------------------------| |
| | | |
| | |---------------------------------------------------------------------------| | |
-| | | #window.mainbox.sidebar {BOX:horizontal} | | |
+| | | #sidebar {BOX:horizontal} | | |
| | | |---------------| |---------------| |--------------| |---------------| | | |
| | | | Button | | Button | | Button | | Button | | | |
| | | |---------------| |---------------| |--------------| |---------------| | | |