mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-02 01:23:23 +00:00
First commit
This commit is contained in:
commit
dd0c8c326a
16 changed files with 534 additions and 0 deletions
5
Text.slint
Normal file
5
Text.slint
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Palette } from "Palette.slint";
|
||||
|
||||
export component VText inherits Text {
|
||||
color: Palette.foreground;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue