Skip to content

Commit

Permalink
fix: change selection background color
Browse files Browse the repository at this point in the history
Fixes #3
  • Loading branch information
manekinekko committed May 7, 2022
1 parent 2f6c99a commit 6539d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/windows-nt-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"colors": {
"foreground": "#000",
"focusBorder": "#777777",
"selection.background": "#000B7B",
"selection.background": "#C0C0C0",
"scrollbar.shadow": "#C0C0C0",
"activityBar.foreground": "#000000",
"activityBar.background": "#C0C0C0",
Expand Down Expand Up @@ -567,7 +567,7 @@
"editorCursor.foreground": "#0e0087",
"editorCursor.background": "#ffffff",
"editor.selectionBackground": "#C0C0C0",
"editor.inactiveSelectionBackground": "#000B7B",
"editor.inactiveSelectionBackground": "#C0C0C0",
"editorWhitespace.foreground": "#33333333",
"editor.selectionHighlightBackground": "#add6ff80",
"editor.selectionHighlightBorder": "#495F77",
Expand Down

0 comments on commit 6539d31

Please sign in to comment.