Skip to content

Commit

Permalink
Add CAM16 based color scheme "Dimidium" (#18563)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dofuuz authored Feb 20, 2025
1 parent d35c013 commit b6b8cab
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dcs
deselection
dialytika
diffing
Dimidium
dje
downsides
dze
Expand Down
23 changes: 23 additions & 0 deletions src/cascadia/TerminalSettingsModel/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,29 @@
// - "foreground"
// - "background"
// - "cursorColor"
{
"name": "Dimidium",
"background": "#141414",
"foreground": "#BAB7B6",
"cursorColor": "#37E57B",
"selectionBackground": "#FFFFFF",
"black": "#000000",
"red": "#CF494C",
"green": "#60B442",
"yellow": "#DB9C11",
"blue": "#0575D8",
"purple": "#AF5ED2",
"cyan": "#1DB6BB",
"white": "#BAB7B6",
"brightBlack": "#817E7E",
"brightRed": "#FF643B",
"brightGreen": "#37E57B",
"brightYellow": "#FCCD1A",
"brightBlue": "#688DFD",
"brightPurple": "#ED6FE9",
"brightCyan": "#32E0FB",
"brightWhite": "#D3D8D9"
},
{
"name": "Ottosson",
"background": "#000000",
Expand Down

0 comments on commit b6b8cab

Please # to comment.