24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"name": "Peppermint",
|
|
"black": "#353535",
|
|
"red": "#e74669",
|
|
"green": "#89d287",
|
|
"yellow": "#dab853",
|
|
"blue": "#449fd0",
|
|
"purple": "#da62dc",
|
|
"cyan": "#65aaaf",
|
|
"white": "#b4b4b4",
|
|
"brightBlack": "#535353",
|
|
"brightRed": "#e4859b",
|
|
"brightGreen": "#a3cca2",
|
|
"brightYellow": "#e1e487",
|
|
"brightBlue": "#6fbce2",
|
|
"brightPurple": "#e586e7",
|
|
"brightCyan": "#96dcdb",
|
|
"brightWhite": "#dfdfdf",
|
|
"background": "#000000",
|
|
"foreground": "#c8c8c8",
|
|
"cursorColor": "#bbbbbb",
|
|
"selectionBackground": "#e6e6e6"
|
|
}
|