changes_4
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,6 +8,10 @@
|
||||
--sidebar: calc(270px * var(--ui-scale));
|
||||
/* Note: Completed torrent progress follows Bootstrap success badges exactly. */
|
||||
--torrent-progress-complete: var(--bs-success);
|
||||
/* Note: Incomplete progress bars use theme-aware HSL tuning so light themes stay slightly more muted than dark themes. */
|
||||
--torrent-progress-scale-saturation: 34;
|
||||
--torrent-progress-scale-lightness-base: 28;
|
||||
--torrent-progress-scale-lightness-range: 4;
|
||||
--pytorrent-page-bg: var(--bs-body-bg);
|
||||
--pytorrent-shell-shadow: 0 12px 45px rgba(0, 0, 0, 0.38);
|
||||
}
|
||||
@@ -23,6 +27,9 @@
|
||||
--bs-primary-bg-subtle: #0d2238;
|
||||
--bs-primary-text-emphasis: #9ecbff;
|
||||
--pytorrent-page-bg: var(--bs-body-bg);
|
||||
--torrent-progress-scale-saturation: 48;
|
||||
--torrent-progress-scale-lightness-base: 30;
|
||||
--torrent-progress-scale-lightness-range: 5;
|
||||
}
|
||||
|
||||
html[data-app-font="adwaita-mono"] {
|
||||
|
||||
Reference in New Issue
Block a user