🎨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_light",
"foreground": "#555555",
"background": "#E2E2E2",
"selectionBackground": "#CCCCCC",
"cursorColor": "#555555",
"foreground": "#555555",
"background": "#E2E2E2",
"black": "#E2E2E2",
"red": "#DC5284",
"green": "#628562",
"yellow": "#C48562",
"blue": "#0084A3",
"purple": "#896788",
"cyan": "#008586",
"green": "#628562",
"purple": "#896788",
"red": "#DC5284",
"white": "#555555",
"yellow": "#C48562",
"brightBlack": "#BFBABB",
"brightRed": "#BE3C6D",
"brightGreen": "#487249",
"brightYellow": "#A76B48",
"brightBlue": "#006F89",
"brightPurple": "#7F4C7E",
"brightCyan": "#006F70",
"brightGreen": "#487249",
"brightRed": "#BE3C6D",
"brightPurple": "#7F4C7E",
"brightWhite": "#777777"
"brightYellow": "#A76B48",
}