feat(windows terminal): supported (#68)
* 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>
This commit is contained in:
24
extras/windows_terminal/seoulbones_light.json
Normal file
24
extras/windows_terminal/seoulbones_light.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "seoulbones_light",
|
||||
"foreground": "#555555",
|
||||
"background": "#E2E2E2",
|
||||
"selectionBackground": "#CCCCCC",
|
||||
"cursorColor": "#555555",
|
||||
"black": "#E2E2E2",
|
||||
"red": "#DC5284",
|
||||
"green": "#628562",
|
||||
"yellow": "#C48562",
|
||||
"blue": "#0084A3",
|
||||
"purple": "#896788",
|
||||
"cyan": "#008586",
|
||||
"white": "#555555",
|
||||
"brightBlack": "#BFBABB",
|
||||
"brightRed": "#BE3C6D",
|
||||
"brightGreen": "#487249",
|
||||
"brightYellow": "#A76B48",
|
||||
"brightBlue": "#006F89",
|
||||
"brightPurple": "#7F4C7E",
|
||||
"brightCyan": "#006F70",
|
||||
"brightWhite": "#777777"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user