diff options
author | Anselm R. Garbe | 2007-10-01 11:44:25 +0200 |
---|---|---|
committer | Anselm R. Garbe | 2007-10-01 11:44:25 +0200 |
commit | 1c488e6dac6e327ce06685556b1989bd75faf241 (patch) | |
tree | 00fb98d6f2cd32b4cbe4c494bfcb3d0807caee0c | |
parent | 03c546c6b30ae4d5920ca8fc1ef154ca4a6ccf52 (diff) |
fixed font definition
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -#define FONT "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*" #define NORMBGCOLOR "#cccccc" #define NORMFGCOLOR "#000000" #define SELBGCOLOR "#0066ff" |