Adjust dwm colors

master
Hektor Misplon 2020-05-13 17:09:15 +00:00
parent b5aaba0b3e
commit fbad53561b
2 changed files with 1 additions and 1 deletions

View File

@ -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.