import { Palette as SlintPalette } from "std-widgets.slint"; export global Palette { out property primary: SlintPalette.accent-background; out property success: #22c55e; out property warning: #f97316; out property background: SlintPalette.background; out property card-background: SlintPalette.alternate-background; out property text-primary: SlintPalette.alternate-foreground; out property text-secondary: SlintPalette.accent-foreground; }