Skip to content

Commit

Permalink
Remove some borders for find and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
bchiang7 committed Aug 30, 2021
1 parent df0f693 commit 1d309cf
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions themes/halcyon-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d309cf

Please sign in to comment.