24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "Hacktober",
|
|
"black": "#191918",
|
|
"red": "#b34538",
|
|
"green": "#587744",
|
|
"yellow": "#d08949",
|
|
"blue": "#206ec5",
|
|
"purple": "#864651",
|
|
"cyan": "#ac9166",
|
|
"white": "#f1eee7",
|
|
"brightBlack": "#464444",
|
|
"brightRed": "#b33323",
|
|
"brightGreen": "#42824a",
|
|
"brightYellow": "#c75a22",
|
|
"brightBlue": "#5389c5",
|
|
"brightPurple": "#e795a5",
|
|
"brightCyan": "#ebc587",
|
|
"brightWhite": "#ffffff",
|
|
"background": "#141414",
|
|
"foreground": "#c9c9c9",
|
|
"cursorColor": "#c9c9c9",
|
|
"selectionBackground": "#141414"
|
|
}
|