summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-12-16 08:42:57 +0000
committerGitHub <noreply@github.com>2024-12-16 08:42:57 +0000
commitcba75698f40079c07a1560a3ac760a46d52609ad (patch)
tree6164e728c99eb0e1c5beecc8d2e84202bbaf9f66
parent24091f35b64ef72d5bb4c807d1a488858ffc2eff (diff)
mocha catppuccin theme
-rw-r--r--config.def.h10
1 files changed, 5 insertions, 5 deletions
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 },