24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "Duckbones",
|
|
"black": "#0e101a",
|
|
"red": "#e03600",
|
|
"green": "#5dcd97",
|
|
"yellow": "#e39500",
|
|
"blue": "#00a3cb",
|
|
"purple": "#795ccc",
|
|
"cyan": "#00a3cb",
|
|
"white": "#ebefc0",
|
|
"brightBlack": "#444860",
|
|
"brightRed": "#ff4821",
|
|
"brightGreen": "#58db9e",
|
|
"brightYellow": "#f6a100",
|
|
"brightBlue": "#00b4e0",
|
|
"brightPurple": "#b3a1e6",
|
|
"brightCyan": "#00b4e0",
|
|
"brightWhite": "#b3b692",
|
|
"background": "#0e101a",
|
|
"foreground": "#ebefc0",
|
|
"cursorColor": "#edf2c2",
|
|
"selectionBackground": "#37382d"
|
|
}
|