// ── violet-chaton v2 ────────────────────────────────────────────────────── // Mitsuri Kanroji inspired — gradient magenta → green // Ghost Shell edition // backgrounds $crust: #1a0e27; $base: #261537; $mantle: #341c4a; $surface0: #3d2454; $surface1: #493161; $surface2: #5a3875; // accents $magenta: #ff4da6; $lilac: #c9a0ff; $mitsuri: #9adba8; $lavande: #a4b4ff; $champagne: #e8c87a; $danger: #f25c7a; // text $text: #f0eaf8; $subtext1: #c4b8d4; $subtext0: #9a8fad; $muted: #716686; // shared $font: "Maple Mono NF", "MapleMono Nerd Font", monospace; $radius: 14px; $radius-sm: 8px; $transition: 300ms ease-out; // Note: alpha() is a GTK CSS function, not SCSS. // Use it raw in GTK CSS values, not in SCSS variables. // For SCSS variables that need transparency, use rgba().