X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.arg.h;h=8967285b2eec06a7963da8410ff50c7052c8972e;hb=154497541d1378d3aded02df06029de94d8af586;hp=eb4d76843297fbbcedccd9560e3c5a7cf592cbc1;hpb=c789941bba6039026447f0472d15f49062d65308;p=dwm.git diff --git a/config.arg.h b/config.arg.h index eb4d768..8967285 100644 --- a/config.arg.h +++ b/config.arg.h @@ -1,15 +1,13 @@ -/* © 2006-2007 Anselm R. Garbe - * © 2006-2007 Sander van Dijk - * See LICENSE file for license details. */ +/* See LICENSE file for copyright and license details. */ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 -#define FONT "-*-pixelcarnage monospace-*-r-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" -#define SELBORDERCOLOR "#248" +#define SELBORDERCOLOR "#8c8" #define SELBGCOLOR "#555" #define SELFGCOLOR "#fff"