From 0a60d411c61a1f5e3aee4c202566ce5415541e1b Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 14 Aug 2022 15:14:28 +0200 Subject: update --- config.def.h | 2 +- config.h | 2 +- config.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index aa720a1..80c4f02 100644 --- a/config.def.h +++ b/config.def.h @@ -14,7 +14,7 @@ static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#990000"; +static const char col_cyan[] = "#6e0000"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, diff --git a/config.h b/config.h index aa720a1..80c4f02 100644 --- a/config.h +++ b/config.h @@ -14,7 +14,7 @@ static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#990000"; +static const char col_cyan[] = "#6e0000"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, diff --git a/config.mk b/config.mk index e579bb0..d8b6dfa 100644 --- a/config.mk +++ b/config.mk @@ -27,7 +27,7 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS} -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=tigerlake -O3 -pipe ${INCS} ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -march=ivybridge -O3 -pipe ${INCS} ${CPPFLAGS} LDFLAGS = ${LIBS} # Solaris -- cgit v1.2.3