aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/dzen.h b/dzen.h
index 9dec364..d3d2334 100644
--- a/dzen.h
+++ b/dzen.h
@@ -11,15 +11,15 @@
#endif
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
-#define BGCOLOR "#ab0b0b"
-#define FGCOLOR "#efefef"
+#define BGCOLOR "#111111"
+#define FGCOLOR "grey70"
#define ALIGNCENTER 0
#define ALIGNLEFT 1
#define ALIGNRIGHT 2
-#define MIN_BUF_SIZE 524
-#define MAX_LINE_LEN 512
+#define MIN_BUF_SIZE 1024
+#define MAX_LINE_LEN 1024
/* gui data structures */
enum { ColFG, ColBG, ColLast };