From 8d1f6076d4afbe10d2530e43e0093a42ebc68af1 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 12 Jun 2023 11:09:17 -0600 Subject: [PATCH] Improve contrast of debug row highlight color Changes from Sunny Yellow to Shallow Blue --- themes/Dank Neon-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Dank Neon-color-theme.json b/themes/Dank Neon-color-theme.json index 6989ed9..5a6ab87 100644 --- a/themes/Dank Neon-color-theme.json +++ b/themes/Dank Neon-color-theme.json @@ -147,8 +147,8 @@ "gitDecoration.conflictingResourceForeground": "#ffee7a", "gitDecoration.submoduleResourceForeground": "#eff0f6", "debugToolBar.background": "#191b2a", - "editor.stackFrameHighlightBackground": "#ffca7a", - "editor.focusedStackFrameHighlightBackground": "#ffca7a", + "editor.stackFrameHighlightBackground": "#3c4367", + "editor.focusedStackFrameHighlightBackground": "#3c4367", "peekViewEditor.matchHighlightBackground": "#ffee7a33", "peekViewResult.matchHighlightBackground": "#ffee7a33", "peekViewEditor.background": "#94bfff88",