24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "Adventure Time",
|
|
"black": "#050404",
|
|
"red": "#bd0013",
|
|
"green": "#4ab118",
|
|
"yellow": "#e7741e",
|
|
"blue": "#0f4ac6",
|
|
"purple": "#665993",
|
|
"cyan": "#70a598",
|
|
"white": "#f8dcc0",
|
|
"brightBlack": "#4e7cbf",
|
|
"brightRed": "#fc5f5a",
|
|
"brightGreen": "#9eff6e",
|
|
"brightYellow": "#efc11a",
|
|
"brightBlue": "#1997c6",
|
|
"brightPurple": "#9b5953",
|
|
"brightCyan": "#c8faf4",
|
|
"brightWhite": "#f6f5fb",
|
|
"background": "#1f1d45",
|
|
"foreground": "#f8dcc0",
|
|
"cursorColor": "#efbf38",
|
|
"selectionBackground": "#706b4e"
|
|
}
|