Skip to content

Commit

Permalink
Added selectionBackground to light color schemes (microsoft#8716)
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaHaksal committed Oct 30, 2023
1 parent 19efcfe commit af0ab0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cascadia/TerminalSettingsModel/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"foreground": "#383A42",
"background": "#FAFAFA",
"cursorColor": "#4F525D",
"selectionBackground": "#4F525D",
"black": "#383A42",
"red": "#E45649",
"green": "#50A14F",
Expand Down Expand Up @@ -218,6 +219,7 @@
"foreground": "#657B83",
"background": "#FDF6E3",
"cursorColor": "#002B36",
"selectionBackground": "#073642",
"black": "#002B36",
"red": "#DC322F",
"green": "#859900",
Expand Down Expand Up @@ -262,6 +264,7 @@
"foreground": "#555753",
"background": "#FFFFFF",
"cursorColor": "#000000",
"selectionBackground": "#555753",
"black": "#000000",
"red": "#CC0000",
"green": "#4E9A06",
Expand Down

0 comments on commit af0ab0f

Please sign in to comment.