mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-04 13:01:10 +08:00
Add Dracula color theme
This commit is contained in:
parent
684ab6e222
commit
17f98e85e0
2 changed files with 25 additions and 1 deletions
23
public/themes/dracula.css
Normal file
23
public/themes/dracula.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
:root {
|
||||
--bg-color: #282a36;
|
||||
--main-color: #F8F8F2;
|
||||
--caret-color: #F8F8F2;
|
||||
--sub-color: #6272A4;
|
||||
--active-word-color: #F1FA8C;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(1){
|
||||
color: #8BE9FD;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(2){
|
||||
color: #50FA7B;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(3){
|
||||
color: #FF79C6;
|
||||
}
|
||||
|
||||
#menu .button:nth-child(4){
|
||||
color: #FFB86C;
|
||||
}
|
|
@ -12,5 +12,6 @@
|
|||
"rgb",
|
||||
"oblivion",
|
||||
"laser",
|
||||
"retro"
|
||||
"retro",
|
||||
"dracula"
|
||||
]
|
Loading…
Reference in a new issue