Files
zenbones-theme/extras/windows_terminal/zenburned.json
Thuan Pham d2a63d8296 🎨refactor(windows terminal): shipwright contribute (close #73) (#74)
* 🎨refactor(windows terminal): shipwright contribute (close #73)

* 🐞fix(windows terminal): typo
2022-01-04 11:39:30 +08:00

24 lines
582 B
JSON

{
"name": "zenburned",
"selectionBackground": "#746956",
"cursorColor": "#F3EADB",
"foreground": "#F0E4CF",
"background": "#404040",
"black": "#404040",
"blue": "#6099C0",
"cyan": "#66A5AD",
"green": "#819B69",
"purple": "#B279A7",
"red": "#E3716E",
"white": "#F0E4CF",
"yellow": "#B77E64",
"brightBlack": "#625A5B",
"brightBlue": "#61ABDA",
"brightCyan": "#65B8C1",
"brightGreen": "#8BAE68",
"brightRed": "#EC8685",
"brightPurple": "#CF86C1",
"brightWhite": "#C0AB86"
"brightYellow": "#D68C67",
}