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.
This commit is contained in:
NRK
2021-09-17 02:31:03 +06:00
committed by N-R-K
parent 956faac00c
commit 25a5a54010
5 changed files with 11 additions and 4 deletions

View File

@ -421,6 +421,7 @@ struct win {
XftColor win_fg;
XftColor bar_bg;
XftColor bar_fg;
XftColor mrk_fg;
int x;
int y;