switched to river
This commit is contained in:
parent
cef35c17b9
commit
292301ce60
204 changed files with 3513 additions and 965 deletions
6
.config/wal/templates/colors-wal-mew.h
Normal file
6
.config/wal/templates/colors-wal-mew.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
static uint32_t colors[][2] = {{
|
||||
/* fg bg */
|
||||
[SchemeNorm] = {{ 0x{color15.strip}ff, 0x{color0.strip}ff }},
|
||||
[SchemeSel] = {{ 0x{color15.strip}ff, 0x{color2.strip}ff }},
|
||||
[SchemeOut] = {{ 0x{color15.strip}ff, 0x{color1.strip}ff }},
|
||||
}};
|
Loading…
Add table
Add a link
Reference in a new issue