1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Fix naming in releasenotes

This commit is contained in:
Dave Davenport 2017-09-24 17:34:36 +02:00
parent a43db0d055
commit 62598acc97

View file

@ -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.) 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: 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 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. transparent, you will see the parents widget.
* **foreground** * **border-color**
Used to draw the borders. Used to draw the borders.
* **text** * **text-color**
Used to draw text. If not set the foreground color is used. Used to draw text. If not set the foreground color is used.
![rainbox](rofi-rainbow.png) ![rainbox](rofi-rainbow.png)