Remove duplicate color

This was always wrong, but the new(er) angular actually complains
about it.
This commit is contained in:
Fabian Homborg 2020-07-06 20:09:14 +02:00
parent 4981115f73
commit 213ac15caa

View file

@ -558,7 +558,7 @@ var additional_color_schemes = [
'name': 'Dracula',
'preferred_background': '#282a36',
colors: ['282A36', '44475A', '44475A', 'F8F8F2', '6272A4', '8BE9FD', '50FA7B', 'FFB86C', 'FF79C6', 'BD93F9', 'FF5555', 'F1FA8C'],
colors: ['282A36', '44475A', 'F8F8F2', '6272A4', '8BE9FD', '50FA7B', 'FFB86C', 'FF79C6', 'BD93F9', 'FF5555', 'F1FA8C'],
autosuggestion: 'BD93F9',
command: 'F8F8F2',