xyb3rt / sxiv

Simple X Image Viewer
GNU General Public License v2.0
1.82k stars 261 forks source link

Customize color via .Xrecources #416

Closed se7en-x230 closed 4 years ago

se7en-x230 commented 4 years ago

I have trouble finding the right code for font settings. Sxiv.background: #1e1e1e Sxiv.foreground: #5b0500 That works fine

Sxiv.font: #000000 That doesn't

would someone be so kind and let me know what the correct prefix is? Thanks

guidocella commented 4 years ago

Font is for the font-family, not the color. Sxiv.font: sans-serif:size=18 The font is of the same color as the background.

se7en-x230 commented 4 years ago

Thanks for the fast reply Ok would be nice to change font color separate but at least I know now that the only font and size is changeable. Love sxiv, very good work.

qsmodo commented 3 years ago

Several forks implement that. See #386 and #392 for example.