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

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-monokai-pro theme
const _MONOKAI_PRO_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xfcfcfa, background = 0x2d2a2e),
:cursor => Face(background = 0xfcfcfa),
:black => Face(foreground = 0x2d2a2e),
:red => Face(foreground = 0xcc6666),
:green => Face(foreground = 0xa9dc76),
:yellow => Face(foreground = 0xffd866),
:blue => Face(foreground = 0x78dce8),
:magenta => Face(foreground = 0xff6188),
:cyan => Face(foreground = 0x78dce8),
:white => Face(foreground = 0xfcfcfa),
:bright_black => Face(foreground = 0x19181a),
:bright_red => Face(foreground = 0xd37c7c),
:bright_green => Face(foreground = 0xb5e18a),
:bright_yellow => Face(foreground = 0xffdd7c),
:bright_blue => Face(foreground = 0x8ce1eb),
:bright_magenta => Face(foreground = 0xff7899),
:bright_cyan => Face(foreground = 0x8ce1eb),
:bright_white => Face(foreground = 0xfcfcfa),
:shadow => Face(foreground = 0x4c4a4d),
:region => Face(background = 0x4c4a4d),
:emphasis => Face(foreground = 0xfcfcfa),
:highlight => Face(foreground = 0x19181a, background = 0xfcfcfa),
:code => Face(foreground = 0xa9dc76),
:error => Face(foreground = 0xcc6666),
:warning => Face(foreground = 0xffd866),
:success => Face(foreground = 0xa9dc76),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xa9dc76),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xff6188, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xab9df2),
:julia_nothing => Face(foreground = 0xab9df2),
:julia_type => Face(foreground = 0x78dce8),
:julia_comment => Face(foreground = 0x727072),
:julia_string => Face(foreground = 0xffd866),
:julia_string_delim => Face(foreground = 0xffd866),
:julia_cmdstring => Face(foreground = 0xffd866),
:julia_char => Face(foreground = 0xffd866),
:julia_char_delim => Face(foreground = 0xffd866),
:julia_number => Face(foreground = 0xab9df2, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xab9df2),
:julia_operator => Face(foreground = 0x78dce8),
:julia_comparator => Face(foreground = 0x78dce8),
:julia_assignment => Face(foreground = 0x78dce8),
:julia_keyword => Face(foreground = 0xff6188),
:julia_error => Face(weight = :bold, foreground = 0xcc6666, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xab9df2),
:julia_rainbow_paren_2 => Face(foreground = 0x78dce8),
:julia_rainbow_paren_3 => Face(foreground = 0xfc9867),
:julia_rainbow_paren_4 => Face(foreground = 0xa9dc76),
:julia_rainbow_paren_5 => Face(foreground = 0xab9df2),
:julia_rainbow_paren_6 => Face(foreground = 0xffd866),
:julia_rainbow_bracket_1 => Face(foreground = 0xab9df2),
:julia_rainbow_bracket_2 => Face(foreground = 0x78dce8),
:julia_rainbow_bracket_3 => Face(foreground = 0xfc9867),
:julia_rainbow_bracket_4 => Face(foreground = 0xa9dc76),
:julia_rainbow_bracket_5 => Face(foreground = 0xab9df2),
:julia_rainbow_bracket_6 => Face(foreground = 0xffd866),
:julia_rainbow_curly_1 => Face(foreground = 0xab9df2),
:julia_rainbow_curly_2 => Face(foreground = 0x78dce8),
:julia_rainbow_curly_3 => Face(foreground = 0xfc9867),
:julia_rainbow_curly_4 => Face(foreground = 0xa9dc76),
:julia_rainbow_curly_5 => Face(foreground = 0xab9df2),
:julia_rainbow_curly_6 => Face(foreground = 0xffd866),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x78dce8),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xff6188),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xab9df2),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x99e4ed),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xff88a5),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xbbedf3),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x2b2b2b),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x2b2b2b),
:markdown_link => Face(foreground = 0xfcfcfa),
:markdown_list => Face(foreground = 0xcc6666),
]
THEMES[:monokai_pro] = _MONOKAI_PRO_FACES