From 213ac15caab4b3118a8e31c892fd0dbeb11c3eaa Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Mon, 6 Jul 2020 20:09:14 +0200 Subject: [PATCH] Remove duplicate color This was always wrong, but the new(er) angular actually complains about it. --- share/tools/web_config/js/colorutils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/tools/web_config/js/colorutils.js b/share/tools/web_config/js/colorutils.js index bdcb17081..2f009a5a3 100644 --- a/share/tools/web_config/js/colorutils.js +++ b/share/tools/web_config/js/colorutils.js @@ -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',