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,20 @@
(
base: "#D7D7D7FF",
component: (
base: "#F5F5F5FF",
hover: "#F6F6F6FF",
pressed: "#F7F7F7FF",
selected: "#F6F6F6FF",
selected_text: "#00525AFF",
focus: "#00525AFF",
divider: "#27272733",
on: "#272727FF",
disabled: "#F5F5F580",
on_disabled: "#272727A6",
border: "#161616FF",
disabled_border: "#16161680",
),
divider: "#B0B0B0FF",
on: "#121212FF",
small_widget: "#CACACA40",
)