changed: themes
This commit is contained in:
parent
d879c324c8
commit
e1d9227b54
8
main.js
8
main.js
|
@ -86,9 +86,9 @@ var themes =
|
||||||
{
|
{
|
||||||
bgcolor: "rgb(48,56,65)",
|
bgcolor: "rgb(48,56,65)",
|
||||||
fontfamily: "'Consolas', monospace",
|
fontfamily: "'Consolas', monospace",
|
||||||
fontsize: "15px",
|
fontsize: "16px",
|
||||||
fontcolor: "rgb(216,222,233)",
|
fontcolor: "rgb(216,222,233)",
|
||||||
lineheight: "110%",
|
lineheight: "120%",
|
||||||
accentcolor: "rgb(249,174,88)"
|
accentcolor: "rgb(249,174,88)"
|
||||||
},
|
},
|
||||||
"Plus plus":
|
"Plus plus":
|
||||||
|
@ -113,9 +113,9 @@ var themes =
|
||||||
{
|
{
|
||||||
bgcolor: "rgb(252,253,253)",
|
bgcolor: "rgb(252,253,253)",
|
||||||
fontfamily: "'Consolas', monospace",
|
fontfamily: "'Consolas', monospace",
|
||||||
fontsize: "15px",
|
fontsize: "16px",
|
||||||
fontcolor: "rgb(50,50,50)",
|
fontcolor: "rgb(50,50,50)",
|
||||||
lineheight: "110%",
|
lineheight: "120%",
|
||||||
accentcolor: "rgb(95,180,180)"
|
accentcolor: "rgb(95,180,180)"
|
||||||
},
|
},
|
||||||
Cryptee:
|
Cryptee:
|
||||||
|
|
Loading…
Reference in New Issue