Dmitry Yu Okunev лет назад: 7
Родитель
Сommit
58b6f3af3d
1 измененных файлов с 6 добавлено и 6 удалено
  1. 6 6
      config.h

+ 6 - 6
config.h

@@ -5,12 +5,12 @@
 /* appearance */
 static const char font[]            = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
 //static const char font[]            = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
-static const char normbordercolor[] = "#ff0000";
-static const char normbgcolor[]     = "#330000";
-static const char normfgcolor[]     = "#ff0000";
-static const char selbordercolor[]  = "#00ff00";
-static const char selbgcolor[]      = "#440000";
-static const char selfgcolor[]      = "#ffff00";
+static const char normbordercolor[] = "#000000";
+static const char normbgcolor[]     = "#000000";
+static const char normfgcolor[]     = "#7000ff";
+static const char selbordercolor[]  = "#0000a0";
+static const char selbgcolor[]      = "#000040";
+static const char selfgcolor[]      = "#ffa0ff";
 static const unsigned int borderpx  = 1;        /* border pixel of windows */
 static const unsigned int snap      = 8;        /* snap pixel */
 static unsigned int padding         = 0;