First commit

This commit is contained in:
Vyn 2024-10-16 11:40:45 +02:00
commit dd0c8c326a
16 changed files with 534 additions and 0 deletions

5
Text.slint Normal file
View file

@ -0,0 +1,5 @@
import { Palette } from "Palette.slint";
export component VText inherits Text {
color: Palette.foreground;
}