X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/8a34fa50f75f4d6d8af234ac0c4f6d40b988d700..7696c89c90c926f6371b1ee3ec1b13dd2414aa40:/config.h diff --git a/config.h b/config.h index 036a41b..ec633c3 100644 --- a/config.h +++ b/config.h @@ -3,7 +3,8 @@ * See LICENSE file for license details. */ -#define FONT "fixed" -#define FGCOLOR "#000000" -#define BGCOLOR "#ffaa00" -#define BOCOLOR "#000000" +#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*" +#define BGCOLOR "#0c0c33" +#define FGCOLOR "#b2c8cd" +#define BORDERCOLOR "#3030c0" +#define STATUSDELAY 10 /* milliseconds */