Skip to content

Commit

Permalink
Add original border highlight color for word and other matches
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed May 22, 2021
1 parent 254bc16 commit 472201b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"inactive_selection_border": "#29333a",
"selection_corner_style": "round",
"selection_corner_radius": "2",
"highlight": "#78b2f2",
"find_highlight": "#f6a644",
"find_highlight_foreground": "#121212",
"scroll_highlight": "var(grey)",
Expand Down
1 change: 1 addition & 0 deletions Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"inactive_selection_border": "#bdc5c9",
"selection_corner_style": "round",
"selection_corner_radius": "2",
"highlight": "#2b85ea",
"find_highlight": "#f7c44e",
"find_highlight_foreground": "#121212",
"scroll_highlight": "var(grey)",
Expand Down

0 comments on commit 472201b

Please sign in to comment.