aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-10-01 11:44:25 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-10-01 11:44:25 +0200
commit1c488e6dac6e327ce06685556b1989bd75faf241 (patch)
tree00fb98d6f2cd32b4cbe4c494bfcb3d0807caee0c
parent03c546c6b30ae4d5920ca8fc1ef154ca4a6ccf52 (diff)
fixed font definition
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4fcbba9..07e28e4 100644
--- a/config.h
+++ b/config.h
@@ -1,7 +1,7 @@
1/* See LICENSE file for copyright and license details. */ 1/* See LICENSE file for copyright and license details. */
2 2
3/* appearance */ 3/* appearance */
4#define FONT "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*" 4#define FONT "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
5#define NORMBGCOLOR "#cccccc" 5#define NORMBGCOLOR "#cccccc"
6#define NORMFGCOLOR "#000000" 6#define NORMFGCOLOR "#000000"
7#define SELBGCOLOR "#0066ff" 7#define SELBGCOLOR "#0066ff"