From c8b9936ffc21c2429489f2edf04021391de7e3df Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Mon, 23 Jan 2023 13:42:04 +0100 Subject: [PATCH] added: theme Mariana --- main.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/main.js b/main.js index 90ff4c2..4902eb7 100644 --- a/main.js +++ b/main.js @@ -57,6 +57,14 @@ var themes = fontsize: "14px", fontcolor: "rgb(55,55,55)", lineheight: "26px" + }, + Mariana: + { + bgcolor: "rgb(48,56,65)", + fontfamily: "'Consolas', monospace", + fontsize: "15px", + fontcolor: "rgb(216,222,233)", + lineheight: "100%" } };