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/neobones_light.json
Normal file
24
extras/windows_terminal/neobones_light.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "neobones_light",
|
||||
"foreground": "#202E18",
|
||||
"background": "#E5EDE6",
|
||||
"selectionBackground": "#ADE48C",
|
||||
"cursorColor": "#202E18",
|
||||
"black": "#E5EDE6",
|
||||
"red": "#A8334C",
|
||||
"green": "#567A30",
|
||||
"yellow": "#944927",
|
||||
"blue": "#286486",
|
||||
"purple": "#88507D",
|
||||
"cyan": "#3B8992",
|
||||
"white": "#202E18",
|
||||
"brightBlack": "#B3C6B6",
|
||||
"brightRed": "#94253E",
|
||||
"brightGreen": "#3F5A22",
|
||||
"brightYellow": "#803D1C",
|
||||
"brightBlue": "#1D5573",
|
||||
"brightPurple": "#7B3B70",
|
||||
"brightCyan": "#2B747C",
|
||||
"brightWhite": "#415934"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user