Adjust dwm colors
parent
b5aaba0b3e
commit
fbad53561b
|
@ -14,7 +14,7 @@ static const char col_gray3[] = "#444444";
|
|||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
[SchemeNorm] = { col_gray3, col_gray2, col_gray2 },
|
||||
[SchemeSel] = { col_gray4, col_gray1, col_gray3 },
|
||||
};
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue