* 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
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "seoulbones_dark",
|
|
"foreground": "#DDDDDD",
|
|
"background": "#4B4B4B",
|
|
"selectionBackground": "#777777",
|
|
"cursorColor": "#E2E2E2",
|
|
"black": "#4B4B4B",
|
|
"red": "#E388A3",
|
|
"green": "#98BD99",
|
|
"yellow": "#FFDF9B",
|
|
"blue": "#97BDDE",
|
|
"purple": "#A5A6C5",
|
|
"cyan": "#6FBDBE",
|
|
"white": "#DDDDDD",
|
|
"brightBlack": "#6C6465",
|
|
"brightRed": "#EB99B1",
|
|
"brightGreen": "#8FCD92",
|
|
"brightYellow": "#FFE5B3",
|
|
"brightBlue": "#A2C8E9",
|
|
"brightPurple": "#B2B3DA",
|
|
"brightCyan": "#6BCACB",
|
|
"brightWhite": "#A8A8A8"
|
|
}
|
|
|