24 lines
539 B
JSON
24 lines
539 B
JSON
{
|
|
"name": "Lovelace",
|
|
"black": "#282a36",
|
|
"red": "#f37f97",
|
|
"green": "#5adecd",
|
|
"yellow": "#f2a272",
|
|
"blue": "#8897f4",
|
|
"purple": "#c574dd",
|
|
"cyan": "#79e6f3",
|
|
"white": "#fdfdfd",
|
|
"brightBlack": "#4e5165",
|
|
"brightRed": "#ff4971",
|
|
"brightGreen": "#18e3c8",
|
|
"brightYellow": "#ff8037",
|
|
"brightBlue": "#556fff",
|
|
"brightPurple": "#b043d1",
|
|
"brightCyan": "#3fdcee",
|
|
"brightWhite": "#bebec1",
|
|
"background": "#1d1f28",
|
|
"foreground": "#fdfdfd",
|
|
"cursorColor": "#c574dd",
|
|
"selectionBackground": "#c1deff"
|
|
}
|