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

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-monokai-octagon theme
const _MONOKAI_OCTAGON_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xeaf2f1, background = 0x282a3a),
:cursor => Face(background = 0xeaf2f1),
:black => Face(foreground = 0x282a3a),
:red => Face(foreground = 0xff657a),
:green => Face(foreground = 0xbad761),
:yellow => Face(foreground = 0xffd76d),
:blue => Face(foreground = 0x9cd1bb),
:magenta => Face(foreground = 0x9cd1bb),
:cyan => Face(foreground = 0x9cd1bb),
:white => Face(foreground = 0xeaf2f1),
:bright_black => Face(foreground = 0x131313),
:bright_red => Face(foreground = 0xff7c8d),
:bright_green => Face(foreground = 0xc4dd78),
:bright_yellow => Face(foreground = 0xffdd82),
:bright_blue => Face(foreground = 0xaad7c5),
:bright_magenta => Face(foreground = 0xaad7c5),
:bright_cyan => Face(foreground = 0xaad7c5),
:bright_white => Face(foreground = 0xafb5b9),
:shadow => Face(foreground = 0x595d68),
:region => Face(background = 0x3a3d4b),
:emphasis => Face(foreground = 0xffd76d),
:highlight => Face(foreground = 0x131313, background = 0xffd76d),
:code => Face(foreground = 0xbad761),
:error => Face(foreground = 0xff657a),
:warning => Face(foreground = 0xff95be),
:success => Face(foreground = 0xbad761),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xbad761),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xff657a, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xc39ac9),
:julia_nothing => Face(foreground = 0xc39ac9),
:julia_type => Face(foreground = 0x9cd1bb),
:julia_comment => Face(foreground = 0x696d77),
:julia_string => Face(foreground = 0xffd76d),
:julia_string_delim => Face(foreground = 0xffd76d),
:julia_cmdstring => Face(foreground = 0xffd76d),
:julia_char => Face(foreground = 0xffd76d),
:julia_char_delim => Face(foreground = 0xffd76d),
:julia_number => Face(foreground = 0xc39ac9, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xc39ac9),
:julia_operator => Face(foreground = 0x9cd1bb),
:julia_comparator => Face(foreground = 0x9cd1bb),
:julia_assignment => Face(foreground = 0x9cd1bb),
:julia_keyword => Face(foreground = 0x9cd1bb),
:julia_error => Face(weight = :bold, foreground = 0xff657a, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xff657a),
:julia_rainbow_paren_2 => Face(foreground = 0xff95be),
:julia_rainbow_paren_3 => Face(foreground = 0xbad761),
:julia_rainbow_paren_4 => Face(foreground = 0x9cd1bb),
:julia_rainbow_paren_5 => Face(foreground = 0xff657a),
:julia_rainbow_paren_6 => Face(foreground = 0xff95be),
:julia_rainbow_bracket_1 => Face(foreground = 0xff657a),
:julia_rainbow_bracket_2 => Face(foreground = 0xff95be),
:julia_rainbow_bracket_3 => Face(foreground = 0xbad761),
:julia_rainbow_bracket_4 => Face(foreground = 0x9cd1bb),
:julia_rainbow_bracket_5 => Face(foreground = 0xff657a),
:julia_rainbow_bracket_6 => Face(foreground = 0xff95be),
:julia_rainbow_curly_1 => Face(foreground = 0xff657a),
:julia_rainbow_curly_2 => Face(foreground = 0xff95be),
:julia_rainbow_curly_3 => Face(foreground = 0xbad761),
:julia_rainbow_curly_4 => Face(foreground = 0x9cd1bb),
:julia_rainbow_curly_5 => Face(foreground = 0xff657a),
:julia_rainbow_curly_6 => Face(foreground = 0xff95be),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0xffd76d),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x9cd1bb),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xbad761),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xeaf2f1),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xb4dccb, inherit = [:markdown_h4]),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xcde8dd, inherit = [:markdown_h5]),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x373a45),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x373a45),
:markdown_link => Face(foreground = 0x9cd1bb, inherit = [:markdown_admonition]),
:markdown_list => Face(foreground = 0xff657a),
]
THEMES[:monokai_octagon] = _MONOKAI_OCTAGON_FACES