From 0f05265686c563e503912f68d6581f071fbbe53d Mon Sep 17 00:00:00 2001 From: Heungsub Lee Date: Thu, 27 Jun 2019 15:24:39 +0900 Subject: [PATCH 1/2] Config colors for debugging --- themes/Sublette-color-theme.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/themes/Sublette-color-theme.json b/themes/Sublette-color-theme.json index 6e5c376..7c4da69 100644 --- a/themes/Sublette-color-theme.json +++ b/themes/Sublette-color-theme.json @@ -181,7 +181,8 @@ "statusBar.background": "#58f", "statusBar.foreground": "#202535", "statusBar.border": "#405570", - "statusBar.debuggingForeground": "#e57", + "statusBar.debuggingForeground": "#202535", + "statusBar.debuggingBackground": "#e57", "statusBar.debuggingBorder": "#e57", "statusBar.noFolderForeground": "#202535", "statusBar.noFolderBackground": "#a8f", @@ -235,10 +236,12 @@ "terminal.selectionBackground": "#405570", "terminalCursor.background": "#ccced0", "terminalCursor.foreground": "#202535", - /* // Debug - "debugToolBar.background": "", - */ + "debugToolBar.background": "#253045", + "debugToolBar.border": "#e57", + "editor.stackFrameHighlightBackground": "#555045", + "editor.focusedStackFrameHighlightBackground": "#454", + /* // Welcome Page "welcomePage.buttonBackground": "#253045", "welcomePage.buttonHoverBackground": "#405570", From 9fc0e5fcb101930eb5e802bbc05f01c7c31e5ab1 Mon Sep 17 00:00:00 2001 From: Heungsub Lee Date: Thu, 27 Jun 2019 15:25:34 +0900 Subject: [PATCH 2/2] Invert terminal cursor color --- themes/Sublette-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Sublette-color-theme.json b/themes/Sublette-color-theme.json index 6e5c376..a8b0be2 100644 --- a/themes/Sublette-color-theme.json +++ b/themes/Sublette-color-theme.json @@ -233,8 +233,8 @@ "terminal.ansiWhite": "#f5f5da", "terminal.ansiYellow": "#fd8", "terminal.selectionBackground": "#405570", - "terminalCursor.background": "#ccced0", - "terminalCursor.foreground": "#202535", + "terminalCursor.background": "#202535", + "terminalCursor.foreground": "#ccced0", /* // Debug "debugToolBar.background": "",