Private
Public Access
0
0

feat(theme-models): add ThemePalette/ThemeFile schema with TOML loader

This commit is contained in:
2026-06-04 22:31:22 -04:00
parent d21e96de8f
commit e2f698c4a3
4 changed files with 228 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
syntax_palette = "dark"
[colors]
window_bg = [10, 20, 30]
text = [200, 200, 200]
button_hovered = [255, 100, 50]
+2
View File
@@ -0,0 +1,2 @@
# missing [colors] section
syntax_palette = "dark"