summaryrefslogtreecommitdiffstats
path: root/doc
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
parent131dd56522b1d205667f8399e8dc21418f02f721 (diff)
Update small part of doc. set hadle-color on scrollbar in default theme.
Diffstat (limited to 'doc')
-rw-r--r--doc/default_theme.rasi1
-rw-r--r--doc/old-theme-convert-output.rasi1
-rw-r--r--doc/rofi-theme.5.markdown27
3 files changed, 17 insertions, 12 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index d34581e4..d75d4f57 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -96,6 +96,7 @@
#scrollbar {
width: 4px ;
border: 0;
+ handle-color: @normal-foreground;
handle-width: 8px ;
padding: 0;
}
diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi
index 20a0303b..ddc11fa5 100644
--- a/doc/old-theme-convert-output.rasi
+++ b/doc/old-theme-convert-output.rasi
@@ -97,6 +97,7 @@
#scrollbar {
width: 4px ;
border: 0;
+ handle-color: @normal-foreground;
handle-width: 8px ;
padding: 0;
}
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 | | | |
| | | |---------------| |---------------| |--------------| |---------------| | | |