aboutsummaryrefslogtreecommitdiffstats
path: root/x.c
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-03-13 23:54:10 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-04-07 15:39:05 +0200
commit3de5dccd601bc336c2ea63cb60f15111af8c4d3e (patch)
tree3f9fd19a4c6974225a4e72bec0dfcc265dc87e69 /x.c
parentd63b9eb90245926b531bd54b1d591adb96613e70 (diff)
downloadst-3de5dccd601bc336c2ea63cb60f15111af8c4d3e.tar.zst
solarized colorscheme
Diffstat (limited to 'x.c')
-rw-r--r--x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x.c b/x.c
index bd23686..d8c2199 100644
--- a/x.c
+++ b/x.c
@@ -1414,7 +1414,7 @@ xdrawglyphfontspecs(const XftGlyphFontSpec *specs, Glyph base, int len, int x, i
/* 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];
+ fg = &dc.col[base.fg];
if (IS_SET(MODE_REVERSE)) {
if (fg == &dc.col[defaultfg]) {