From d68c4e182c3b19d9877731f007b78a8a8fd6cdcd Mon Sep 17 00:00:00 2001 From: Patrick Motard Date: Sat, 2 Jun 2018 08:14:53 -0500 Subject: [PATCH] [doc] theme docs not using right key for bg color (#795) According to all of the official themes, background color is set using the key `background-color`, not `background`. This commit fixes references to this key in the themes markdown documentation to use `background-color` instead. --- doc/rofi-theme.5.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown index 655f640e..c9fd8f05 100644 --- a/doc/rofi-theme.5.markdown +++ b/doc/rofi-theme.5.markdown @@ -571,9 +571,9 @@ The following properties are currently supported: Border around the widget (between padding and margin)/ * **border-radius**: padding Sets a radius on the corners of the borders. -* **background**: color +* **background-color**: color Background color -* **foreground**: color +* **foreground-color**: color Foreground color * **index**: integer (This one does not inherit it value from the parent widget) @@ -585,7 +585,7 @@ The following properties are currently supported: * **transparency**: string Indicating if transparency should be used and what type: **real** - True transparency. Only works with a compositor. - **background** - Take a screenshot of the background image and use that. + **background-color** - Take a screenshot of the background image and use that. **screenshot** - Take a screenshot of the screen and use that. **Path** to png file - Use an image. @@ -618,7 +618,7 @@ The following properties are currently supported: ### textbox: -* **background**: color +* **background-color**: color * **foreground**: color * **font**: the font used by this textbox (string) * **str**: the string to display by this textbox (string)