theme: Fix missed key warnings in theme files.
This commit is contained in:
parent
3fd2fd9293
commit
6a3a5f8a4c
4 changed files with 10 additions and 7 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
"accordion.background": "#FAFAFA",
|
"accordion.background": "#FAFAFA",
|
||||||
"accordion.hover.background": "#D9DCE3",
|
"accordion.hover.background": "#D9DCE3",
|
||||||
"background": "#fafafa",
|
"background": "#fafafa",
|
||||||
|
"foreground": "#5C6773",
|
||||||
"border": "#E6E8EA",
|
"border": "#E6E8EA",
|
||||||
"ring": "#FF9940",
|
"ring": "#FF9940",
|
||||||
"card.background": "#F3F4F5",
|
"card.background": "#F3F4F5",
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
"accordion.background": "#F9F9F9",
|
"accordion.background": "#F9F9F9",
|
||||||
"accordion.hover.background": "#D0D0D0",
|
"accordion.hover.background": "#D0D0D0",
|
||||||
"background": "#FFFFFF",
|
"background": "#FFFFFF",
|
||||||
|
"foreground": "#000000",
|
||||||
"border": "#D2D2D2",
|
"border": "#D2D2D2",
|
||||||
"ring": "#0064E1",
|
"ring": "#0064E1",
|
||||||
"card.background": "#F7F7F7",
|
"card.background": "#F7F7F7",
|
||||||
|
|
|
||||||
|
|
@ -53,13 +53,13 @@
|
||||||
"tab_bar.background": "#0D0208",
|
"tab_bar.background": "#0D0208",
|
||||||
"title_bar.background": "#020d02",
|
"title_bar.background": "#020d02",
|
||||||
"title_bar.border": "#12410E",
|
"title_bar.border": "#12410E",
|
||||||
"color.red": "#23755a",
|
"base.red": "#23755a",
|
||||||
"color.green": "#82d967",
|
"base.green": "#82d967",
|
||||||
"color.yellow": "#ffd700",
|
"base.yellow": "#ffd700",
|
||||||
"color.blue": "#3f5242",
|
"base.blue": "#3f5242",
|
||||||
"color.magenta": "#FF00FF",
|
"base.magenta": "#FF00FF",
|
||||||
"color.magenta.light": "#FF00FF22",
|
"base.magenta.light": "#FF00FF22",
|
||||||
"color.cyan": "#50b45a"
|
"base.cyan": "#50b45a"
|
||||||
},
|
},
|
||||||
"highlight": {
|
"highlight": {
|
||||||
"editor.foreground": "#88FF88",
|
"editor.foreground": "#88FF88",
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@
|
||||||
"popover.foreground": "#ecf0c1",
|
"popover.foreground": "#ecf0c1",
|
||||||
"primary.active.background": "#0788ac",
|
"primary.active.background": "#0788ac",
|
||||||
"primary.background": "#089CC5",
|
"primary.background": "#089CC5",
|
||||||
|
"primary.foreground": "#ecf0c1",
|
||||||
"primary.hover.background": "#09afdd",
|
"primary.hover.background": "#09afdd",
|
||||||
"scrollbar.background": "#003a5b00",
|
"scrollbar.background": "#003a5b00",
|
||||||
"scrollbar.thumb.background": "#4b6479",
|
"scrollbar.thumb.background": "#4b6479",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue