From cba75698f40079c07a1560a3ac760a46d52609ad Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:42:57 +0000 Subject: mocha catppuccin theme --- config.def.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index d8cc15f..2f9932f 100644 --- a/config.def.h +++ b/config.def.h @@ -11,11 +11,11 @@ static const int topbar = 1; /* 0 means bottom bar */ static const int user_bh = 22; /* user bar height; set to 0 if you want to use dwm's... */ static const char *fonts[] = { "JetBrainsMono Nerd Font:style=Regular:size=10" }; static const char dmenufont[] = "JetBrainsMono Nerd Font:style=Regular:size=10"; -static const char col_gray1[] = "#282828"; -static const char col_gray2[] = "#928374"; -static const char col_gray3[] = "#ebdbb2"; -static const char col_gray4[] = "#ebdbb2"; -static const char col_cyan[] = "#282828"; +static const char col_gray1[] = "#1e1e2e"; +static const char col_gray2[] = "#6c7086"; +static const char col_gray3[] = "#cdd6f4"; +static const char col_gray4[] = "#cdd6f4"; +static const char col_cyan[] = "#1e1e2e"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, -- cgit v1.2.3