24 lines
535 B
JSON
24 lines
535 B
JSON
{
|
|
"name": "Jubi",
|
|
"black": "#3b3750",
|
|
"red": "#cf7b98",
|
|
"green": "#90a94b",
|
|
"yellow": "#6ebfc0",
|
|
"blue": "#576ea6",
|
|
"purple": "#bc4f68",
|
|
"cyan": "#75a7d2",
|
|
"white": "#c3d3de",
|
|
"brightBlack": "#a874ce",
|
|
"brightRed": "#de90ab",
|
|
"brightGreen": "#bcdd61",
|
|
"brightYellow": "#87e9ea",
|
|
"brightBlue": "#8c9fcd",
|
|
"brightPurple": "#e16c87",
|
|
"brightCyan": "#b7c9ef",
|
|
"brightWhite": "#d5e5f1",
|
|
"background": "#262b33",
|
|
"foreground": "#c3d3de",
|
|
"cursorColor": "#c3d3de",
|
|
"selectionBackground": "#5b5184"
|
|
}
|