From f8bc36b617b970e41dc2e55a9d85feb9f157a26b Mon Sep 17 00:00:00 2001 From: Marcel Screm Date: Sat, 3 Jan 2026 01:55:35 +0100 Subject: nord theme --- config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index c4897b7..0249835 100755 --- a/config.h +++ b/config.h @@ -3,18 +3,18 @@ #include /* appearance */ -static const unsigned int borderpx = 5; /* border pixel of windows */ -static const unsigned int gappx = 8; /* gap pixels */ +static const unsigned int borderpx = 3; /* border pixel of windows */ +static const unsigned int gappx = 10; /* gap pixels */ static const unsigned int snap = 32; /* snap pixel */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "FiraCode Nerd Font:size=14", "Noto Color Emoji:size=14" }; static const char dmenufont[] = "FiraCode Nerd Font:size=14"; -static const char col_gray1[] = "#282828"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#3b101a"; +static const char col_gray1[] = "#2E3440"; /* nord0 - Hintergrund */ +static const char col_gray2[] = "#3B4252"; /* nord1 - Sekundärer Hintergrund */ +static const char col_gray3[] = "#D8DEE9"; /* nord4 - Normaler Text */ +static const char col_gray4[] = "#ECEFF4"; /* nord6 - Hervorgehobener Text */ +static const char col_cyan[] = "#616E88"; /* nord9 - Akzent (Light Gray Bright) */ static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, -- cgit v1.2.3