And I could never get enough
This commit is contained in:
parent
ae7aefa541
commit
b88dc9011a
15 changed files with 159 additions and 50 deletions
5
.config/hellwal/templates/dam-colors.h
Normal file
5
.config/hellwal/templates/dam-colors.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
static uint32_t colors[][3] = {
|
||||
/* fg bg */
|
||||
[SchemeNorm] = { 0x%%color15.hex%%ff, 0x%%color0.hex%%ff },
|
||||
[SchemeSel] = { 0x%%color15.hex%%ff, 0x%%color2.hex%%ff },
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue