1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 22:37:59 +00:00

update blue saturation

This commit is contained in:
d47081 2023-11-11 07:58:21 +02:00
parent 79c5b864ef
commit c6718b7f5f

View File

@ -9,10 +9,10 @@
--color-text-white: hsl(0deg 0% 100%); --color-text-white: hsl(0deg 0% 100%);
--color-text-disabled: hsl(0deg 0% 60%); --color-text-disabled: hsl(0deg 0% 60%);
--color-text-default: hsl(0deg 0% 33%); --color-text-default: hsl(0deg 0% 33%);
--color-background-blue: hsl(210deg 42% 48%); --color-background-blue: hsl(210deg 65% 55%);
--color-background-popup: hsl(0deg 0% 100%); --color-background-popup: hsl(0deg 0% 100%);
--color-background-default: hsl(0deg 0% 94%); --color-background-default: hsl(0deg 0% 94%);
--color-border-blue: hsl(210deg 100% 55%); --color-border-blue: hsl(210deg 42% 48%);
--color-border-default: hsl(0deg 0% 85%); --color-border-default: hsl(0deg 0% 85%);
} }
@ -36,6 +36,7 @@
* { * {
--color-text-blue: hsl(210deg 88.1% 73.5%); --color-text-blue: hsl(210deg 88.1% 73.5%);
--color-text-default: hsl(0deg 0% 90%); --color-text-default: hsl(0deg 0% 90%);
--color-background-blue: hsl(210deg 42% 48%);
--color-background-popup: hsl(0deg 0% 20%); --color-background-popup: hsl(0deg 0% 20%);
--color-background-default: hsl(0deg 0% 25%); --color-background-default: hsl(0deg 0% 25%);
--color-border-default: hsl(0deg 0% 33%); --color-border-default: hsl(0deg 0% 33%);