feat(theme-models): add ThemePalette/ThemeFile schema with TOML loader
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
syntax_palette = "dark"
|
||||
|
||||
[colors]
|
||||
window_bg = [10, 20, 30]
|
||||
text = [200, 200, 200]
|
||||
button_hovered = [255, 100, 50]
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
# missing [colors] section
|
||||
syntax_palette = "dark"
|
||||
Reference in New Issue
Block a user