Skip to content

Commit e60acbc

Browse files
authored
Add Oklab based color scheme "Ottosson" (#18502)
Campbell has been the default color scheme for a long time now, but it has quite some issues with hue and chroma. This PR introduces a new scheme which was created using the Oklab color space to find colors with maximal distance to each other and well distributed and consistent hue and chroma. Because of this, I've named the scheme after the creator of Oklab.   Closes #17818
1 parent b243fb6 commit e60acbc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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": "Ottosson",
86+
"background": "#000000",
87+
"foreground": "#bebebe",
88+
"cursorColor": "#ffffff",
89+
"selectionBackground": "#92a4fd",
90+
"black": "#000000",
91+
"red": "#be2c21",
92+
"green": "#3fae3a",
93+
"yellow": "#be9a4a",
94+
"blue": "#204dbe",
95+
"purple": "#bb54be",
96+
"cyan": "#00a7b2",
97+
"white": "#bebebe",
98+
"brightBlack": "#808080",
99+
"brightRed": "#ff3e30",
100+
"brightGreen": "#58ea51",
101+
"brightYellow": "#ffc944",
102+
"brightBlue": "#2f6aff",
103+
"brightPurple": "#fc74ff",
104+
"brightCyan": "#00e1f0",
105+
"brightWhite": "#ffffff"
106+
},
84107
{
85108
"name": "Campbell",
86109
"foreground": "#CCCCCC",

0 commit comments

Comments
 (0)