Skip to content

Commit

Permalink
Implemented Dracula colors
Browse files Browse the repository at this point in the history
  • Loading branch information
beefsack authored and zanchey committed Jan 11, 2017
1 parent 81a41e2 commit dcf3d03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions share/tools/web_config/js/colorutils.js
Expand Up @@ -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)
];
Expand Down

0 comments on commit dcf3d03

Please sign in to comment.