From e8e4ba899593036acf51c0fe75276e68d09b7ed0 Mon Sep 17 00:00:00 2001 From: a Date: Tue, 26 Nov 2024 03:18:32 -0600 Subject: [PATCH] disable --- config.h | 8 ++++---- patches.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index 642efeb..56659b4 100644 --- a/config.h +++ b/config.h @@ -185,7 +185,7 @@ static const char *colorname[] = { [4] = "#7dc1cf", //blue [5] = "#9b64fb", //magenta [6] = "#6d878d", //cyan3 - [7] = "#dddddd",// gray90 + [7] = "#bbbbbb",// gray90 /* 8 bright colors */ [8] = "#735264", //gray50 @@ -195,14 +195,14 @@ static const char *colorname[] = { [12] = "#4e9fb1", // blue [13] = "#7c1ede", // magenta [14] = "#42717b", //cyan - [15] = "#dddddd", //white + [15] = "#cccccc", //white [255] = 0, /* more colors can be added after 255 to use with DefaultXX */ - [256] = "#ffffff", + [256] = "#dddddd", [257] = "#555555", - [259] = "#e5dae5", /* default foreground colour */ + [259] = "#d5cad5", /* default foreground colour */ [258] = "#151515", /* default background colour */ }; diff --git a/patches.h b/patches.h index 1979723..c8bd7f8 100644 --- a/patches.h +++ b/patches.h @@ -130,7 +130,7 @@ /* This patch adds the option of disabling italic fonts globally. * https://st.suckless.org/patches/disable_bold_italic_fonts/ */ -#define DISABLE_ITALIC_FONTS_PATCH 0 +#define DISABLE_ITALIC_FONTS_PATCH 1 /* This patch adds the option of disabling roman fonts globally. * https://st.suckless.org/patches/disable_bold_italic_fonts/