summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-24 21:46:13 +0000
committerrcyeske <rcyeske>2001-02-24 21:46:13 +0000
commitee0dedbfbf28b084c507891e37c28fede2b61644 (patch)
tree966ff3bb86a7191f4fa97ba9ce06b762f8ec3049 /src/conf.h
parent48968c04b25b4c72a3a2ae63c758f803bf00a1c2 (diff)
downloadratpoison-ee0dedbfbf28b084c507891e37c28fede2b61644.zip
remove themes support
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index f93bf03..91ea1a0 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -39,8 +39,9 @@
doesn't work very well yet. */
//#define HIDE_MOUSE
-/* #define THEME T_CHOCOLATE_BAR */
-#include "themes.h"
+#define FOREGROUND "black"
+#define BACKGROUND "white"
+#define FONT "9x15bold"
#define BAR_Y_PADDING 0 /* The amount of padding on the top
and bottom of the message bar */