Files
zenbones-theme/extras/windows_terminal/duckbones.json
Thuan Pham d2a63d8296 🎨refactor(windows terminal): shipwright contribute (close #73) (#74)
* 🎨refactor(windows terminal): shipwright contribute (close #73)

* 🐞fix(windows terminal): typo
2022-01-04 11:39:30 +08:00

24 lines
582 B
JSON

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