aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-04 13:04:19 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-04 13:04:19 +0000
commite6a7733799d32bb6bf719ee34beb5b01d9db68ad (patch)
treec10481b0cbc717e3e5768d5ad2dff0c88d79768b /dzen.h
parent63a6038c331449d728f090da9cf09de0c7a5124f (diff)
downloaddzen-e6a7733799d32bb6bf719ee34beb5b01d9db68ad.tar.gz
dzen-e6a7733799d32bb6bf719ee34beb5b01d9db68ad.zip
ready for release 0.8.0
new in-text commands: ^fg() and ^bg() without arguments set default colors ^ro() and ^co() outlined rectangle/circle fixes to gcpubar and gdbar to use ^fg() git-svn-id: http://dzen.googlecode.com/svn/trunk@151 f2baff5b-bf2c-0410-a398-912abdc3d8b2
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 };