mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update debug view colors
This commit is contained in:
parent
a5c0c1e74c
commit
bf49627d54
3 changed files with 54 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
"sideBar.dropBackground": "#1e202e",
|
||||
|
||||
"list.dropBackground": "#1e202e",
|
||||
"list.deemphasizedForeground":"#787c99",
|
||||
"list.activeSelectionBackground": "#202330",
|
||||
"list.activeSelectionForeground": "#a9b1d6",
|
||||
"list.inactiveSelectionBackground": "#1c1d29",
|
||||
|
@ -254,6 +255,24 @@
|
|||
"debugExceptionWidget.background": "#101014",
|
||||
"debugToolBar.background": "#101014",
|
||||
|
||||
"debugConsole.infoForeground": "#787c99",
|
||||
"debugConsole.errorForeground": "#bb616b",
|
||||
"debugConsole.sourceForeground": "#787c99",
|
||||
"debugConsole.warningForeground": "#c49a5a",
|
||||
"debugConsoleInputIcon.foreground":"#73daca",
|
||||
|
||||
"editor.stackFrameHighlightBackground":"#E2BD3A20",
|
||||
"editor.focusedStackFrameHighlightBackground":"#73daca20",
|
||||
"debugView.stateLabelForeground":"#787c99",
|
||||
"debugView.stateLabelBackground": "#14141b",
|
||||
"debugView.valueChangedHighlight": "#3d59a1aa",
|
||||
"debugTokenExpression.name": "#7dcfff",
|
||||
"debugTokenExpression.value":"#9aa5ce",
|
||||
"debugTokenExpression.string":"#9ece6a",
|
||||
"debugTokenExpression.boolean":"#ff9e64",
|
||||
"debugTokenExpression.number":"#ff9e64",
|
||||
"debugTokenExpression.error":"#bb616b",
|
||||
|
||||
"terminal.background": "#16161e",
|
||||
"terminal.foreground": "#787c99",
|
||||
"terminal.selectionBackground": "#515c7e30",
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
"sideBar.dropBackground": "#c1c2c7",
|
||||
|
||||
"list.dropBackground": "#c1c2c7",
|
||||
"list.deemphasizedForeground":"#4c505e",
|
||||
"list.activeSelectionBackground": "#d5d6db",
|
||||
"list.activeSelectionForeground": "#4c505e",
|
||||
"list.inactiveSelectionBackground": "#d5d6db",
|
||||
|
@ -254,6 +255,21 @@
|
|||
"debugExceptionWidget.background": "#fafbff40",
|
||||
"debugToolBar.background": "#d5d6db",
|
||||
|
||||
"debugConsole.infoForeground": "#166775",
|
||||
"debugConsole.errorForeground": "#942f2f",
|
||||
|
||||
"editor.stackFrameHighlightBackground":"#e7e8c8",
|
||||
"editor.focusedStackFrameHighlightBackground":"#c5e3d0",
|
||||
"debugView.stateLabelForeground":"#4c505e",
|
||||
"debugView.stateLabelBackground": "#d5d6db",
|
||||
"debugView.valueChangedHighlight": "#f4f5f8",
|
||||
"debugTokenExpression.name": "#34548a",
|
||||
"debugTokenExpression.value":"#565a6e",
|
||||
"debugTokenExpression.string":"#485e30",
|
||||
"debugTokenExpression.boolean":"#965027",
|
||||
"debugTokenExpression.number":"#965027",
|
||||
"debugTokenExpression.error":"#942f2f",
|
||||
|
||||
"debugIcon.startForeground": "#34548a",
|
||||
"debugIcon.pauseForeground": "#3e6396",
|
||||
"debugIcon.stepOverForeground": "#3e6396",
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
"sideBar.dropBackground": "#292e42",
|
||||
|
||||
"list.dropBackground": "#292e42",
|
||||
"list.deemphasizedForeground": "#7982a9",
|
||||
"list.activeSelectionBackground": "#2c324a",
|
||||
"list.activeSelectionForeground": "#a9b1d6",
|
||||
"list.inactiveSelectionBackground": "#292e42",
|
||||
|
@ -253,6 +254,24 @@
|
|||
"debugExceptionWidget.background": "#1b1e2e",
|
||||
"debugToolBar.background": "#1b1e2e",
|
||||
|
||||
"debugConsole.infoForeground": "#7982a9",
|
||||
"debugConsole.errorForeground": "#bb616b",
|
||||
"debugConsole.sourceForeground": "#7982a9",
|
||||
"debugConsole.warningForeground": "#c49a5a",
|
||||
"debugConsoleInputIcon.foreground":"#73daca",
|
||||
|
||||
"editor.stackFrameHighlightBackground":"#e2bd3a20",
|
||||
"editor.focusedStackFrameHighlightBackground":"#73daca20",
|
||||
"debugView.stateLabelForeground":"#7982a9",
|
||||
"debugView.stateLabelBackground": "#1b1e2e",
|
||||
"debugView.valueChangedHighlight": "#3d59a1cc",
|
||||
"debugTokenExpression.name": "#7dcfff",
|
||||
"debugTokenExpression.value":"#9aa5ce",
|
||||
"debugTokenExpression.string":"#9ece6a",
|
||||
"debugTokenExpression.boolean":"#ff9e64",
|
||||
"debugTokenExpression.number":"#ff9e64",
|
||||
"debugTokenExpression.error":"#bb616b",
|
||||
|
||||
"terminal.background": "#1f2335",
|
||||
"terminal.foreground": "#7982a9",
|
||||
"terminal.selectionBackground": "#6f7bb620",
|
||||
|
|
Loading…
Reference in a new issue