On Thu, 7 Nov 2013 07:37:16 -0800 (PST) [email protected] wrote: > I delved into the settings file, but was unable to find the entry > pertaining to the font type and color. > Could you please help me with that?
If you want to use the dark theme you probably want to use the theme based settings, rather than editing '@data qt-gui-plugin-style-sheet' directly. So if you've got the 'leo_dark theme 0 settings' node copied under a @settings node in myLeoSettings.leo, dig down from that node to the 'stylesheet & source' node, and below that the 'config' node. Change the @font-family / @font-size-body settings there as needed then select the 'stylesheet & source' node and run it (Ctrl-B). That generates a new '@data qt-gui-plugin-style-sheet', renaming the old one '@@data qt-gui-plugin-style-sheet'. To change font size other than the body, search (ctrl-f) for 'font-size' - really that should be included in the 'config' node as well. Small consolation that you've managed to pick one of the trickier areas of configuration here, themed appearance settings :-} When you're familiar with Leo this stuff will seem simple enough, but of course changing fonts etc. is one of the first things you'd want to do. Maybe a video tutorial would help. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
