From e6a7733799d32bb6bf719ee34beb5b01d9db68ad Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 4 Aug 2007 13:04:19 +0000 Subject: 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 --- dzen.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dzen.h') 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 }; -- cgit v1.2.3-54-g00ecf