24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "Urple",
|
|
"black": "#000000",
|
|
"red": "#b0425b",
|
|
"green": "#37a415",
|
|
"yellow": "#ad5c42",
|
|
"blue": "#564d9b",
|
|
"purple": "#6c3ca1",
|
|
"cyan": "#808080",
|
|
"white": "#87799c",
|
|
"brightBlack": "#6a3f32",
|
|
"brightRed": "#ff6388",
|
|
"brightGreen": "#29e620",
|
|
"brightYellow": "#f08161",
|
|
"brightBlue": "#867aed",
|
|
"brightPurple": "#a05eee",
|
|
"brightCyan": "#eaeaea",
|
|
"brightWhite": "#bfa3ff",
|
|
"background": "#1b1b23",
|
|
"foreground": "#877a9b",
|
|
"cursorColor": "#a063eb",
|
|
"selectionBackground": "#a063eb"
|
|
}
|