mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
fix: make context menu highlighted row readable in dark mode (#4984)
This commit is contained in:
parent
8f8bcf720a
commit
4a83657a4a
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ $white: #fff;
|
||||||
$yellow-300: #ffea7f;
|
$yellow-300: #ffea7f;
|
||||||
$yellow-700: #dbab09;
|
$yellow-700: #dbab09;
|
||||||
|
|
||||||
|
$grey-40: #666;
|
||||||
$nice-grey: #f8f8f8;
|
$nice-grey: #f8f8f8;
|
||||||
$nice-grey-darker: #f0f0f0;
|
$nice-grey-darker: #f0f0f0;
|
||||||
$dark-mode-black: #121212;
|
$dark-mode-black: #121212;
|
||||||
|
@ -95,7 +96,7 @@ $image-play-circle-idle: '../img/play-circle-idle.svg';
|
||||||
--color-progressbar-seed-2: #{$green-700};
|
--color-progressbar-seed-2: #{$green-700};
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
--color-bg-hover: #{$nice-grey};
|
--color-bg-hover: #{$grey-40};
|
||||||
--color-fg-primary: #fff;
|
--color-fg-primary: #fff;
|
||||||
--color-bg-primary: #{$grey-800};
|
--color-bg-primary: #{$grey-800};
|
||||||
--color-bg-odd: #{$grey-900};
|
--color-bg-odd: #{$grey-900};
|
||||||
|
|
Loading…
Reference in a new issue