From e4a3568c2409f33dcf7917e60afa3ce2297b20b0 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 22 May 2020 02:57:58 +0100 Subject: [PATCH] added mr sleeves theme - shoutout to Taeha! --- public/themes/list.json | 3 ++- public/themes/mr_sleeves.css | 43 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 public/themes/mr_sleeves.css diff --git a/public/themes/list.json b/public/themes/list.json index 984817426..e2235175e 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -14,5 +14,6 @@ "laser", "retro", "dracula", - "nord" + "nord", + "mr_sleeves" ] diff --git a/public/themes/mr_sleeves.css b/public/themes/mr_sleeves.css new file mode 100644 index 000000000..8a6a91921 --- /dev/null +++ b/public/themes/mr_sleeves.css @@ -0,0 +1,43 @@ +:root { + --bg-color: #d3d3d3; + --main-color: #1d1d1d; + --caret-color: #8fadc9; + --sub-color: #919395; +} + +#top .logo .bottom{ + color: #8fadc9; +} + +#top .config .group .buttons .button.active{ + color: #daa99b; +} + +.word letter.incorrect { + color: #bf6464; + } + + .word letter.incorrect.extra { + color: #793e44; + } + + .word.error { + border-bottom: 2px solid #bf6464; + } + +/* #menu .button:nth-child(1){ + color: #daa99b; +} + +#menu .button:nth-child(2){ + color: #daa99b; +} + +#menu .button:nth-child(3){ + color: #8fadc9; +} + +#menu .button:nth-child(4), +#menu .button:nth-child(5){ + color: #8fadc9; +} */ \ No newline at end of file