aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.def.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 4f06346..9beffbc 100644
--- a/config.def.h
+++ b/config.def.h
@@ -25,11 +25,19 @@ static const char *fonts[] = {
};
static char *prompt = NULL; /* -p option; prompt to the left of input field */
+laptop (
static char normfgcolor[] = "#bbbbbb";
static char normbgcolor[] = "#222222";
static char selfgcolor[] = "#eeeeee";
-komputer(static char selbgcolor[] = "#005577";)
-laptop(static char selbgcolor[] = "#b20701";)
+static char selbgcolor[] = "#b20701";)
+
+komputer(
+static char normbgcolor[] = "#0c0e1b";
+static char normfgcolor[] = "#b0b1e0";
+static char selfgcolor[] = "#0c0e1b";
+static char selbgcolor[] = "#b0b1e0";
+)
+
static char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { normfgcolor, normbgcolor },