feat: tune visual of windows 95 theme

This commit is contained in:
3252a8
2026-05-15 21:46:10 +03:00
parent 2a1ff8e45e
commit f80e336e1f
6 changed files with 238 additions and 70 deletions
+2
View File
@@ -375,6 +375,8 @@ def _builtin_theme_assets_need_refresh(key: str, target_dir: Path) -> bool:
or "lucide-earth" not in style
or "lucide-circle-check" not in style
or "border-radius: 0 !important" not in style
or "::-webkit-slider-thumb" not in style
or "?v=6" not in style
or any(not (target_dir / "icons" / icon).exists() for icon in required_icons)
)