added: theme Mariana
This commit is contained in:
parent
65d2007499
commit
c8b9936ffc
8
main.js
8
main.js
|
@ -57,6 +57,14 @@ var themes =
|
||||||
fontsize: "14px",
|
fontsize: "14px",
|
||||||
fontcolor: "rgb(55,55,55)",
|
fontcolor: "rgb(55,55,55)",
|
||||||
lineheight: "26px"
|
lineheight: "26px"
|
||||||
|
},
|
||||||
|
Mariana:
|
||||||
|
{
|
||||||
|
bgcolor: "rgb(48,56,65)",
|
||||||
|
fontfamily: "'Consolas', monospace",
|
||||||
|
fontsize: "15px",
|
||||||
|
fontcolor: "rgb(216,222,233)",
|
||||||
|
lineheight: "100%"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue