1
0
mirror of https://github.com/tiyn/dwm.git synced 2026-01-02 07:29:47 +01:00

update config

This commit is contained in:
TiynGER
2020-05-29 16:53:56 +02:00
parent 116548d4a1
commit 5a92ec4807
3 changed files with 1 additions and 129 deletions

View File

@@ -14,7 +14,7 @@ static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#f7f7f7";
static const char col_gray4[] = "#000000";
static const char col_cyan[] = "#a62238";
static const char col_cyan[] = "#dddddd";
static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },