summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-12-16 08:41:50 +0000
committerGitHub <noreply@github.com>2024-12-16 08:41:50 +0000
commit917adbff255206624c94cba52a95c21679ca08e9 (patch)
tree8e220d0b191519abce32b106f67deaf30560536a /config.def.h
parentd22280f3dc99dd71b5c86c1a6ce584bdee7cd8eb (diff)
update colorscheme
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 94330f1..e8aaec7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,9 +12,9 @@ static const char *fonts[] = {
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
/* fg bg */
- [SchemeNorm] = { "#ebdbb2", "#282828" },
- [SchemeSel] = { "#ebdbb2", "#928374" },
- [SchemeOut] = { "#ebdbb2", "#8ec07c" },
+ [SchemeNorm] = { "#cdd6f4", "#1e1e2e" },
+ [SchemeSel] = { "#cdd6f4", "#313244" },
+ [SchemeOut] = { "#cdd6f4", "#74c7ec" },
};
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 22;