theme: Update theme schema to remove card and add group_box. (#1321)

This commit is contained in:
Jason Lee 2025-10-02 15:29:08 +08:00 committed by GitHub
parent 463f01bb16
commit 4ee64cc661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 22 deletions

View file

@ -118,14 +118,6 @@
"description": "Default border color", "description": "Default border color",
"type": ["string", "null"] "type": ["string", "null"]
}, },
"card.background": {
"description": "Background color for Card.",
"type": ["string", "null"]
},
"card.foreground": {
"description": "Text color for Card.",
"type": ["string", "null"]
},
"caret": { "caret": {
"description": "Input caret color (Blinking cursor).", "description": "Input caret color (Blinking cursor).",
"type": ["string", "null"] "type": ["string", "null"]
@ -186,6 +178,18 @@
"description": "Default text color.", "description": "Default text color.",
"type": ["string", "null"] "type": ["string", "null"]
}, },
"group_box.background": {
"description": "Background color for GroupBox.",
"type": ["string", "null"]
},
"group_box.foreground": {
"description": "Foreground color for GroupBox.",
"type": ["string", "null"]
},
"group_box.title.foreground": {
"description": "Title text color for GroupBox.",
"type": ["string", "null"]
},
"info.background": { "info.background": {
"description": "Info background color.", "description": "Info background color.",
"type": ["string", "null"] "type": ["string", "null"]

View file

@ -404,7 +404,7 @@
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#ec642a" "color": "#c75828"
}, },
"property": { "property": {
"color": "#CACCCA" "color": "#CACCCA"

View file

@ -161,8 +161,6 @@
"accent.foreground": "#ebdbb2", "accent.foreground": "#ebdbb2",
"background": "#1d2021", "background": "#1d2021",
"border": "#3e3936", "border": "#3e3936",
"card.background": "#282828",
"card.foreground": "#ebdbb2",
"danger.active.background": "#fb4934", "danger.active.background": "#fb4934",
"foreground": "#ebdbb2", "foreground": "#ebdbb2",
"input.border": "#504945", "input.border": "#504945",

View file

@ -280,7 +280,7 @@
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#ec642a" "color": "#c75828"
}, },
"property": { "property": {
"color": "#CACCCA" "color": "#CACCCA"

View file

@ -159,8 +159,6 @@
"accent.foreground": "#abb2bf", "accent.foreground": "#abb2bf",
"background": "#1A1A1A", "background": "#1A1A1A",
"border": "#444444", "border": "#444444",
"card.background": "#282c34",
"card.foreground": "#abb2bf",
"foreground": "#abb2bf", "foreground": "#abb2bf",
"input.border": "#444444", "input.border": "#444444",
"link.active.foreground": "#5A6599", "link.active.foreground": "#5A6599",

View file

@ -147,8 +147,6 @@
"accent.foreground": "#f8f8f2", "accent.foreground": "#f8f8f2",
"background": "#1b1d1e", "background": "#1b1d1e",
"border": "#3b3b3b", "border": "#3b3b3b",
"card.background": "#272822",
"card.foreground": "#f8f8f2",
"foreground": "#f8f8f2", "foreground": "#f8f8f2",
"input.border": "#3b3b3b", "input.border": "#3b3b3b",
"list.active.background": "#f9267211", "list.active.background": "#f9267211",

View file

@ -154,8 +154,6 @@
"accent.foreground": "#fdf6e3", "accent.foreground": "#fdf6e3",
"background": "#002B36", "background": "#002B36",
"border": "#083e4c", "border": "#083e4c",
"card.background": "#002b36",
"card.foreground": "#fdf6e3",
"foreground": "#fdf6e3", "foreground": "#fdf6e3",
"input.border": "#083e4c", "input.border": "#083e4c",
"list.active.background": "#0d667d22", "list.active.background": "#0d667d22",

View file

@ -153,8 +153,6 @@
"border": "#3d4462", "border": "#3d4462",
"window_border": "#3d4462", "window_border": "#3d4462",
"ring": "#7aa2f7", "ring": "#7aa2f7",
"card.background": "#292e42",
"card.foreground": "#c0caf5",
"foreground": "#c0caf5", "foreground": "#c0caf5",
"input.border": "#414868", "input.border": "#414868",
"link.active.foreground": "#7aa2f7", "link.active.foreground": "#7aa2f7",
@ -287,8 +285,6 @@
"border": "#323752", "border": "#323752",
"window_border": "#404668", "window_border": "#404668",
"ring": "#82aaff", "ring": "#82aaff",
"card.background": "#2d3149",
"card.foreground": "#c0caf5",
"foreground": "#c0caf5", "foreground": "#c0caf5",
"input.border": "#444b6a", "input.border": "#444b6a",
"link.active.foreground": "#82aaff", "link.active.foreground": "#82aaff",