Files
zenbones-theme/extras/windows_terminal/zenwritten_dark.json
Thuan Pham 0bf9c5a489 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>
2021-12-28 07:03:53 +08:00

25 lines
589 B
JSON

{
"name": "zenwritten_dark",
"foreground": "#BBBBBB",
"background": "#191919",
"selectionBackground": "#404040",
"cursorColor": "#C9C9C9",
"black": "#191919",
"red": "#DE6E7C",
"green": "#819B69",
"yellow": "#B77E64",
"blue": "#6099C0",
"purple": "#B279A7",
"cyan": "#66A5AD",
"white": "#BBBBBB",
"brightBlack": "#3D3839",
"brightRed": "#E8838F",
"brightGreen": "#8BAE68",
"brightYellow": "#D68C67",
"brightBlue": "#61ABDA",
"brightPurple": "#CF86C1",
"brightCyan": "#65B8C1",
"brightWhite": "#8E8E8E"
}