Skip to content

Commit 472201b

Browse files
committed
Add original border highlight color for word and other matches
1 parent 254bc16 commit 472201b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Brackets Dark.sublime-color-scheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"inactive_selection_border": "#29333a",
4242
"selection_corner_style": "round",
4343
"selection_corner_radius": "2",
44+
"highlight": "#78b2f2",
4445
"find_highlight": "#f6a644",
4546
"find_highlight_foreground": "#121212",
4647
"scroll_highlight": "var(grey)",

Brackets Light.sublime-color-scheme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"inactive_selection_border": "#bdc5c9",
4242
"selection_corner_style": "round",
4343
"selection_corner_radius": "2",
44+
"highlight": "#2b85ea",
4445
"find_highlight": "#f7c44e",
4546
"find_highlight_foreground": "#121212",
4647
"scroll_highlight": "var(grey)",

0 commit comments

Comments
 (0)