aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2021-09-16 22:31:03 +0200
committerN-R-K <79544946+N-R-K@users.noreply.github.com>2021-09-16 22:32:11 +0200
commit25a5a540109cc7b3820daec86bb174b4b96ecb84 (patch)
treef8bc483d1af7ec2891318b3226be20527ef98e41 /nsxiv.h
parent956faac00c0a98c26ba6b8c8d2b82af6f5f981da (diff)
downloadnsxiv-25a5a540109cc7b3820daec86bb174b4b96ecb84.tar.zst
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.
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 2c41bf7..0a3bff1 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -421,6 +421,7 @@ struct win {
XftColor win_fg;
XftColor bar_bg;
XftColor bar_fg;
+ XftColor mrk_fg;
int x;
int y;