feat(theme): add AE Firefly theme — 'Shiny serenity, like a firefly.'

New custom Skeleton v4 theme for One Sky IT, LLC.
Design vision: Scott Idem, 2026-03-06.

Color system:
  Primary   — Luminescent teal (bioluminescent shimmer, hue ~184°)
  Secondary — Warm amber-gold (firefly body glow, hue ~90°)
  Tertiary  — Night-sky indigo (depth + serenity, hue ~277°)
  Surface   — Moonlit slate (barely-cool neutral; crisp in light,
              deep midnight in dark)

Section 508 / WCAG 2.1 AA compliance embedded in contrast assignments.
Set as new app default (replacing nouveau).

Files:
  src/ae-firefly.css                        — theme definition
  src/app.css                               — @import registered
  src/lib/app_components/e_app_theme.svelte — 'Firefly ✦' in selector
  src/lib/stores/ae_stores.ts               — default theme_name updated
This commit is contained in:
Scott Idem
2026-03-06 21:05:08 -05:00
parent 5f57d81ead
commit b39ce19fdc
4 changed files with 287 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ const ae_app_local_data_defaults: key_val = {
theme: 'light',
theme_mode: 'light',
theme_name: 'nouveau', // wintry
theme_name: 'AE_Firefly', // "Shiny serenity, like a firefly." — OSIT default 2026
iframe: false,
// disable_sys_header: false,