24 lines
543 B
JSON
24 lines
543 B
JSON
{
|
|
"name": "Jackie Brown",
|
|
"black": "#2c1d16",
|
|
"red": "#ef5734",
|
|
"green": "#2baf2b",
|
|
"yellow": "#bebf00",
|
|
"blue": "#246eb2",
|
|
"purple": "#d05ec1",
|
|
"cyan": "#00acee",
|
|
"white": "#bfbfbf",
|
|
"brightBlack": "#666666",
|
|
"brightRed": "#e50000",
|
|
"brightGreen": "#86a93e",
|
|
"brightYellow": "#e5e500",
|
|
"brightBlue": "#0000ff",
|
|
"brightPurple": "#e500e5",
|
|
"brightCyan": "#00e5e5",
|
|
"brightWhite": "#e5e5e5",
|
|
"background": "#2c1d16",
|
|
"foreground": "#ffcc2f",
|
|
"cursorColor": "#23ff18",
|
|
"selectionBackground": "#af8d21"
|
|
}
|