diff options
| -rw-r--r-- | config.arg.h | 2 | ||||
| -rw-r--r-- | config.mk | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/config.arg.h b/config.arg.h index 93000bb..abd8756 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,7 +9,7 @@  #define NORMBGCOLOR		"#222"  #define NORMFGCOLOR		"#ccc"  #define SELBORDERCOLOR		"#69c" -#define SELBGCOLOR		"#357" +#define SELBGCOLOR		"#555"  #define SELFGCOLOR		"#fff"  #define TOPBAR			True		/* False */ @@ -1,5 +1,5 @@  # dwm version -VERSION = 3.6.1 +VERSION = 3.7  # Customize below to fit your system | 
