aboutsummaryrefslogtreecommitdiff
path: root/libLumina/themes/None.qss.template
blob: f9e4860f371c1c08ea32247d575b4d6de8265197 (plain)
1
2
3
4
5
/* This is a blank stylesheet to disable the Lumina Themes entirely (except for font settings)*/
QWidget{
  font-family: %%FONT%%;
  font-size: %%FONTSIZE%%;
}
bgstack15