0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Debug icons updates

This commit is contained in:
Kristi 2022-06-29 00:08:08 -04:00
parent 0135c36d33
commit 11245c7343
4 changed files with 15 additions and 0 deletions

View file

@ -1,4 +1,8 @@
# Release Notes # Release Notes
## 0.8.7
`2022-06-29`
- Debug icons updates
## 0.8.6 ## 0.8.6
`2022-06-28` `2022-06-28`
- Add preliminary Terraform syntax support - Add preliminary Terraform syntax support

View file

@ -314,6 +314,10 @@
"debugTokenExpression.number":"#ff9e64", "debugTokenExpression.number":"#ff9e64",
"debugTokenExpression.error":"#bb616b", "debugTokenExpression.error":"#bb616b",
"debugIcon.breakpointForeground": "#db4b4b",
"debugIcon.breakpointDisabledForeground": "#414761",
"debugIcon.breakpointUnverifiedForeground": "#c24242",
"terminal.background": "#16161e", "terminal.background": "#16161e",
"terminal.foreground": "#787c99", "terminal.foreground": "#787c99",
"terminal.selectionBackground": "#515c7e30", "terminal.selectionBackground": "#515c7e30",

View file

@ -321,6 +321,9 @@
"debugIcon.stepOutForeground": "#3e6396", "debugIcon.stepOutForeground": "#3e6396",
"debugIcon.continueForeground": "#3e6396", "debugIcon.continueForeground": "#3e6396",
"debugIcon.stepBackForeground": "#3e6396", "debugIcon.stepBackForeground": "#3e6396",
"debugIcon.breakpointForeground": "#db4b4b",
"debugIcon.breakpointDisabledForeground": "#828594",
"debugIcon.breakpointUnverifiedForeground": "#c24242",
"terminal.background": "#cbccd1", "terminal.background": "#cbccd1",
"terminal.foreground": "#4c505e", "terminal.foreground": "#4c505e",

View file

@ -313,6 +313,10 @@
"debugTokenExpression.number":"#ff9e64", "debugTokenExpression.number":"#ff9e64",
"debugTokenExpression.error":"#bb616b", "debugTokenExpression.error":"#bb616b",
"debugIcon.breakpointForeground": "#db4b4b",
"debugIcon.breakpointDisabledForeground": "#545c7e",
"debugIcon.breakpointUnverifiedForeground": "#c24242",
"terminal.background": "#1f2335", "terminal.background": "#1f2335",
"terminal.foreground": "#7982a9", "terminal.foreground": "#7982a9",
"terminal.selectionBackground": "#6f7bb620", "terminal.selectionBackground": "#6f7bb620",