DoomThemes.jl/src/themes/moonlight.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-moonlight theme
const _MOONLIGHT_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xc8d3f5, background = 0x212337),
:cursor => Face(background = 0x82aaff),
:black => Face(foreground = 0x212337),
:red => Face(foreground = 0xff757f),
:green => Face(foreground = 0xc3e88d),
:yellow => Face(foreground = 0xffc777),
:blue => Face(foreground = 0x82aaff),
:magenta => Face(foreground = 0xc099ff),
:cyan => Face(foreground = 0xb4f9f8),
:white => Face(foreground = 0xc8d3f5),
:bright_black => Face(foreground = 0x161a2a),
:bright_red => Face(foreground = 0xff8992),
:bright_green => Face(foreground = 0xcbeb9e),
:bright_yellow => Face(foreground = 0xffcf8b),
:bright_blue => Face(foreground = 0x94b6ff),
:bright_magenta => Face(foreground = 0xc9a8ff),
:bright_cyan => Face(foreground = 0xbff9f9),
:bright_white => Face(foreground = 0xb4c2f0),
:shadow => Face(foreground = 0x444a73),
:region => Face(background = 0x383e5c),
:emphasis => Face(foreground = 0x82aaff),
:highlight => Face(foreground = 0x161a2a, background = 0x82aaff),
:code => Face(foreground = 0x82aaff),
:error => Face(foreground = 0xff757f),
:warning => Face(foreground = 0xffc777),
:success => Face(foreground = 0xc3e88d),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x82aaff),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x86e1fc, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xff995e),
:julia_nothing => Face(foreground = 0xff995e),
:julia_type => Face(foreground = 0xffc777),
:julia_comment => Face(foreground = 0x7a88cf),
:julia_string => Face(foreground = 0xc3e88d),
:julia_string_delim => Face(foreground = 0xc3e88d),
:julia_cmdstring => Face(foreground = 0xc3e88d),
:julia_char => Face(foreground = 0xc3e88d),
:julia_char_delim => Face(foreground = 0xc3e88d),
:julia_number => Face(foreground = 0xff995e, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xff995e),
:julia_operator => Face(foreground = 0xffc777),
:julia_comparator => Face(foreground = 0xffc777),
:julia_assignment => Face(foreground = 0xffc777),
:julia_keyword => Face(foreground = 0xc099ff),
:julia_error => Face(weight = :bold, foreground = 0xff757f, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xc099ff),
:julia_rainbow_paren_2 => Face(foreground = 0xff995e),
:julia_rainbow_paren_3 => Face(foreground = 0xff98a4),
:julia_rainbow_paren_4 => Face(foreground = 0xb4f9f8),
:julia_rainbow_paren_5 => Face(foreground = 0xf989d3),
:julia_rainbow_paren_6 => Face(foreground = 0xffc777),
:julia_rainbow_bracket_1 => Face(foreground = 0xc099ff),
:julia_rainbow_bracket_2 => Face(foreground = 0xff995e),
:julia_rainbow_bracket_3 => Face(foreground = 0xff98a4),
:julia_rainbow_bracket_4 => Face(foreground = 0xb4f9f8),
:julia_rainbow_bracket_5 => Face(foreground = 0xf989d3),
:julia_rainbow_bracket_6 => Face(foreground = 0xffc777),
:julia_rainbow_curly_1 => Face(foreground = 0xc099ff),
:julia_rainbow_curly_2 => Face(foreground = 0xff995e),
:julia_rainbow_curly_3 => Face(foreground = 0xff98a4),
:julia_rainbow_curly_4 => Face(foreground = 0xb4f9f8),
:julia_rainbow_curly_5 => Face(foreground = 0xf989d3),
:julia_rainbow_curly_6 => Face(foreground = 0xffc777),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x50c4fa),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x86e1fc),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xff98a4),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x82aaff),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xc099ff),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xff757f),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x222436),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x222436),
:markdown_link => Face(foreground = 0x82aaff),
:markdown_list => Face(foreground = 0xff757f),
]
THEMES[:moonlight] = _MOONLIGHT_FACES