spmenu/themes/sample.conf

11 lines
203 B
Plaintext
Raw Normal View History

/* This is a sample theme.
* It simply sets the font to Terminus.
*
* Simply copy this to ~/.config/spmenu/theme.conf to apply.
*/
theme = {
text = ( { font = "Terminus 8";
} );
};