mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 05:03:39 +08:00
feat(themes): add oscura theme with updated color palette
This commit is contained in:
parent
fd578888a4
commit
ea25b68637
1 changed files with 6 additions and 0 deletions
|
|
@ -1120,6 +1120,12 @@ export const themes: Record<ThemeName, Omit<Theme, "name">> = {
|
|||
subColor: "#067a6e",
|
||||
textColor: "#000000",
|
||||
},
|
||||
oscura: {
|
||||
bgColor: "#0b0b0f",
|
||||
mainColor: "#e2e3a0",
|
||||
subColor: "#a0a0a0",
|
||||
textColor: "#e6e6e6",
|
||||
},
|
||||
};
|
||||
|
||||
export const ThemesList: Theme[] = Object.keys(themes)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue