From 87407305553cbce9e6995614cccf3197f7d3aa3b Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Sun, 12 Jul 2026 23:58:39 +0200 Subject: eigenes theme --- config.def.h | 12 ++++++++++-- 1 file 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 }, -- cgit