Adjust dwm colors
This commit is contained in:
@@ -14,7 +14,7 @@ static const char col_gray3[] = "#444444";
|
|||||||
static const char col_gray4[] = "#eeeeee";
|
static const char col_gray4[] = "#eeeeee";
|
||||||
static const char *colors[][3] = {
|
static const char *colors[][3] = {
|
||||||
/* fg bg border */
|
/* fg bg border */
|
||||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
[SchemeNorm] = { col_gray3, col_gray2, col_gray2 },
|
||||||
[SchemeSel] = { col_gray4, col_gray1, col_gray3 },
|
[SchemeSel] = { col_gray4, col_gray1, col_gray3 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user