Ver código fonte

making the selected color more lightning

arg@mig29 19 anos atrás
pai
commit
5b07b85838
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config.arg.h

+ 1 - 1
config.arg.h

@@ -12,7 +12,7 @@ const char *tags[] = { "dev", "work", "net", "fnord", NULL };
 #define FONT			"-*-terminus-medium-*-*-*-14-*-*-*-*-*-*-*"
 #define NORMBGCOLOR		"#333333"
 #define NORMFGCOLOR		"#dddddd"
-#define SELBGCOLOR		"#333366"
+#define SELBGCOLOR		"#666699"
 #define SELFGCOLOR		"#eeeeee"
 #define STATUSBGCOLOR		"#222222"
 #define STATUSFGCOLOR		"#9999cc"