aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h4
-rw-r--r--config.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index 6ab7160..b518fd9 100644
--- a/config.h
+++ b/config.h
@@ -14,8 +14,8 @@ static const char *prompt = NULL; /* -p option; prompt to the left of inpu
static const char *colors[SchemeLast][2] = {
/* fg bg */
[SchemeNorm] = { "#ebdbb2", "#1d2021" },
- [SchemeSel] = { "#ebdbb2", "#9d2121" },
- [SchemeSelHighlight] = { "#fabd2f", "#9d2121" },
+ [SchemeSel] = { "#ebdbb2", "#990000" },
+ [SchemeSelHighlight] = { "#fabd2f", "#990000" },
[SchemeNormHighlight] = { "#fabd2f", "#1d2021" },
[SchemeOut] = { "#000000", "#00ffff" },
};
diff --git a/config.mk b/config.mk
index c4964db..404c369 100644
--- a/config.mk
+++ b/config.mk
@@ -24,7 +24,7 @@ LIBS = -L$(X11LIB) -lX11 $(XINERAMALIBS) $(FREETYPELIBS) -lm
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XINERAMAFLAGS)
-CFLAGS = -std=c99 -pedantic -Wall -march=ivybridge -O3 -pipe $(INCS) $(CPPFLAGS)
+CFLAGS = -std=c99 -pedantic -Wall -march=tigerlake -O3 -pipe $(INCS) $(CPPFLAGS)
LDFLAGS = $(LIBS)
# compiler and linker