From 25a5a540109cc7b3820daec86bb174b4b96ecb84 Mon Sep 17 00:00:00 2001 From: NRK Date: Fri, 17 Sep 2021 02:31:03 +0600 Subject: add .mark.foreground to Xresources since we're already allowing both window and bar colors to be customizable, it doesn't make sense to not allow so for mark color. --- thumbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumbs.c') diff --git a/thumbs.c b/thumbs.c index 1850f52..c74d846 100644 --- a/thumbs.c +++ b/thumbs.c @@ -478,7 +478,7 @@ void tns_mark(tns_t *tns, int n, bool mark) win_draw_rect(win, x + 1, y - 1, tns->bw, 1, true, 1, col); if (mark) - col = win->win_fg.pixel; + col = win->mrk_fg.pixel; win_draw_rect(win, x, y, tns->bw + 2, tns->bw + 2, true, 1, col); -- cgit v1.2.3-54-g00ecf