Skip to content

Commit b6b8cab

Browse files
authored
Add CAM16 based color scheme "Dimidium" (#18563)
Okay, here is a challenge for the default color scheme. This PR adds the [Dimidium] color scheme. Refs #17818 Refs #18502 I adjusted colors using CAM16. I prioritized lightness so that all colors (especially blue) has appropriate contrast with the background. [Brief information about the Dimidium color scheme](https://github.com/dofuuz/dimidium/blob/main/README.md) [Detailed explanation on crafting the color scheme with CAM16](https://dofuuz.github.io/color/2024/03/17/dimidium-terminal-color-scheme.html) [Dimidium]: https://github.com/dofuuz/dimidium
1 parent d35c013 commit b6b8cab

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/actions/spelling/allow/allow.txt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dcs
1616
deselection
1717
dialytika
1818
diffing
19+
Dimidium
1920
dje
2021
downsides
2122
dze

src/cascadia/TerminalSettingsModel/defaults.json

+23
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,29 @@
8181
// - "foreground"
8282
// - "background"
8383
// - "cursorColor"
84+
{
85+
"name": "Dimidium",
86+
"background": "#141414",
87+
"foreground": "#BAB7B6",
88+
"cursorColor": "#37E57B",
89+
"selectionBackground": "#FFFFFF",
90+
"black": "#000000",
91+
"red": "#CF494C",
92+
"green": "#60B442",
93+
"yellow": "#DB9C11",
94+
"blue": "#0575D8",
95+
"purple": "#AF5ED2",
96+
"cyan": "#1DB6BB",
97+
"white": "#BAB7B6",
98+
"brightBlack": "#817E7E",
99+
"brightRed": "#FF643B",
100+
"brightGreen": "#37E57B",
101+
"brightYellow": "#FCCD1A",
102+
"brightBlue": "#688DFD",
103+
"brightPurple": "#ED6FE9",
104+
"brightCyan": "#32E0FB",
105+
"brightWhite": "#D3D8D9"
106+
},
84107
{
85108
"name": "Ottosson",
86109
"background": "#000000",

0 commit comments

Comments
 (0)