Theme files should contain three settings that describe the theme:
Having trouble loading different themes, so checking the online documentation here as well as looking at the main LeoSettings.leo and other theme files, I'm confused.Quoting from the web site:To enable a theme, put the following setting in myLeoSettings.leo:@string theme-name <name of theme file>First question is shouldn't that read: @string theme-name = <name of theme file>? (Missing `=`)
Then later:Theme files should contain three settings that describe the theme:
@bool color_theme_is_dark # True for dark themes@string color_theme = name # Used to find icons@string theme_name # Used to find other graphics elements.Second question, is which syntax is correct theme_name or theme-name (underscore or dash)? I see both used. Does it matter?
Having trouble loading different themes, so checking the online documentation here as well as looking at the main LeoSettings.leo and other theme files, I'm confused.Quoting from the web site:To enable a theme, put the following setting in myLeoSettings.leo:@string theme-name <name of theme file>First question is shouldn't that read: @string theme-name = <name of theme file>? (Missing `=`)
I think underscore vs dash does not matter. When Leo imports the settings, both of them are removed.