mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-19 18:11:39 -05:00
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
(cherry picked from commit b6b8caba1e)
Service-Card-Id: PVTI_lADOAF3p4s4AxadtzgebmKA
Service-Version: 1.23
This commit is contained in:
committed by
Dustin L. Howett
parent
829176363c
commit
be596f16a3
1
.github/actions/spelling/allow/allow.txt
vendored
1
.github/actions/spelling/allow/allow.txt
vendored
@@ -17,6 +17,7 @@ dcs
|
|||||||
deselection
|
deselection
|
||||||
dialytika
|
dialytika
|
||||||
diffing
|
diffing
|
||||||
|
Dimidium
|
||||||
dje
|
dje
|
||||||
downsides
|
downsides
|
||||||
dze
|
dze
|
||||||
|
|||||||
@@ -80,6 +80,29 @@
|
|||||||
// - "foreground"
|
// - "foreground"
|
||||||
// - "background"
|
// - "background"
|
||||||
// - "cursorColor"
|
// - "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",
|
"name": "Ottosson",
|
||||||
"background": "#000000",
|
"background": "#000000",
|
||||||
|
|||||||
Reference in New Issue
Block a user