mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Debug icons updates
This commit is contained in:
parent
0135c36d33
commit
11245c7343
4 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue