1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-04-19 15:57:45 +02:00

new border

This commit is contained in:
TiynGER 2020-03-29 00:31:40 +01:00
parent ed5afc2a28
commit 9e0818634f

View File

@ -18,7 +18,7 @@ static const char col_cyan[] = "#ffa500";
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_gray1, col_gray2 },
[SchemeSel] = { col_gray4, col_cyan, col_cyan }, [SchemeSel] = { col_gray4, col_cyan, col_gray3 },
}; };
/* tagging */ /* tagging */