diff --git a/static/themes/_list.json b/static/themes/_list.json index 1220a184f..dad190542 100644 --- a/static/themes/_list.json +++ b/static/themes/_list.json @@ -546,12 +546,12 @@ }, { "name": "blueberry_light", - "bgColor": "#c1daf3", - "textColor": "#7390aa" + "bgColor": "#dae0f5", + "textColor": "#678198" }, { "name": "blueberry_dark", - "bgColor": "#2e3446", + "bgColor": "#212b42", "textColor": "#91b4d5" } ] diff --git a/static/themes/blueberry_dark.css b/static/themes/blueberry_dark.css index c85f36347..5c883bee0 100644 --- a/static/themes/blueberry_dark.css +++ b/static/themes/blueberry_dark.css @@ -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; } diff --git a/static/themes/blueberry_light.css b/static/themes/blueberry_light.css index a7afc2d3b..8b13ec51f 100644 --- a/static/themes/blueberry_light.css +++ b/static/themes/blueberry_light.css @@ -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; }