From 917adbff255206624c94cba52a95c21679ca08e9 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:41:50 +0000 Subject: update colorscheme --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.def.h') 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; -- cgit v1.2.3