You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Legacy and GG EZ themes with structural CSS overrides
Add two themes with embedded CSS that goes beyond color variables:
- Legacy: beveled surfaces, sunken inputs, navy titlebars, raised
buttons, styled scrollbars/sliders/checkboxes, and listbox
selection patterns for a retro desktop aesthetic
- GG EZ: animated rainbow gradient borders on windows via CSS
@Property gradient rotation
Theme CSS is stored in ThemeDef.css, injected via <style> tag, and
scoped with html[data-theme-style] for specificity. Custom themes
can clone and edit CSS in the theme editor. Split monolithic
themes.ts into src/themes/ subdirectory. Add --scene-shadow var
so 3D label text shadows stay dark in light themes.
0 commit comments