changed: default theme
This commit is contained in:
parent
a9b16637cd
commit
7a83d5a0c3
10
main.js
10
main.js
|
@ -1,11 +1,11 @@
|
||||||
var defaultsettings =
|
var defaultsettings =
|
||||||
{
|
{
|
||||||
bgcolor: "white",
|
bgcolor: "white",
|
||||||
fontfamily: "'Inconsolata', 'Consolas', monospace",
|
fontfamily: "ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, 'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol'",
|
||||||
fontsize: "90%",
|
fontsize: "16px",
|
||||||
fontcolor: "black",
|
fontcolor: "rgb(55,53,47)",
|
||||||
lineheight: "130%",
|
lineheight: "24px",
|
||||||
accentcolor: "#5AA7CE",
|
accentcolor: "rgb(55,53,47)",
|
||||||
margins: "7%",
|
margins: "7%",
|
||||||
|
|
||||||
savedelay: 2000,
|
savedelay: 2000,
|
||||||
|
|
Loading…
Reference in New Issue