Files
zenbones-theme/extras/windows_terminal/neobones_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": "neobones_dark",
"selectionBackground": "#3A3E3D",
"cursorColor": "#CEDDD7",
"foreground": "#C6D5CF",
"background": "#0F191F",
"black": "#0F191F",
"blue": "#8190D4",
"cyan": "#66A5AD",
"green": "#90FF6B",
"purple": "#B279A7",
"red": "#DE6E7C",
"white": "#C6D5CF",
"yellow": "#B77E64",
"brightBlack": "#263945",
"brightBlue": "#92A0E2",
"brightCyan": "#65B8C1",
"brightGreen": "#A0FF85",
"brightRed": "#E8838F",
"brightPurple": "#CF86C1",
2024-03-29 15:33:01 +00:00
"brightWhite": "#98A39E",
"brightYellow": "#D68C67"
}