changed: default theme

This commit is contained in:
quenousimporte 2023-05-02 15:34:35 +02:00
parent a9b16637cd
commit 7a83d5a0c3
1 changed files with 6 additions and 6 deletions

12
main.js
View File

@ -1,12 +1,12 @@
var defaultsettings =
{
bgcolor: "white",
fontfamily: "'Inconsolata', 'Consolas', monospace",
fontsize: "90%",
fontcolor: "black",
lineheight: "130%",
accentcolor: "#5AA7CE",
margins: "7%",
fontfamily: "ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'",
fontsize: "16px",
fontcolor: "rgb(55,53,47)",
lineheight: "24px",
accentcolor: "rgb(55,53,47)",
margins: "7%",
savedelay: 2000,
foldmarkstart: 22232,