Skip to content

Commit 8011f3e

Browse files
authored
Adjust "Dimidium" color scheme (#19303)
- Add Selection BG color - Make Bright white brighter ## Summary of the Pull Request Final tune for Dimidium color scheme before its release. ## References and Relevant Issues #18563 ## Detailed Description of the Pull Request / Additional comments I made little change to Dimidium color scheme. <img width="640" height="174" alt="cmp-lightness1c" src="https://github.com/user-attachments/assets/2e4aa6ca-5864-4901-b323-2e2bb2bf00e8" /> ![preview-terminal](https://github.com/user-attachments/assets/8a53c54d-942a-44a2-9ee7-9ff8a6d2dfab) <img width="584" height="207" alt="image" src="https://github.com/user-attachments/assets/b70b0759-7961-4f8f-aaa7-762fc48e425b" /> - Adjusted "Bright white" slightly brighter, hoping it can be distinguished better from "White". - Defined "Selection Background" color. This will be the final tune for Dimidum color scheme.
1 parent 8d41ace commit 8011f3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cascadia/TerminalSettingsModel/defaults.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"background": "#141414",
8686
"foreground": "#BAB7B6",
8787
"cursorColor": "#37E57B",
88-
"selectionBackground": "#FFFFFF",
88+
"selectionBackground": "#8DB8E5",
8989
"black": "#000000",
9090
"red": "#CF494C",
9191
"green": "#60B442",
@@ -101,7 +101,7 @@
101101
"brightBlue": "#688DFD",
102102
"brightPurple": "#ED6FE9",
103103
"brightCyan": "#32E0FB",
104-
"brightWhite": "#D3D8D9"
104+
"brightWhite": "#DEE3E4"
105105
},
106106
{
107107
"name": "Ottosson",

0 commit comments

Comments
 (0)