summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 3098fbe..3ccdbe8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,8 +9,13 @@ static const char *fonts[] = {
"monospace:size=12",
"JoyPixels:pixelsize=11:antialias=true:autohint=true"
};
-static const unsigned int bgalpha = 0xe0;
-static const unsigned int fgalpha = OPAQUE;
+
+#define bgalpha 0xe0
+#define fgalpha OPAQUE
+
+/* static const unsigned int bgalpha = 0xe0; */
+/* static const unsigned int fgalpha = OPAQUE; */
+
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */