changes_4

This commit is contained in:
Mateusz Gruszczyński
2026-06-04 15:24:36 +02:00
parent 494aad457c
commit 8f879bfca7
2 changed files with 21 additions and 1 deletions
File diff suppressed because one or more lines are too long
+7
View File
@@ -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"] {