mirror of
https://github.com/tiyn/dwm.git
synced 2026-01-02 07:29:47 +01:00
update config
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user