fxde-core/infra/cosmrc

16 lines
510 B
Plaintext
Raw Normal View History

2021-03-06 17:17:27 +00:00
# Set the standard font for elements.
2021-05-03 19:49:32 +00:00
DefaultFont "$[infostore.ui_font]"
TitleStyle Font "$[infostore.std_font]"
MenuStyle * TitleFont "$[infostore.ui_font]"
MenuStyle * Font "$[infostore.ui_font]"
2021-03-06 17:17:27 +00:00
2021-04-22 17:54:52 +00:00
# Set FvwmScript theme settings.
2021-05-03 19:49:32 +00:00
*FvwmScript: DefaultFont "$[infostore.ui_font]"
2021-04-22 17:54:52 +00:00
*FvwmScript: DefaultColorset 9
2021-03-06 17:17:27 +00:00
# Load theme settings.
2021-05-03 19:49:32 +00:00
Read $[FVWM_USERDIR]/../fxde-assets/themes/$[infostore.theme]/theme.conf
Read $[FVWM_USERDIR]/../fxde-assets/cursors/$[infostore.cursor]/theme.conf