🎨refactor(windows terminal): shipwright contribute (close #73) (#74)

* 🎨refactor(windows terminal): shipwright contribute (close #73)

* 🐞fix(windows terminal): typo
This commit is contained in:
Thuan Pham
2022-01-04 10:39:30 +07:00
committed by GitHub
parent 6e36feccb3
commit d2a63d8296
13 changed files with 131 additions and 151 deletions

View File

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