🎨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": "kanagawabones",
"foreground": "#DDD8BB",
"background": "#1F1F28",
"selectionBackground": "#49473E",
"cursorColor": "#E6E0C2",
"foreground": "#DDD8BB",
"background": "#1F1F28",
"black": "#1F1F28",
"red": "#E46A78",
"green": "#98BC6D",
"yellow": "#E5C283",
"blue": "#7EB3C9",
"purple": "#957FB8",
"cyan": "#7EB3C9",
"green": "#98BC6D",
"purple": "#957FB8",
"red": "#E46A78",
"white": "#DDD8BB",
"yellow": "#E5C283",
"brightBlack": "#3C3C51",
"brightRed": "#EC818C",
"brightGreen": "#9EC967",
"brightYellow": "#F1C982",
"brightBlue": "#7BC2DF",
"brightPurple": "#A98FD2",
"brightCyan": "#7BC2DF",
"brightGreen": "#9EC967",
"brightRed": "#EC818C",
"brightPurple": "#A98FD2",
"brightWhite": "#A8A48D"
"brightYellow": "#F1C982",
}