24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"name": "Sakura",
|
|
"black": "#000000",
|
|
"red": "#d52370",
|
|
"green": "#41af1a",
|
|
"yellow": "#bc7053",
|
|
"blue": "#6964ab",
|
|
"purple": "#c71fbf",
|
|
"cyan": "#939393",
|
|
"white": "#998eac",
|
|
"brightBlack": "#786d69",
|
|
"brightRed": "#f41d99",
|
|
"brightGreen": "#22e529",
|
|
"brightYellow": "#f59574",
|
|
"brightBlue": "#9892f1",
|
|
"brightPurple": "#e90cdd",
|
|
"brightCyan": "#eeeeee",
|
|
"brightWhite": "#cbb6ff",
|
|
"background": "#18131e",
|
|
"foreground": "#dd7bdc",
|
|
"cursorColor": "#ff65fd",
|
|
"selectionBackground": "#c05cbf"
|
|
}
|