mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 09:37:50 +02:00
Include light/dark theme before base so that it takes precedence
This commit is contained in:
parent
af86743f19
commit
15c6cc8523
@ -22,9 +22,10 @@ export class HeynoteEditor {
|
|||||||
//minimalSetup,
|
//minimalSetup,
|
||||||
|
|
||||||
customSetup,
|
customSetup,
|
||||||
heynoteBase,
|
|
||||||
heynoteDark,
|
heynoteDark,
|
||||||
//heynoteLight,
|
//heynoteLight,
|
||||||
|
heynoteBase,
|
||||||
indentUnit.of(" "),
|
indentUnit.of(" "),
|
||||||
EditorView.scrollMargins.of(f => {
|
EditorView.scrollMargins.of(f => {
|
||||||
return {top: 80, bottom: 80}
|
return {top: 80, bottom: 80}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user