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:
@@ -14,23 +14,51 @@
|
||||
},
|
||||
{
|
||||
"name": "forestbones",
|
||||
"exclude": ["iterm", "alacritty", "kitty", "wezterm", "tmux"],
|
||||
"exclude": [
|
||||
"iterm",
|
||||
"alacritty",
|
||||
"kitty",
|
||||
"wezterm",
|
||||
"tmux",
|
||||
"windows_terminal"
|
||||
],
|
||||
"description": "A zenbones variant inspired by Everforest."
|
||||
},
|
||||
{
|
||||
"name": "nordbones",
|
||||
"background": "dark",
|
||||
"exclude": ["iterm", "alacritty", "kitty", "wezterm", "tmux"],
|
||||
"exclude": [
|
||||
"iterm",
|
||||
"alacritty",
|
||||
"kitty",
|
||||
"wezterm",
|
||||
"tmux",
|
||||
"windows_terminal"
|
||||
],
|
||||
"description": "A zenbones variant inspired by Nord."
|
||||
},
|
||||
{
|
||||
"name": "rosebones",
|
||||
"exclude": ["iterm", "alacritty", "kitty", "wezterm", "tmux"],
|
||||
"exclude": [
|
||||
"iterm",
|
||||
"alacritty",
|
||||
"kitty",
|
||||
"wezterm",
|
||||
"tmux",
|
||||
"windows_terminal"
|
||||
],
|
||||
"description": "A zenbones variant inspired by Rosé Pine."
|
||||
},
|
||||
{
|
||||
"name": "tokyobones",
|
||||
"exclude": ["iterm", "alacritty", "kitty", "wezterm", "tmux"],
|
||||
"exclude": [
|
||||
"iterm",
|
||||
"alacritty",
|
||||
"kitty",
|
||||
"wezterm",
|
||||
"tmux",
|
||||
"windows_terminal"
|
||||
],
|
||||
"description": "A zenbones variant inspired by Tokyo Night."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user