24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"name": "Ryuuko",
|
|
"black": "#2c3941",
|
|
"red": "#865f5b",
|
|
"green": "#66907d",
|
|
"yellow": "#b1a990",
|
|
"blue": "#6a8e95",
|
|
"purple": "#b18a73",
|
|
"cyan": "#88b2ac",
|
|
"white": "#ececec",
|
|
"brightBlack": "#5d7079",
|
|
"brightRed": "#865f5b",
|
|
"brightGreen": "#66907d",
|
|
"brightYellow": "#b1a990",
|
|
"brightBlue": "#6a8e95",
|
|
"brightPurple": "#b18a73",
|
|
"brightCyan": "#88b2ac",
|
|
"brightWhite": "#ececec",
|
|
"background": "#2c3941",
|
|
"foreground": "#ececec",
|
|
"cursorColor": "#ececec",
|
|
"selectionBackground": "#002831"
|
|
}
|