| 1 | ; Palette. Included at the top of config.ini, so ${colors.*} is available to |
| 2 | ; every module file. |
| 3 | |
| 4 | [colors] |
| 5 | background = #121113 |
| 6 | background-alt = #333333 |
| 7 | foreground = #c1c1c1 |
| 8 | primary = #fbcb97 |
| 9 | secondary = #5f8787 |
| 10 | alert = #e78a53 |
| 11 | disabled = #888888 |
| 12 | |
| 13 | ; The bar window itself is invisible -- only the islands paint anything. |
| 14 | ; Needs a compositor (xfwm4's is on) or this renders black. |
| 15 | transparent = #00000000 |
| 16 | |
| 17 | ; vim:ft=dosini |