mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Updated blueberry themes
This commit is contained in:
parent
158d1c70ae
commit
3c2de9314a
3 changed files with 14 additions and 26 deletions
|
@ -546,12 +546,12 @@
|
|||
},
|
||||
{
|
||||
"name": "blueberry_light",
|
||||
"bgColor": "#c1daf3",
|
||||
"textColor": "#7390aa"
|
||||
"bgColor": "#dae0f5",
|
||||
"textColor": "#678198"
|
||||
},
|
||||
{
|
||||
"name": "blueberry_dark",
|
||||
"bgColor": "#2e3446",
|
||||
"bgColor": "#212b42",
|
||||
"textColor": "#91b4d5"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
:root {
|
||||
--bg-color: #2e3446;
|
||||
--bg-color: #212b42;
|
||||
--main-color: #add7ff;
|
||||
--caret-color: #27e8a7;
|
||||
--sub-color: #506477;
|
||||
--caret-color: #11d964;
|
||||
--sub-color: #5c7da5;
|
||||
--text-color: #91b4d5;
|
||||
--error-color: #df4576;
|
||||
--error-extra-color: #d996ac;
|
||||
|
@ -10,12 +10,6 @@
|
|||
--colorful-error-extra-color: #d996ac;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(1),
|
||||
#menu .icon-button:nth-child(2),
|
||||
#menu .icon-button:nth-child(3),
|
||||
#menu .icon-button:nth-child(4),
|
||||
#menu .icon-button:nth-child(5),
|
||||
#menu .icon-button:nth-child(6),
|
||||
#menu .icon-button:nth-child(7) {
|
||||
color: #27e8a7;
|
||||
#top .logo .bottom {
|
||||
color: #962f7e;
|
||||
}
|
||||
|
|
|
@ -1,21 +1,15 @@
|
|||
:root {
|
||||
--bg-color: #c1daf3;
|
||||
--bg-color: #dae0f5;
|
||||
--main-color: #506477;
|
||||
--caret-color: #0fdb97;
|
||||
--sub-color: #91b4d5;
|
||||
--text-color: #7390aa;
|
||||
--caret-color: #06bd80;
|
||||
--sub-color: #92a4be;
|
||||
--text-color: #678198;
|
||||
--error-color: #df4576;
|
||||
--error-extra-color: #d996ac;
|
||||
--colorful-error-color: #df4576;
|
||||
--colorful-error-extra-color: #d996ac;
|
||||
}
|
||||
|
||||
#menu .icon-button:nth-child(1),
|
||||
#menu .icon-button:nth-child(2),
|
||||
#menu .icon-button:nth-child(3),
|
||||
#menu .icon-button:nth-child(4),
|
||||
#menu .icon-button:nth-child(5),
|
||||
#menu .icon-button:nth-child(6),
|
||||
#menu .icon-button:nth-child(7) {
|
||||
color: #0fdb97;
|
||||
#top .logo .bottom {
|
||||
color: #df4576;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue