From 8011f3e28cd1c58f415be33a88cef7b9ce38ea09 Mon Sep 17 00:00:00 2001
From: Myungchul Keum <8174871+dofuuz@users.noreply.github.com>
Date: Thu, 4 Sep 2025 01:04:28 +0900
Subject: [PATCH] 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.

- 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.
---
src/cascadia/TerminalSettingsModel/defaults.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cascadia/TerminalSettingsModel/defaults.json b/src/cascadia/TerminalSettingsModel/defaults.json
index d24c765de8..cc82b1262d 100644
--- a/src/cascadia/TerminalSettingsModel/defaults.json
+++ b/src/cascadia/TerminalSettingsModel/defaults.json
@@ -85,7 +85,7 @@
"background": "#141414",
"foreground": "#BAB7B6",
"cursorColor": "#37E57B",
- "selectionBackground": "#FFFFFF",
+ "selectionBackground": "#8DB8E5",
"black": "#000000",
"red": "#CF494C",
"green": "#60B442",
@@ -101,7 +101,7 @@
"brightBlue": "#688DFD",
"brightPurple": "#ED6FE9",
"brightCyan": "#32E0FB",
- "brightWhite": "#D3D8D9"
+ "brightWhite": "#DEE3E4"
},
{
"name": "Ottosson",