diff --git a/themes/ayu.json b/themes/ayu.json index 911bd7db..255453e2 100644 --- a/themes/ayu.json +++ b/themes/ayu.json @@ -14,6 +14,7 @@ "accordion.background": "#FAFAFA", "accordion.hover.background": "#D9DCE3", "background": "#fafafa", + "foreground": "#5C6773", "border": "#E6E8EA", "ring": "#FF9940", "card.background": "#F3F4F5", diff --git a/themes/macos-classic.json b/themes/macos-classic.json index 78b5faa0..7f179792 100644 --- a/themes/macos-classic.json +++ b/themes/macos-classic.json @@ -14,6 +14,7 @@ "accordion.background": "#F9F9F9", "accordion.hover.background": "#D0D0D0", "background": "#FFFFFF", + "foreground": "#000000", "border": "#D2D2D2", "ring": "#0064E1", "card.background": "#F7F7F7", diff --git a/themes/matrix.json b/themes/matrix.json index 4ebcbe83..e1d53062 100644 --- a/themes/matrix.json +++ b/themes/matrix.json @@ -53,13 +53,13 @@ "tab_bar.background": "#0D0208", "title_bar.background": "#020d02", "title_bar.border": "#12410E", - "color.red": "#23755a", - "color.green": "#82d967", - "color.yellow": "#ffd700", - "color.blue": "#3f5242", - "color.magenta": "#FF00FF", - "color.magenta.light": "#FF00FF22", - "color.cyan": "#50b45a" + "base.red": "#23755a", + "base.green": "#82d967", + "base.yellow": "#ffd700", + "base.blue": "#3f5242", + "base.magenta": "#FF00FF", + "base.magenta.light": "#FF00FF22", + "base.cyan": "#50b45a" }, "highlight": { "editor.foreground": "#88FF88", diff --git a/themes/spaceduck.json b/themes/spaceduck.json index 8e398cf1..a396f1e3 100644 --- a/themes/spaceduck.json +++ b/themes/spaceduck.json @@ -33,6 +33,7 @@ "popover.foreground": "#ecf0c1", "primary.active.background": "#0788ac", "primary.background": "#089CC5", + "primary.foreground": "#ecf0c1", "primary.hover.background": "#09afdd", "scrollbar.background": "#003a5b00", "scrollbar.thumb.background": "#4b6479",