summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-24 17:34:36 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-24 17:34:36 +0200
commit62598acc97a1bc5df09a0dcbc0baa2986e1a68c3 (patch)
tree7e9a2a796f1e236ec0e71c8aef79f6ee7ee7e815 /releasenotes
parenta43db0d055b43f0efd21fce803de05edcf9d1e79 (diff)
Fix naming in releasenotes
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.4.0/release-1.4.0.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/releasenotes/1.4.0/release-1.4.0.markdown b/releasenotes/1.4.0/release-1.4.0.markdown
index b7476638..672d6a44 100644
--- a/releasenotes/1.4.0/release-1.4.0.markdown
+++ b/releasenotes/1.4.0/release-1.4.0.markdown
@@ -34,12 +34,12 @@ It is now possible to theme each widget in rofi independently:
You can now set the color on each widget independent in most of the CSS supported color formats (hsl, cmyk, rgb, etc.)
and each color can have a transparency. There are three colors that can be set on each widget:
-* **background**
+* **background-color**
Used to draw the background of the widget. Each widget is drawn on top of it parent, if the background is
transparent, you will see the parents widget.
-* **foreground**
+* **border-color**
Used to draw the borders.
-* **text**
+* **text-color**
Used to draw text. If not set the foreground color is used.
![rainbox](rofi-rainbow.png)