24 lines
538 B
JSON
24 lines
538 B
JSON
{
|
|
"name": "Neutron",
|
|
"black": "#23252b",
|
|
"red": "#b54036",
|
|
"green": "#5ab977",
|
|
"yellow": "#deb566",
|
|
"blue": "#6a7c93",
|
|
"purple": "#a4799d",
|
|
"cyan": "#3f94a8",
|
|
"white": "#e6e8ef",
|
|
"brightBlack": "#494b51",
|
|
"brightRed": "#b54036",
|
|
"brightGreen": "#5ab977",
|
|
"brightYellow": "#deb566",
|
|
"brightBlue": "#6a7c93",
|
|
"brightPurple": "#a4799d",
|
|
"brightCyan": "#3f94a8",
|
|
"brightWhite": "#ebedf2",
|
|
"background": "#1c1e22",
|
|
"foreground": "#e6e8ef",
|
|
"cursorColor": "#f6f7ec",
|
|
"selectionBackground": "#2f363e"
|
|
}
|