🎨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": "duckbones",
"foreground": "#EBEFC0",
"background": "#0E101A",
"selectionBackground": "#37382D",
"cursorColor": "#EDF2C2",
"foreground": "#EBEFC0",
"background": "#0E101A",
"black": "#0E101A",
"red": "#E03600",
"green": "#5DCD97",
"yellow": "#E39500",
"blue": "#00A3CB",
"purple": "#795CCC",
"cyan": "#00A3CB",
"green": "#5DCD97",
"purple": "#795CCC",
"red": "#E03600",
"white": "#EBEFC0",
"yellow": "#E39500",
"brightBlack": "#2B2F46",
"brightRed": "#FF4821",
"brightGreen": "#58DB9E",
"brightYellow": "#F6A100",
"brightBlue": "#00B4E0",
"brightPurple": "#B3A1E6",
"brightCyan": "#00B4E0",
"brightGreen": "#58DB9E",
"brightRed": "#FF4821",
"brightPurple": "#B3A1E6",
"brightWhite": "#B3B692"
"brightYellow": "#F6A100",
}