Files
zenbones-theme/extras/windows_terminal/zenwritten_light.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
590 B
JSON

{
"name": "zenwritten_light",
"foreground": "#353535",
"background": "#EEEEEE",
"selectionBackground": "#D7D7D7",
"cursorColor": "#353535",
"black": "#EEEEEE",
"red": "#A8334C",
"green": "#4F6C31",
"yellow": "#944927",
"blue": "#286486",
"purple": "#88507D",
"cyan": "#3B8992",
"white": "#353535",
"brightBlack": "#C6C3C3",
"brightRed": "#94253E",
"brightGreen": "#3F5A22",
"brightYellow": "#803D1C",
"brightBlue": "#1D5573",
"brightPurple": "#7B3B70",
"brightCyan": "#2B747C",
"brightWhite": "#5C5C5C"
}