🎨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": "zenwritten_dark",
"foreground": "#BBBBBB",
"background": "#191919",
"selectionBackground": "#404040",
"cursorColor": "#C9C9C9",
"foreground": "#BBBBBB",
"background": "#191919",
"black": "#191919",
"red": "#DE6E7C",
"green": "#819B69",
"yellow": "#B77E64",
"blue": "#6099C0",
"purple": "#B279A7",
"cyan": "#66A5AD",
"green": "#819B69",
"purple": "#B279A7",
"red": "#DE6E7C",
"white": "#BBBBBB",
"yellow": "#B77E64",
"brightBlack": "#3D3839",
"brightRed": "#E8838F",
"brightGreen": "#8BAE68",
"brightYellow": "#D68C67",
"brightBlue": "#61ABDA",
"brightPurple": "#CF86C1",
"brightCyan": "#65B8C1",
"brightGreen": "#8BAE68",
"brightRed": "#E8838F",
"brightPurple": "#CF86C1",
"brightWhite": "#8E8E8E"
"brightYellow": "#D68C67",
}