mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
updated blueberry colors a bit
This commit is contained in:
parent
6091c4db6b
commit
8a7655bb99
3 changed files with 4 additions and 4 deletions
|
@ -547,11 +547,11 @@
|
|||
{
|
||||
"name": "blueberry_light",
|
||||
"bgColor": "#dae0f5",
|
||||
"textColor": "#678198"
|
||||
"textColor": "#df4576"
|
||||
},
|
||||
{
|
||||
"name": "blueberry_dark",
|
||||
"bgColor": "#212b42",
|
||||
"textColor": "#91b4d5"
|
||||
"textColor": "#df4576"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
:root {
|
||||
--bg-color: #212b42;
|
||||
--main-color: #add7ff;
|
||||
--caret-color: #11d964;
|
||||
--caret-color: #962f7e;
|
||||
--sub-color: #5c7da5;
|
||||
--text-color: #91b4d5;
|
||||
--error-color: #df4576;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
:root {
|
||||
--bg-color: #dae0f5;
|
||||
--main-color: #506477;
|
||||
--caret-color: #06bd80;
|
||||
--caret-color: #df4576;
|
||||
--sub-color: #92a4be;
|
||||
--text-color: #678198;
|
||||
--error-color: #df4576;
|
||||
|
|
Loading…
Reference in a new issue