🎨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": "zenbones_light",
"foreground": "#2C363C",
"background": "#F0EDEC",
"selectionBackground": "#CBD9E3",
"cursorColor": "#2C363C",
"foreground": "#2C363C",
"background": "#F0EDEC",
"black": "#F0EDEC",
"red": "#A8334C",
"green": "#4F6C31",
"yellow": "#944927",
"blue": "#286486",
"purple": "#88507D",
"cyan": "#3B8992",
"green": "#4F6C31",
"purple": "#88507D",
"red": "#A8334C",
"white": "#2C363C",
"yellow": "#944927",
"brightBlack": "#CFC1BA",
"brightRed": "#94253E",
"brightGreen": "#3F5A22",
"brightYellow": "#803D1C",
"brightBlue": "#1D5573",
"brightPurple": "#7B3B70",
"brightCyan": "#2B747C",
"brightGreen": "#3F5A22",
"brightRed": "#94253E",
"brightPurple": "#7B3B70",
"brightWhite": "#4F5E68"
"brightYellow": "#803D1C",
}