mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
Add new theme 'monkeyblue' with color properties
finally ic done
This commit is contained in:
parent
d4fc460e37
commit
e6b26f9ce0
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ export const themes: Record<ThemeName, Omit<Theme, "name">> = {
|
|||
subColor: "#939eae",
|
||||
textColor: "#e9ecf0",
|
||||
},
|
||||
"monkeyblue": {
|
||||
bgColor: "#1a1919",
|
||||
mainColor: "#fff",
|
||||
subColor: "#6c62d2",
|
||||
textColor: "#9fd5ec",
|
||||
},
|
||||
"9009": {
|
||||
bgColor: "#eeebe2",
|
||||
mainColor: "#080909",
|
||||
|
|
Loading…
Add table
Reference in a new issue