diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index e2d71f0..f6f8bfb 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -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", diff --git a/themes/tokyo-night-light-color-theme.json b/themes/tokyo-night-light-color-theme.json index f35b2df..03c1556 100644 --- a/themes/tokyo-night-light-color-theme.json +++ b/themes/tokyo-night-light-color-theme.json @@ -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", diff --git a/themes/tokyo-night-storm-color-theme.json b/themes/tokyo-night-storm-color-theme.json index 5617914..f63431a 100644 --- a/themes/tokyo-night-storm-color-theme.json +++ b/themes/tokyo-night-storm-color-theme.json @@ -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",