Skip to content

Commit

Permalink
Added selectionBackground to light color schemes (#16243)
Browse files Browse the repository at this point in the history
Add a selectionBackground property which is set to the scheme's
brightBlack too all 3 of the light color schemes.

Related to #8716
It does not close the bug because as mentioned in the issue, when you
input numbers, they seem to be invisible in the light color schemes and
selecting them with the cursor doesn't reveal them.

(cherry picked from commit a5c269b)
Service-Card-Id: 91033167
Service-Version: 1.19
  • Loading branch information
TahaHaksal authored and DHowett committed Nov 7, 2023
1 parent a608a91 commit 95e4d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cascadia/TerminalSettingsModel/defaults.json
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 95e4d0b

Please sign in to comment.