From ca4abe8d1a0dcc5a070c6d3ee1ed55bad1f833da Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Fri, 12 May 2023 09:38:42 +0200 Subject: [PATCH] added: mingw theme --- main.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main.js b/main.js index aa397ed..4d77c90 100644 --- a/main.js +++ b/main.js @@ -55,6 +55,15 @@ var stat = var themes = { + mingw64: + { + bgcolor: "white", + fontfamily: "Lucida console", + fontsize: "13px", + fontcolor: "black", + lineheight: "100%", + accentcolor: "rgb(177,54,186)" + }, Default: { bgcolor: "white",