From 1d309cfcd448540a86ee76e6095204e06dc4b0bc Mon Sep 17 00:00:00 2001 From: Brittany Chiang Date: Sun, 29 Aug 2021 22:00:30 -0400 Subject: [PATCH] Remove some borders for find and replace --- themes/halcyon-color-theme.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/halcyon-color-theme.json b/themes/halcyon-color-theme.json index ad8ea2b..fe90b14 100644 --- a/themes/halcyon-color-theme.json +++ b/themes/halcyon-color-theme.json @@ -140,29 +140,29 @@ // Editor selection colors "editor.selectionBackground": "#2f3b54", "editor.selectionForeground": "#a2aabc", - "editor.inactiveSelectionBackground": "#8695b755", - "editor.selectionHighlightBackground": "#2f3b5499", - "editor.selectionHighlightBorder": "#8695b755", + "editor.inactiveSelectionBackground": "#8695b777", + "editor.selectionHighlightBackground": "#2f3b54", + // "editor.selectionHighlightBorder": "#8695b755", // Editor word highlight colors - "editor.wordHighlightBackground": "#8695b755", - "editor.wordHighlightBorder": "#8695b7", - "editor.wordHighlightStrongBackground": "#8695b755", - "editor.wordHighlightStrongBorder": "#ffcc66", + "editor.wordHighlightBackground": "#8695b777", + // "editor.wordHighlightBorder": "#8695b7", + "editor.wordHighlightStrongBackground": "#8695b777", + // "editor.wordHighlightStrongBorder": "#ffcc66", // Editor find/replace colors "editor.findMatchBackground": "#8695b777", - "editor.findMatchHighlightBackground": "#8695b755", - "editor.findRangeHighlightBackground": "#8695b755", + "editor.findMatchHighlightBackground": "#8695b777", + "editor.findRangeHighlightBackground": "#8695b777", "editor.findMatchBorder": "#ffcc66", - "editor.findMatchHighlightBorder": "#ffcc6677", - "editor.findRangeHighlightBorder": "#ffcc6677", - "editor.hoverHighlightBackground": "#8695b799", + // "editor.findMatchHighlightBorder": "#ffcc66", + // "editor.findRangeHighlightBorder": "#ffcc66", + "editor.hoverHighlightBackground": "#8695b777", "editor.lineHighlightBackground": "#2f3b54", "editor.lineHighlightBorder": "#2f3b54", "editorLink.activeForeground": "#ffcc66", "editor.rangeHighlightBackground": "#2f3b54", - "editor.rangeHighlightBorder": "#8695b755", + // "editor.rangeHighlightBorder": "#8695b755", "editorWhitespace.foreground": "#8695b777", "editorIndentGuide.background": "#8695b733", "editorIndentGuide.activeBackground": "#8695b755",