DoomThemes.jl/src/themes/monokai-classic.jl

89 lines
4.5 KiB
Julia

# Autogenerated from the doom-monokai-classic theme
const _MONOKAI_CLASSIC_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xf8f8f2, background = 0x272822),
:cursor => Face(background = 0xf92660),
:black => Face(foreground = 0x272822),
:red => Face(foreground = 0xe74c3c),
:green => Face(foreground = 0xa6e22e),
:yellow => Face(foreground = 0xe6db74),
:blue => Face(foreground = 0x268bd2),
:magenta => Face(foreground = 0xf92660),
:cyan => Face(foreground = 0x66d9ef),
:white => Face(foreground = 0xf8f8f2),
:bright_black => Face(foreground = 0x1b2229),
:bright_red => Face(foreground = 0xea6659),
:bright_green => Face(foreground = 0xb3e64d),
:bright_yellow => Face(foreground = 0xe9e088),
:bright_blue => Face(foreground = 0x469cd8),
:bright_magenta => Face(foreground = 0xf94677),
:bright_cyan => Face(foreground = 0x7cdef1),
:bright_white => Face(foreground = 0xffffff),
:shadow => Face(foreground = 0x555556),
:region => Face(background = 0x4e4e4e),
:emphasis => Face(foreground = 0xfd971f),
:highlight => Face(foreground = 0x1b2229, background = 0xfd971f),
:code => Face(foreground = 0xa6e22e),
:error => Face(foreground = 0xe74c3c),
:warning => Face(foreground = 0xe6db74),
:success => Face(foreground = 0xa6e22e),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xa6e22e),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xf92660, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x9c91e4),
:julia_nothing => Face(foreground = 0x9c91e4),
:julia_type => Face(slant = :italic, foreground = 0x66d9ef),
:julia_comment => Face(slant = :italic, foreground = 0x555556),
:julia_string => Face(foreground = 0xe6db74),
:julia_string_delim => Face(foreground = 0xe6db74),
:julia_cmdstring => Face(foreground = 0xe6db74),
:julia_char => Face(foreground = 0xe6db74),
:julia_char_delim => Face(foreground = 0xe6db74),
:julia_number => Face(foreground = 0x9c91e4, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x9c91e4),
:julia_operator => Face(slant = :italic, foreground = 0x66d9ef),
:julia_comparator => Face(slant = :italic, foreground = 0x66d9ef),
:julia_assignment => Face(slant = :italic, foreground = 0x66d9ef),
:julia_keyword => Face(foreground = 0xf92660),
:julia_error => Face(weight = :bold, foreground = 0xe74c3c, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xf92660),
:julia_rainbow_paren_2 => Face(foreground = 0xfd971f),
:julia_rainbow_paren_3 => Face(foreground = 0xa6e22e),
:julia_rainbow_paren_4 => Face(foreground = 0x66d9ef),
:julia_rainbow_paren_5 => Face(foreground = 0xf92660),
:julia_rainbow_paren_6 => Face(foreground = 0xfd971f),
:julia_rainbow_bracket_1 => Face(foreground = 0xf92660),
:julia_rainbow_bracket_2 => Face(foreground = 0xfd971f),
:julia_rainbow_bracket_3 => Face(foreground = 0xa6e22e),
:julia_rainbow_bracket_4 => Face(foreground = 0x66d9ef),
:julia_rainbow_bracket_5 => Face(foreground = 0xf92660),
:julia_rainbow_bracket_6 => Face(foreground = 0xfd971f),
:julia_rainbow_curly_1 => Face(foreground = 0xf92660),
:julia_rainbow_curly_2 => Face(foreground = 0xfd971f),
:julia_rainbow_curly_3 => Face(foreground = 0xa6e22e),
:julia_rainbow_curly_4 => Face(foreground = 0x66d9ef),
:julia_rainbow_curly_5 => Face(foreground = 0xf92660),
:julia_rainbow_curly_6 => Face(foreground = 0xfd971f),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0xf92660),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xfd971f),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x9c91e4),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x5ca8dd),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xfa5c87),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x92c4e8),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x27292a),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x27292a),
:markdown_link => Face(foreground = 0x268bd2, inherit = [:markdown_admonition]),
:markdown_list => Face(foreground = 0xf92660),
]
THEMES[:monokai_classic] = _MONOKAI_CLASSIC_FACES