Files
zenbones-theme/extras/windows_terminal/neobones_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

24 lines
586 B
JSON

{
"name": "neobones_dark",
"foreground": "#C6D5CF",
"background": "#0F191F",
"selectionBackground": "#3A3E3D",
"cursorColor": "#CEDDD7",
"black": "#0F191F",
"red": "#DE6E7C",
"green": "#90FF6B",
"yellow": "#B77E64",
"blue": "#8190D4",
"purple": "#B279A7",
"cyan": "#66A5AD",
"white": "#C6D5CF",
"brightBlack": "#263945",
"brightRed": "#E8838F",
"brightGreen": "#A0FF85",
"brightYellow": "#D68C67",
"brightBlue": "#92A0E2",
"brightPurple": "#CF86C1",
"brightCyan": "#65B8C1",
"brightWhite": "#98A39E"
}