24 lines
535 B
JSON
24 lines
535 B
JSON
{
|
|
"name": "Atom",
|
|
"black": "#000000",
|
|
"red": "#fd5ff1",
|
|
"green": "#87c38a",
|
|
"yellow": "#ffd7b1",
|
|
"blue": "#85befd",
|
|
"purple": "#b9b6fc",
|
|
"cyan": "#85befd",
|
|
"white": "#e0e0e0",
|
|
"brightBlack": "#4c4c4c",
|
|
"brightRed": "#fd5ff1",
|
|
"brightGreen": "#94fa36",
|
|
"brightYellow": "#f5ffa8",
|
|
"brightBlue": "#96cbfe",
|
|
"brightPurple": "#b9b6fc",
|
|
"brightCyan": "#85befd",
|
|
"brightWhite": "#e0e0e0",
|
|
"background": "#161719",
|
|
"foreground": "#c5c8c6",
|
|
"cursorColor": "#d0d0d0",
|
|
"selectionBackground": "#444444"
|
|
}
|