diff options
Diffstat (limited to 'config.h')
| -rwxr-xr-x | config.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,18 +3,18 @@ #include <X11/XF86keysym.h> /* 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 }, |
