DoomThemes.jl/src/themes/dracula.jl

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-dracula theme
const _DRACULA_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xf8f8f2, background = 0x282a36),
:cursor => Face(background = 0xbd93f9),
:black => Face(foreground = 0x282a36),
:red => Face(foreground = 0xff5555),
:green => Face(foreground = 0x50fa7b),
:yellow => Face(foreground = 0xf1fa8c),
:blue => Face(foreground = 0x61bfff),
:magenta => Face(foreground = 0xff79c6),
:cyan => Face(foreground = 0x8be9fd),
:white => Face(foreground = 0xf8f8f2),
:bright_black => Face(foreground = 0x1e2029),
:bright_red => Face(foreground = 0xff6e6e),
:bright_green => Face(foreground = 0x6afa8e),
:bright_yellow => Face(foreground = 0xf3fa9d),
:bright_blue => Face(foreground = 0x78c8ff),
:bright_magenta => Face(foreground = 0xff8dce),
:bright_cyan => Face(foreground = 0x9cecfd),
:bright_white => Face(foreground = 0xf8f8f2),
:shadow => Face(foreground = 0x6272a4),
:region => Face(background = 0x44475a),
:emphasis => Face(foreground = 0xbd93f9),
:highlight => Face(foreground = 0x1e2029, background = 0xbd93f9),
:code => Face(foreground = 0x50fa7b),
:error => Face(foreground = 0xff5555),
:warning => Face(foreground = 0xf1fa8c),
:success => Face(foreground = 0x50fa7b),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x50fa7b),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xbd93f9, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x8be9fd),
:julia_nothing => Face(foreground = 0x8be9fd),
:julia_type => Face(foreground = 0xbd93f9),
:julia_comment => Face(foreground = 0x6272a4),
:julia_string => Face(foreground = 0xf1fa8c),
:julia_string_delim => Face(foreground = 0xf1fa8c),
:julia_cmdstring => Face(foreground = 0xf1fa8c),
:julia_char => Face(foreground = 0xf1fa8c),
:julia_char_delim => Face(foreground = 0xf1fa8c),
:julia_number => Face(foreground = 0xbd93f9, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x8be9fd),
:julia_operator => Face(foreground = 0xbd93f9),
:julia_comparator => Face(foreground = 0xbd93f9),
:julia_assignment => Face(foreground = 0xbd93f9),
:julia_keyword => Face(foreground = 0xff79c6),
:julia_error => Face(weight = :bold, foreground = 0xff5555, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x61bfff),
:julia_rainbow_paren_2 => Face(foreground = 0xff79c6),
:julia_rainbow_paren_3 => Face(foreground = 0x50fa7b),
:julia_rainbow_paren_4 => Face(foreground = 0xbd93f9),
:julia_rainbow_paren_5 => Face(foreground = 0x0189cc),
:julia_rainbow_paren_6 => Face(foreground = 0x61bfff),
:julia_rainbow_bracket_1 => Face(foreground = 0x61bfff),
:julia_rainbow_bracket_2 => Face(foreground = 0xff79c6),
:julia_rainbow_bracket_3 => Face(foreground = 0x50fa7b),
:julia_rainbow_bracket_4 => Face(foreground = 0xbd93f9),
:julia_rainbow_bracket_5 => Face(foreground = 0x0189cc),
:julia_rainbow_bracket_6 => Face(foreground = 0x61bfff),
:julia_rainbow_curly_1 => Face(foreground = 0x61bfff),
:julia_rainbow_curly_2 => Face(foreground = 0xff79c6),
:julia_rainbow_curly_3 => Face(foreground = 0x50fa7b),
:julia_rainbow_curly_4 => Face(foreground = 0xbd93f9),
:julia_rainbow_curly_5 => Face(foreground = 0x0189cc),
:julia_rainbow_curly_6 => Face(foreground = 0x61bfff),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0xff79c6),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xbd93f9, inherit = [:markdown_h1]),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xd4b8fb, inherit = [:markdown_h2]),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xffa7d9, inherit = [:markdown_h3]),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xe4d3fc, inherit = [:markdown_h4]),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xffc9e8, inherit = [:markdown_h5]),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x252631),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x252631),
:markdown_link => Face(foreground = 0xbd93f9),
:markdown_list => Face(foreground = 0xff5555),
]
THEMES[:dracula] = _DRACULA_FACES