You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/configuration/config-file/styling.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ These can be set under `[styles.widgets]`:
162
162
|`border_color`| The colour of the widgets' borders |`border_color = "white"`|
163
163
|`selected_border_color`| The colour of a widget's borders when the widget is selected |`selected_border_color = "white"`|
164
164
|`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"`|
165
166
|`text`| Text styling for text in general |`text = { color = "black", bg_color = "blue", bold = true }`|
166
167
|`selected_text`| Text styling for text when representing something that is selected |`selected_text = { color = "black", bg_color = "blue", bold = true }`|
167
168
|`disabled_text`| Text styling for text when representing something that is disabled |`disabled_text = { color = "black", bg_color = "blue", bold = true }`|
0 commit comments