* 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
583 B
JSON
25 lines
583 B
JSON
{
|
|
"name": "duckbones",
|
|
"foreground": "#EBEFC0",
|
|
"background": "#0E101A",
|
|
"selectionBackground": "#37382D",
|
|
"cursorColor": "#EDF2C2",
|
|
"black": "#0E101A",
|
|
"red": "#E03600",
|
|
"green": "#5DCD97",
|
|
"yellow": "#E39500",
|
|
"blue": "#00A3CB",
|
|
"purple": "#795CCC",
|
|
"cyan": "#00A3CB",
|
|
"white": "#EBEFC0",
|
|
"brightBlack": "#2B2F46",
|
|
"brightRed": "#FF4821",
|
|
"brightGreen": "#58DB9E",
|
|
"brightYellow": "#F6A100",
|
|
"brightBlue": "#00B4E0",
|
|
"brightPurple": "#B3A1E6",
|
|
"brightCyan": "#00B4E0",
|
|
"brightWhite": "#B3B692"
|
|
}
|
|
|