mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 11:36:13 +08:00
Added Solarized Dark and Light themes
This commit is contained in:
parent
1dde48387b
commit
b010688ac8
1 changed files with 10 additions and 0 deletions
|
@ -227,6 +227,16 @@
|
|||
"name": "dualshot",
|
||||
"bgColor": "#2d2e30",
|
||||
"textColor": "#212222"
|
||||
},
|
||||
{
|
||||
"name": "solarized_dark",
|
||||
"bgColor": "#002b36",
|
||||
"textColor": "#859900"
|
||||
},
|
||||
{
|
||||
"name": "solarized_light",
|
||||
"bgColor": "#fdf6e3",
|
||||
"textColor": "#859900"
|
||||
}
|
||||
|
||||
]
|
Loading…
Add table
Reference in a new issue