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