diff --git a/src/themes/settings/specific/palenight.json b/src/themes/settings/specific/palenight.json index cabe7d4..f56c447 100644 --- a/src/themes/settings/specific/palenight.json +++ b/src/themes/settings/specific/palenight.json @@ -19,7 +19,7 @@ "inputForeground": "#EEFFFF", "inputBorder": "#FFFFFF10", "scrollbars": "#00000050", - "scrollbarsHover": "#00000030" + "scrollbarsHover": "#00000030", "base": { "white": "#ffffff", "black": "#000000", diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 1ca53e8..3cbd28c 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -749,6 +749,7 @@ "notification.background": "{{variant.scheme.background}}", "notification.foreground": "{{variant.scheme.foreground}}", "badge.background": "{{variant.scheme.lineHighlight}}30", - "badge.foreground": "{{variant.scheme.comments}}" + "badge.foreground": "{{variant.scheme.comments}}", + "button.background": "{{variant.scheme.selection}}" } } \ No newline at end of file diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 007ce83..32f5c0f 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -1,5 +1,6 @@ { "name": "Material-Theme-Darker", + "type": "dark", "tokenColors": [ { "settings": { @@ -748,6 +749,7 @@ "notification.background": "#212121", "notification.foreground": "#EEFFFF", "badge.background": "#00000030", - "badge.foreground": "#4A4A4A" + "badge.foreground": "#4A4A4A", + "button.background": "#61616150" } } \ No newline at end of file diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index e805953..f5ee834 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -1,5 +1,6 @@ { "name": "Material-Theme-Default", + "type": "dark", "tokenColors": [ { "settings": { @@ -748,6 +749,7 @@ "notification.background": "#263238", "notification.foreground": "#EEFFFF", "badge.background": "#00000030", - "badge.foreground": "#546E7A" + "badge.foreground": "#546E7A", + "button.background": "#80CBC420" } } \ No newline at end of file diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index e1e64d8..d02c8cb 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -1,5 +1,6 @@ { "name": "Material-Theme-Lighter", + "type": "light", "tokenColors": [ { "settings": { @@ -748,6 +749,7 @@ "notification.background": "#FAFAFA", "notification.foreground": "#90A4AE", "badge.background": "#CCD7DA30", - "badge.foreground": "#90A4AE90" + "badge.foreground": "#90A4AE90", + "button.background": "#80CBC440" } } \ No newline at end of file diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 76ef833..edb9ed0 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -1,5 +1,6 @@ { "name": "Material-Theme-Palenight", + "type": "dark", "tokenColors": [ { "settings": { @@ -746,8 +747,9 @@ "diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.removedTextBackground": "#FF537020", "notification.background": "#292D3E", - "notification.foreground": "#ffffff", + "notification.foreground": "#A6ACCD", "badge.background": "#00000030", - "badge.foreground": "#676E95" + "badge.foreground": "#676E95", + "button.background": "#717CB450" } } \ No newline at end of file