aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-07-12 23:58:39 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-07-12 23:58:39 +0200
commit87407305553cbce9e6995614cccf3197f7d3aa3b (patch)
tree5135c70c76c419b6fccc0d534572163236c71a3e
parent8868deb87284b60a7b75dfdc1da6120b7c2820c2 (diff)
downloaddmenu-87407305553cbce9e6995614cccf3197f7d3aa3b.tar.gz
dmenu-87407305553cbce9e6995614cccf3197f7d3aa3b.tar.bz2
dmenu-87407305553cbce9e6995614cccf3197f7d3aa3b.tar.xz
dmenu-87407305553cbce9e6995614cccf3197f7d3aa3b.zip
eigenes theme
-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 },