MultiMarkdown Composer 3: Default settings override Theme settings
Hi,
According to the Settings -> Appearance the default app settings can be overridden by a them. But the latest beta (Version 3.0b30 (30)) seems to behave exactly the opposite way.
I have the following in the theme:
default = {
fontName = "Helvetica Neue";
fontSize = 13.5;
kerning = 0.3;
};
but what I configure in the app is what is applied.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Fletcher on 19 Mar, 2015 11:55 AM
`default` is not used for anything.
Look at `New.theme` for an example of how to modify themes.
F-
2 Posted by Alex on 19 Mar, 2015 05:28 PM
Nice (that works as described). What I cannot get to work though is the monoFont settings:
If I specify these in the corresponding
codeSpanandcodeBlockit works, but not as a top level theme setting.Support Staff 3 Posted by Fletcher on 19 Mar, 2015 05:33 PM
Again, look at the included themes for how to customize them. To my
knowledge, every thing that can be done is done in one (or more) of the
themes.
Especially the 4 "New" variations.
F-
4 Posted by Alex on 19 Mar, 2015 05:44 PM
While the first part was inspired by the
Default.themewhich is included in the app (made me think that it should work), the part about the mono font was copied fromNew.themein theThemesfolder. So maybe you could take a look and double check that it works.5 Posted by Alex on 19 Mar, 2015 05:47 PM
OK. I got it to work. The part that was missing was adding
mono = 1.Fletcher closed this discussion on 21 Aug, 2015 09:16 PM.