From dcf3d03e547ad64f5180f9abbe6b7862043d4649 Mon Sep 17 00:00:00 2001 From: Michael Alexander Date: Wed, 11 Jan 2017 14:58:52 +1100 Subject: [PATCH] Implemented Dracula colors --- share/tools/web_config/js/colorutils.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/share/tools/web_config/js/colorutils.js b/share/tools/web_config/js/colorutils.js index 9222b3990..ea518c747 100644 --- a/share/tools/web_config/js/colorutils.js +++ b/share/tools/web_config/js/colorutils.js @@ -448,6 +448,22 @@ var additional_color_schemes = [ redirection: 'FAFAFA' }, +{ + 'name': 'Dracula', + 'preferred_background': '#282a36', + + colors: ['282A36', '44475A', '44475A', 'F8F8F2', '6272A4', '8BE9FD', '50FA7B', 'FFB86C', 'FF79C6', 'BD93F9', 'FF5555', 'F1FA8C'], + + autosuggestion: 'BD93F9', + command: 'F8F8F2', + comment: '6272A4', + end: '50FA7B', + error: 'FFB86C', + param: 'FF79C6', + quote: 'F1FA8C', + redirection: '8BE9FD' +}, + construct_color_scheme_mono('Mono Lace', 'white', false), construct_color_scheme_mono('Mono Smoke', 'black', true) ];