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:
Thuan Pham
2021-12-28 06:03:53 +07:00
committed by GitHub
parent 99da53ada1
commit 0bf9c5a489
15 changed files with 363 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
}