Files
zenbones-theme/extras/windows_terminal/zenbones_dark.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
586 B
JSON
Raw Normal View History

{
"name": "zenbones_dark",
"foreground": "#B4BDC3",
"background": "#1C1917",
"selectionBackground": "#3D4042",
"cursorColor": "#C4CACF",
"black": "#1C1917",
"red": "#DE6E7C",
"green": "#819B69",
"yellow": "#B77E64",
"blue": "#6099C0",
"purple": "#B279A7",
"cyan": "#66A5AD",
"white": "#B4BDC3",
"brightBlack": "#403833",
"brightRed": "#E8838F",
"brightGreen": "#8BAE68",
"brightYellow": "#D68C67",
"brightBlue": "#61ABDA",
"brightPurple": "#CF86C1",
"brightCyan": "#65B8C1",
"brightWhite": "#888F94"
}