mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Close #84. Add wtf.colors.background config option
This commit is contained in:
@@ -10,6 +10,7 @@ See this <a href="https://github.com/senorprogrammer/wtf/blob/master/_sample_con
|
||||
```yaml
|
||||
wtf:
|
||||
colors:
|
||||
background: "red"
|
||||
border:
|
||||
Focusable: "darkslateblue"
|
||||
focused: "orange"
|
||||
@@ -28,6 +29,13 @@ wtf:
|
||||
|
||||
### Attributes
|
||||
|
||||
`colors.background` <br />
|
||||
The color to draw the background of the app in. Use this to match your
|
||||
terminal colors. May be over-written by individual module
|
||||
configurations. <br />
|
||||
Values: Any <a href="https://en.wikipedia.org/wiki/X11_color_names">X11
|
||||
color name</a>.
|
||||
|
||||
`colors.border.focusable` <br />
|
||||
The color in which to draw the border of widgets that can accept
|
||||
keyboard focus. <br />
|
||||
|
||||
Reference in New Issue
Block a user