feat: reapply frosted glass feature

This commit is contained in:
Ashley Wulber 2026-07-10 13:06:17 -04:00 committed by GitHub
parent ae5c750662
commit fff1485876
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
125 changed files with 1883 additions and 424 deletions

View file

@ -0,0 +1,16 @@
(
extremely_low: 0.9,
extremely_low_2: 0.87692,
very_low: 0.85385,
very_low_2: 0.83076,
low: 0.80769,
low_2: 0.78461,
medium: 0.76154,
medium_2: 0.73846,
high: 0.71538,
high_2: 0.69231,
very_high: 0.66023,
very_high_2: 0.64615,
extremely_high: 0.62308,
extremely_high_2: 0.6,
)

View file

@ -0,0 +1,8 @@
(
radius_0: (0.0, 0.0, 0.0, 0.0),
radius_xs: (4.0, 4.0, 4.0, 4.0),
radius_s: (8.0, 8.0, 8.0, 8.0),
radius_m: (16.0, 16.0, 16.0, 16.0),
radius_l: (32.0, 32.0, 32.0, 32.0),
radius_xl: (160.0, 160.0, 160.0, 160.0),
)

View file

@ -0,0 +1,35 @@
Light((
name: "cosmic-light",
bright_red: "#890418FF",
bright_green: "#00572CFF",
bright_orange: "#792C00FF",
gray_1: "#D7D7D7FF",
gray_2: "#E4E4E4FF",
neutral_0: "#FFFFFFFF",
neutral_1: "#DEDEDEFF",
neutral_2: "#BEBEBEFF",
neutral_3: "#9E9E9EFF",
neutral_4: "#808080FF",
neutral_5: "#636363FF",
neutral_6: "#484848FF",
neutral_7: "#2E2E2EFF",
neutral_8: "#161616FF",
neutral_9: "#030303FF",
neutral_10: "#000000FF",
accent_blue: "#00525AFF",
accent_indigo: "#2E496DFF",
accent_purple: "#68217CFF",
accent_pink: "#86043AFF",
accent_red: "#78292EFF",
accent_orange: "#624000FF",
accent_yellow: "#534800FF",
accent_green: "#185529FF",
accent_warm_grey: "#554742FF",
ext_warm_grey: "#9B8E8AFF",
ext_orange: "#FBB86CFF",
ext_yellow: "#F7E062FF",
ext_blue: "#6ACAD8FF",
ext_purple: "#D58CFFFF",
ext_pink: "#FF9CDDFF",
ext_indigo: "#95C4FCFF",
))

View file

@ -0,0 +1,12 @@
(
space_none: 0,
space_xxxs: 4,
space_xxs: 8,
space_xs: 12,
space_s: 16,
space_m: 24,
space_l: 32,
space_xl: 48,
space_xxl: 64,
space_xxxl: 128,
)