diff --git a/CHANGELOG.md b/CHANGELOG.md index 406c653..dd7633f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Release Notes +## 0.8.7 +`2022-06-29` +- Debug icons updates + ## 0.8.6 `2022-06-28` - Add preliminary Terraform syntax support diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index cbb4213..61852e5 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -314,6 +314,10 @@ "debugTokenExpression.number":"#ff9e64", "debugTokenExpression.error":"#bb616b", + "debugIcon.breakpointForeground": "#db4b4b", + "debugIcon.breakpointDisabledForeground": "#414761", + "debugIcon.breakpointUnverifiedForeground": "#c24242", + "terminal.background": "#16161e", "terminal.foreground": "#787c99", "terminal.selectionBackground": "#515c7e30", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index 2b61e2b..a66ad51 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -321,6 +321,9 @@ "debugIcon.stepOutForeground": "#3e6396", "debugIcon.continueForeground": "#3e6396", "debugIcon.stepBackForeground": "#3e6396", + "debugIcon.breakpointForeground": "#db4b4b", + "debugIcon.breakpointDisabledForeground": "#828594", + "debugIcon.breakpointUnverifiedForeground": "#c24242", "terminal.background": "#cbccd1", "terminal.foreground": "#4c505e", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index cf35830..cd60b10 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -313,6 +313,10 @@ "debugTokenExpression.number":"#ff9e64", "debugTokenExpression.error":"#bb616b", + "debugIcon.breakpointForeground": "#db4b4b", + "debugIcon.breakpointDisabledForeground": "#545c7e", + "debugIcon.breakpointUnverifiedForeground": "#c24242", + "terminal.background": "#1f2335", "terminal.foreground": "#7982a9", "terminal.selectionBackground": "#6f7bb620",