Skip to content

Commit

Permalink
added mr sleeves theme - shoutout to Taeha!
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed May 22, 2020
1 parent 9b4d69c commit e4a3568
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/themes/list.json
Expand Up @@ -14,5 +14,6 @@
"laser",
"retro",
"dracula",
"nord"
"nord",
"mr_sleeves"
]
43 changes: 43 additions & 0 deletions 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;
} */

0 comments on commit e4a3568

Please sign in to comment.