🎨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": "seoulbones_dark",
"foreground": "#DDDDDD",
"background": "#4B4B4B",
"selectionBackground": "#777777",
"cursorColor": "#E2E2E2",
"foreground": "#DDDDDD",
"background": "#4B4B4B",
"black": "#4B4B4B",
"red": "#E388A3",
"green": "#98BD99",
"yellow": "#FFDF9B",
"blue": "#97BDDE",
"purple": "#A5A6C5",
"cyan": "#6FBDBE",
"green": "#98BD99",
"purple": "#A5A6C5",
"red": "#E388A3",
"white": "#DDDDDD",
"yellow": "#FFDF9B",
"brightBlack": "#6C6465",
"brightRed": "#EB99B1",
"brightGreen": "#8FCD92",
"brightYellow": "#FFE5B3",
"brightBlue": "#A2C8E9",
"brightPurple": "#B2B3DA",
"brightCyan": "#6BCACB",
"brightGreen": "#8FCD92",
"brightRed": "#EB99B1",
"brightPurple": "#B2B3DA",
"brightWhite": "#A8A8A8"
"brightYellow": "#FFE5B3",
}