Skip to content

Commit 1cac7f1

Browse files
committed
Add docs for the styles.widgets.bg_color option
1 parent b9eab12 commit 1cac7f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/configuration/config-file/styling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ These can be set under `[styles.widgets]`:
162162
| `border_color` | The colour of the widgets' borders | `border_color = "white"` |
163163
| `selected_border_color` | The colour of a widget's borders when the widget is selected | `selected_border_color = "white"` |
164164
| `widget_title` | Text styling for a widget's title | `widget_title = { color = "black", bg_color = "blue", bold = true }` |
165+
| `bg_color` | The background color of the widgets. | `bg_color = "black"` |
165166
| `text` | Text styling for text in general | `text = { color = "black", bg_color = "blue", bold = true }` |
166167
| `selected_text` | Text styling for text when representing something that is selected | `selected_text = { color = "black", bg_color = "blue", bold = true }` |
167168
| `disabled_text` | Text styling for text when representing something that is disabled | `disabled_text = { color = "black", bg_color = "blue", bold = true }` |

0 commit comments

Comments
 (0)