Skip to content

Commit

Permalink
increase editorGroup.border contrast
Browse files Browse the repository at this point in the history
remove alpha channel of editorGroup.border
because split editor border almost invisible
  • Loading branch information
sinsong committed Aug 16, 2024
1 parent 8ead098 commit b7b8296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nord-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"editorBracketHighlight.unexpectedBracket.foreground": "#bf616a",
"editorCodeLens.foreground": "#4c566a",
"editorGroup.background": "#2e3440",
"editorGroup.border": "#3b425201",
"editorGroup.border": "#3b4252",
"editorGroup.dropBackground": "#3b425299",
"editorGroupHeader.border": "#3b425200",
"editorGroupHeader.noTabsBackground": "#2e3440",
Expand Down

0 comments on commit b7b8296

Please sign in to comment.