diff --git a/themes/nord-color-theme.json b/themes/nord-color-theme.json index b930a50..a8529a5 100644 --- a/themes/nord-color-theme.json +++ b/themes/nord-color-theme.json @@ -14,9 +14,12 @@ "activityBarBadge.foreground": "#2e3440", "badge.foreground": "#2e3440", "badge.background": "#88c0d0", - "button.background": "#434c5e", - "button.foreground": "#d8dee9", - "button.hoverBackground": "#4c566a", + "button.background": "#88c0d0ee", + "button.foreground": "#2e3440", + "button.hoverBackground": "#88c0d0", + "button.secondaryBackground": "#434c5e", + "button.secondaryForeground": "#d8dee9", + "button.secondaryHoverBackground": "#4c566a", "charts.red": "#bf616a", "charts.blue": "#81a1c1", "charts.yellow": "#ebcb8b",