* 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": "kanagawabones",
|
|
"foreground": "#DDD8BB",
|
|
"background": "#1F1F28",
|
|
"selectionBackground": "#49473E",
|
|
"cursorColor": "#E6E0C2",
|
|
"black": "#1F1F28",
|
|
"red": "#E46A78",
|
|
"green": "#98BC6D",
|
|
"yellow": "#E5C283",
|
|
"blue": "#7EB3C9",
|
|
"purple": "#957FB8",
|
|
"cyan": "#7EB3C9",
|
|
"white": "#DDD8BB",
|
|
"brightBlack": "#3C3C51",
|
|
"brightRed": "#EC818C",
|
|
"brightGreen": "#9EC967",
|
|
"brightYellow": "#F1C982",
|
|
"brightBlue": "#7BC2DF",
|
|
"brightPurple": "#A98FD2",
|
|
"brightCyan": "#7BC2DF",
|
|
"brightWhite": "#A8A48D"
|
|
}
|
|
|