Skip to content

Commit 5e1bf60

Browse files
authored
Update background colors for selection, matching brackets, and search matches to match VS Code (#28)
* feat: made theme more accurate by adjusting colors for ... - keywords - control flow keywords - constants - special punctuation (coloring string interpolation braces in template literals - accents (coloring rainbow brackets) * feat: update background colors for selection and bracket highlight * feat: update background colors for selection and search matches to match VS Code
1 parent 5c6fe72 commit 5e1bf60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/vscode-dark-modern.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"tab_bar.background": "#181818",
5858
"tab.inactive_background": "#181818",
5959
"tab.active_background": "#1F1F1F",
60-
"search.match_background": "#9E6A03",
60+
"search.match_background": "#C6510666",
6161
"panel.background": "#181818",
6262
"panel.focused_border": "#0078D4",
6363
"panel.indent_guide": "#58585866",
@@ -90,9 +90,9 @@
9090
"editor.active_wrap_guide": "#2B2B2B",
9191
"editor.indent_guide": "#404040",
9292
"editor.indent_guide_active": "#707070",
93-
"editor.document_highlight.read_background": "#575757B8",
93+
"editor.document_highlight.read_background": "#ADD6FF26",
9494
"editor.document_highlight.write_background": "#004972B8",
95-
"editor.document_highlight.bracket_background": "#0064001A",
95+
"editor.document_highlight.bracket_background": "#ADD6FF26",
9696
"terminal.background": "#181818",
9797
"terminal.foreground": "#CCCCCC",
9898
"terminal.ansi.background": null,
@@ -179,7 +179,7 @@
179179
{
180180
"cursor": "#AEAFAD",
181181
"background": null,
182-
"selection": "#3CA6FF2D"
182+
"selection": "#264F78"
183183
},
184184
{
185185
"cursor": "#39BAE5FF",

0 commit comments

Comments
 (0)