From d710aebfaf15d6ea4179bf3b146b9350ab54ace1 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Apr 2024 23:12:33 +0200 Subject: feat: switch from Palenight theme to Rosé Pine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dwm/config.def.h | 6 +++--- dwm/config.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dwm') diff --git a/dwm/config.def.h b/dwm/config.def.h index ae0d292..082c4dd 100644 --- a/dwm/config.def.h +++ b/dwm/config.def.h @@ -10,10 +10,10 @@ static const int splitstatus = 1; /* 1 for split status items */ static const char *splitdelim = ";"; /* Character used for separating status */ static const char *fonts[] = {"JetBrainsMono NF:style=Bold:size=12"}; static const char dmenufont[] = "JetBrainsMono NF:style=Bold:size=12"; -static const char col_gray3[] = "#ffffff"; -static const char col_gray1[] = "#1E1E2E"; +static const char col_gray3[] = "#e0def4"; +static const char col_gray1[] = "#191724"; static const char col_gray2[] = "#dde1e7"; -static const char col_gray4[] = "#ffffff"; +static const char col_gray4[] = "#e0def4"; static const char col_cyan[] = "#575e6e"; static const unsigned int baralpha = 190; static const unsigned int borderalpha = 190; diff --git a/dwm/config.h b/dwm/config.h index ae0d292..082c4dd 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -10,10 +10,10 @@ static const int splitstatus = 1; /* 1 for split status items */ static const char *splitdelim = ";"; /* Character used for separating status */ static const char *fonts[] = {"JetBrainsMono NF:style=Bold:size=12"}; static const char dmenufont[] = "JetBrainsMono NF:style=Bold:size=12"; -static const char col_gray3[] = "#ffffff"; -static const char col_gray1[] = "#1E1E2E"; +static const char col_gray3[] = "#e0def4"; +static const char col_gray1[] = "#191724"; static const char col_gray2[] = "#dde1e7"; -static const char col_gray4[] = "#ffffff"; +static const char col_gray4[] = "#e0def4"; static const char col_cyan[] = "#575e6e"; static const unsigned int baralpha = 190; static const unsigned int borderalpha = 190; -- cgit v1.2.3