This commit is contained in:
Sojus07
2025-02-10 22:50:06 +01:00
parent bcbc2e6d1d
commit f5eb5cac83
2 changed files with 3 additions and 3 deletions

View File

@ -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] = {

View File

@ -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