summaryrefslogtreecommitdiff
path: root/st-disable-intensity-styles.patch
blob: 7be92fc58ccbd19cf97279da6c8eeafa1e9126fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/x.c
+++ b/x.c
@@ -1318,10 +1318,6 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i
 		bg = &dc.col[base.bg];
 	}
 
-	/* Change basic system colors [0-7] to bright system colors [8-15] */
-	if ((base.mode & ATTR_BOLD_FAINT) == ATTR_BOLD && BETWEEN(base.fg, 0, 7))
-		fg = &dc.col[base.fg + 8];
-
 	if (IS_SET(MODE_REVERSE)) {
 		if (fg == &dc.col[defaultfg]) {
 			fg = &dc.col[defaultbg];