diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-16 17:31:32 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-10-16 17:31:32 +0100 |
| commit | fa5ced5316895b2574f2b8a2af9994f7f7ff8838 (patch) | |
| tree | 0b6e798ccba91e4e635a642bdb3469582415a541 /config.h | |
| parent | 178b7b559ee8b3af3d245d9c689c1b5c827a53ea (diff) | |
remove redundant drw_scm_create, && move Col{Float,Master} to the enum with Col{Fg,Bg,Border}
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ static const int mouse_default = 0; /* 1 means enable mouse by defau static const char col_gray1[] = "#000000"; static const char col_gray2[] = "#bbbbbb"; static const char col_float[] = "#770000"; -static const char col_master[] = "#FF9F1C"; +static const char col_master[] = "#FF8700"; static const char *colors[][5] = { /* fg bg border float master */ [SchemeNorm] = { col_gray2, col_gray1, col_gray1, col_gray1, col_gray1 }, |
