theme: Update theme schema to remove card and add group_box. (#1321)
This commit is contained in:
parent
463f01bb16
commit
4ee64cc661
8 changed files with 14 additions and 22 deletions
|
|
@ -118,14 +118,6 @@
|
|||
"description": "Default border color",
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"card.background": {
|
||||
"description": "Background color for Card.",
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"card.foreground": {
|
||||
"description": "Text color for Card.",
|
||||
"type": ["string", "null"]
|
||||
},
|
||||
"caret": {
|
||||
"description": "Input caret color (Blinking cursor).",
|
||||
"type": ["string", "null"]
|
||||
|
|
@ -186,6 +178,18 @@
|
|||
"description": "Default text color.",
|
||||
"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": {
|
||||
"description": "Info background color.",
|
||||
"type": ["string", "null"]
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@
|
|||
"font_weight": 600
|
||||
},
|
||||
"type": {
|
||||
"color": "#ec642a"
|
||||
"color": "#c75828"
|
||||
},
|
||||
"property": {
|
||||
"color": "#CACCCA"
|
||||
|
|
|
|||
|
|
@ -161,8 +161,6 @@
|
|||
"accent.foreground": "#ebdbb2",
|
||||
"background": "#1d2021",
|
||||
"border": "#3e3936",
|
||||
"card.background": "#282828",
|
||||
"card.foreground": "#ebdbb2",
|
||||
"danger.active.background": "#fb4934",
|
||||
"foreground": "#ebdbb2",
|
||||
"input.border": "#504945",
|
||||
|
|
|
|||
|
|
@ -280,7 +280,7 @@
|
|||
"font_weight": 600
|
||||
},
|
||||
"type": {
|
||||
"color": "#ec642a"
|
||||
"color": "#c75828"
|
||||
},
|
||||
"property": {
|
||||
"color": "#CACCCA"
|
||||
|
|
|
|||
|
|
@ -159,8 +159,6 @@
|
|||
"accent.foreground": "#abb2bf",
|
||||
"background": "#1A1A1A",
|
||||
"border": "#444444",
|
||||
"card.background": "#282c34",
|
||||
"card.foreground": "#abb2bf",
|
||||
"foreground": "#abb2bf",
|
||||
"input.border": "#444444",
|
||||
"link.active.foreground": "#5A6599",
|
||||
|
|
|
|||
|
|
@ -147,8 +147,6 @@
|
|||
"accent.foreground": "#f8f8f2",
|
||||
"background": "#1b1d1e",
|
||||
"border": "#3b3b3b",
|
||||
"card.background": "#272822",
|
||||
"card.foreground": "#f8f8f2",
|
||||
"foreground": "#f8f8f2",
|
||||
"input.border": "#3b3b3b",
|
||||
"list.active.background": "#f9267211",
|
||||
|
|
|
|||
|
|
@ -154,8 +154,6 @@
|
|||
"accent.foreground": "#fdf6e3",
|
||||
"background": "#002B36",
|
||||
"border": "#083e4c",
|
||||
"card.background": "#002b36",
|
||||
"card.foreground": "#fdf6e3",
|
||||
"foreground": "#fdf6e3",
|
||||
"input.border": "#083e4c",
|
||||
"list.active.background": "#0d667d22",
|
||||
|
|
|
|||
|
|
@ -153,8 +153,6 @@
|
|||
"border": "#3d4462",
|
||||
"window_border": "#3d4462",
|
||||
"ring": "#7aa2f7",
|
||||
"card.background": "#292e42",
|
||||
"card.foreground": "#c0caf5",
|
||||
"foreground": "#c0caf5",
|
||||
"input.border": "#414868",
|
||||
"link.active.foreground": "#7aa2f7",
|
||||
|
|
@ -287,8 +285,6 @@
|
|||
"border": "#323752",
|
||||
"window_border": "#404668",
|
||||
"ring": "#82aaff",
|
||||
"card.background": "#2d3149",
|
||||
"card.foreground": "#c0caf5",
|
||||
"foreground": "#c0caf5",
|
||||
"input.border": "#444b6a",
|
||||
"link.active.foreground": "#82aaff",
|
||||
|
|
|
|||
Loading…
Reference in a new issue