@mohamedatia/fly-design-system 2.8.0 → 2.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/_theme-light.scss +8 -5
package/package.json
CHANGED
package/scss/_theme-light.scss
CHANGED
|
@@ -46,16 +46,19 @@ html.light-theme {
|
|
|
46
46
|
--launcher-card-title: #ffffff;
|
|
47
47
|
--launcher-card-desc: rgb(255, 255, 255 , 0.8);
|
|
48
48
|
|
|
49
|
-
// Window chrome — light frosted glass
|
|
50
|
-
//
|
|
51
|
-
|
|
49
|
+
// Window chrome — light frosted glass. Held to a high opacity (88%) so the
|
|
50
|
+
// window plate reads as a solid light surface regardless of the wallpaper
|
|
51
|
+
// behind it. (Before v2.8 the legacy spatial theme provided the high-opacity
|
|
52
|
+
// option; with spatial removed, light theme must be solid enough on dark
|
|
53
|
+
// wallpapers too.) `backdrop-filter` on .window still picks up wallpaper tint.
|
|
54
|
+
--window-bg: rgb(248 249 250 / 88%);
|
|
52
55
|
--window-radius: 24px;
|
|
53
56
|
--window-blur: 64px;
|
|
54
57
|
--window-backdrop-saturate: 175%;
|
|
55
58
|
--window-shadow: 0 28px 96px rgb(0 0 0 / 18%);
|
|
56
59
|
--window-border: rgb(255 255 255 / 50%);
|
|
57
|
-
--window-specular: inset 0 1px 0 rgb(255 255 255 /
|
|
58
|
-
inset 0 -1px 0 rgb(
|
|
60
|
+
--window-specular: inset 0 1px 0 rgb(255 255 255 / 60%),
|
|
61
|
+
inset 0 -1px 0 rgb(0 0 0 / 4%);
|
|
59
62
|
--window-content-scrim: transparent;
|
|
60
63
|
--app-content-plate: transparent;
|
|
61
64
|
--titlebar-bg: transparent;
|