Configurable colors

This commit is contained in:
Alexey 2025-09-18 17:33:34 +03:00
commit 1b6f8ef282
3 changed files with 85 additions and 3 deletions

View file

@ -2,6 +2,7 @@ import { TabWidget } from "std-widgets.slint";
import { RecordWidget } from "record.slint";
import { ReviewWidget } from "review.slint";
import { TimelineEvent } from "timeline.slint";
export { Palette } from "theme.slint";
export component AppWindow inherits Window {
callback start-new-event <=> record.start-new-event;