* feat(windows terminal): hello world * fix(windows terminal): magenta * fix(windows_terminal): wrong bright black var, missing dir (close #67) * fix(windows_terminal): cursor color * ref(windowns terminal): order by content, no comment * Update lua/zenbones/shipwright/runners/windows_terminal.lua Co-authored-by: Michael Chris Lopez <hello@michaelchris.space> * fix(windows_terminal): theme name Co-authored-by: Michael Chris Lopez <hello@michaelchris.space>
25 lines
587 B
JSON
25 lines
587 B
JSON
{
|
|
"name": "zenbones_dark",
|
|
"foreground": "#B4BDC3",
|
|
"background": "#1C1917",
|
|
"selectionBackground": "#3D4042",
|
|
"cursorColor": "#C4CACF",
|
|
"black": "#1C1917",
|
|
"red": "#DE6E7C",
|
|
"green": "#819B69",
|
|
"yellow": "#B77E64",
|
|
"blue": "#6099C0",
|
|
"purple": "#B279A7",
|
|
"cyan": "#66A5AD",
|
|
"white": "#B4BDC3",
|
|
"brightBlack": "#403833",
|
|
"brightRed": "#E8838F",
|
|
"brightGreen": "#8BAE68",
|
|
"brightYellow": "#D68C67",
|
|
"brightBlue": "#61ABDA",
|
|
"brightPurple": "#CF86C1",
|
|
"brightCyan": "#65B8C1",
|
|
"brightWhite": "#888F94"
|
|
}
|
|
|