summaryrefslogtreecommitdiffstats
path: root/releasenotes/1.4.0/release-1.4.0.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/1.4.0/release-1.4.0.markdown')
-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)