24 lines
551 B
JSON
24 lines
551 B
JSON
{
|
|
"name": "Electron Highlighter",
|
|
"black": "#15161f",
|
|
"red": "#ff6c8d",
|
|
"green": "#00ffc3",
|
|
"yellow": "#ffd7a9",
|
|
"blue": "#77abff",
|
|
"purple": "#daa4f4",
|
|
"cyan": "#00fdff",
|
|
"white": "#778faf",
|
|
"brightBlack": "#4a6789",
|
|
"brightRed": "#ff6c8d",
|
|
"brightGreen": "#00ffc3",
|
|
"brightYellow": "#ffd7a9",
|
|
"brightBlue": "#77abff",
|
|
"brightPurple": "#daa4f4",
|
|
"brightCyan": "#00fdff",
|
|
"brightWhite": "#c3cee2",
|
|
"background": "#23283d",
|
|
"foreground": "#a5b6d4",
|
|
"cursorColor": "#a5b6d4",
|
|
"selectionBackground": "#25345a"
|
|
}
|