From f5eb5cac83fee05e714e5c4525961876c66308cb Mon Sep 17 00:00:00 2001 From: Sojus07 Date: Mon, 10 Feb 2025 22:50:06 +0100 Subject: [PATCH] poggers --- config.def.h | 4 ++-- config.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index 0e10375..2522068 100644 --- a/config.def.h +++ b/config.def.h @@ -11,11 +11,11 @@ static const char *fonts[] = { "Terminus:size=10" }; static const char dmenufont[] = "Terminus:size=10"; /* Farben aus Alacritty übernommen */ -static const char col_gray1[] = "#161616"; +static const char col_gray1[] = "#121212"; static const char col_gray2[] = "#ffffff"; static const char col_gray3[] = "#dde1e6"; static const char col_gray4[] = "#ffffff"; -static const char col_cyan[] = "#161616"; +static const char col_cyan[] = "#121212"; /* Farbschema für die Fenster und die Leiste */ static const char *colors[][3] = { diff --git a/config.mk b/config.mk index e8352d1..78afedb 100644 --- a/config.mk +++ b/config.mk @@ -4,7 +4,7 @@ VERSION = 6.5 # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = ${PREFIX}/share/man X11INC = ${PREFIX}/include