24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"name": "Jellybeans",
|
|
"black": "#929292",
|
|
"red": "#e27373",
|
|
"green": "#94b979",
|
|
"yellow": "#ffba7b",
|
|
"blue": "#97bedc",
|
|
"purple": "#e1c0fa",
|
|
"cyan": "#00988e",
|
|
"white": "#dedede",
|
|
"brightBlack": "#bdbdbd",
|
|
"brightRed": "#ffa1a1",
|
|
"brightGreen": "#bddeab",
|
|
"brightYellow": "#ffdca0",
|
|
"brightBlue": "#b1d8f6",
|
|
"brightPurple": "#fbdaff",
|
|
"brightCyan": "#1ab2a8",
|
|
"brightWhite": "#ffffff",
|
|
"background": "#121212",
|
|
"foreground": "#dedede",
|
|
"cursorColor": "#ffa560",
|
|
"selectionBackground": "#474e91"
|
|
}
|