Visual fixes #19

Merged
gru merged 7 commits from visual_fixes into master 2026-06-04 19:27:34 +02:00
2 changed files with 21 additions and 1 deletions
Showing only changes of commit 8f879bfca7 - Show all commits
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"] {