From f7557c55b5a87a51daba825ed3f6155eed179221 Mon Sep 17 00:00:00 2001 From: Guilherme Freire <41879254+GRFreire@users.noreply.github.com> Date: Sat, 11 Sep 2021 11:38:22 -0300 Subject: Custom bar colors (#10) * set bar and text colors independently * change xresources to Program.class.resource * rename color variables to win/bar_bg/fg * change default bar colors to match window colors --- sxiv.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sxiv.h') diff --git a/sxiv.h b/sxiv.h index 746b35f..c914837 100644 --- a/sxiv.h +++ b/sxiv.h @@ -409,8 +409,10 @@ struct win { Window xwin; win_env_t env; - XftColor bg; - XftColor fg; + XftColor win_bg; + XftColor win_fg; + XftColor bar_bg; + XftColor bar_fg; int x; int y; -- cgit v1.2.3