DoomThemes.jl/src/themes/feather-light.jl

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-feather-light theme
const _FEATHER_LIGHT_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0x4a3b5e, background = 0xf0edf4),
:cursor => Face(background = 0x9783b1),
:black => Face(foreground = 0xf0edf4),
:red => Face(foreground = 0xdc322f),
:green => Face(foreground = 0x5f8700),
:yellow => Face(foreground = 0xa07000),
:blue => Face(foreground = 0x007daf),
:magenta => Face(foreground = 0xf4649b),
:cyan => Face(foreground = 0x008ea1),
:white => Face(foreground = 0x4a3b5e),
:bright_black => Face(foreground = 0xe8e4ee),
:bright_red => Face(foreground = 0xe1504e),
:bright_green => Face(foreground = 0x779926),
:bright_yellow => Face(foreground = 0xae8526),
:bright_blue => Face(foreground = 0x2690bb),
:bright_magenta => Face(foreground = 0xf57baa),
:bright_cyan => Face(foreground = 0x269eaf),
:bright_white => Face(foreground = 0x15111b),
:shadow => Face(foreground = 0xb4a5c7),
:region => Face(background = 0xd0cdd6),
:emphasis => Face(foreground = 0x9783b1),
:highlight => Face(foreground = 0xe8e4ee, background = 0x9783b1),
:code => Face(foreground = 0x007daf),
:error => Face(foreground = 0xdc322f),
:warning => Face(foreground = 0xa07000),
:success => Face(foreground = 0x5f8700),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x007daf),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xf4649b, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x008070),
:julia_nothing => Face(foreground = 0x008070),
:julia_type => Face(foreground = 0xf4649b),
:julia_comment => Face(slant = :italic, foreground = 0xb4a5c7),
:julia_string => Face(foreground = 0x5f8700),
:julia_string_delim => Face(foreground = 0x5f8700),
:julia_cmdstring => Face(foreground = 0x5f8700),
:julia_char => Face(foreground = 0x5f8700),
:julia_char_delim => Face(foreground = 0x5f8700),
:julia_number => Face(foreground = 0x008070, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x008070),
:julia_operator => Face(foreground = 0xf4649b),
:julia_comparator => Face(foreground = 0xf4649b),
:julia_assignment => Face(foreground = 0xf4649b),
:julia_keyword => Face(foreground = 0x875faf),
:julia_error => Face(weight = :bold, foreground = 0xdc322f, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x007daf),
:julia_rainbow_paren_2 => Face(foreground = 0x5f8700),
:julia_rainbow_paren_3 => Face(foreground = 0xf4649b),
:julia_rainbow_paren_4 => Face(foreground = 0x007daf),
:julia_rainbow_paren_5 => Face(foreground = 0x5f8700),
:julia_rainbow_paren_6 => Face(foreground = 0xd75f00),
:julia_rainbow_bracket_1 => Face(foreground = 0x007daf),
:julia_rainbow_bracket_2 => Face(foreground = 0x5f8700),
:julia_rainbow_bracket_3 => Face(foreground = 0xf4649b),
:julia_rainbow_bracket_4 => Face(foreground = 0x007daf),
:julia_rainbow_bracket_5 => Face(foreground = 0x5f8700),
:julia_rainbow_bracket_6 => Face(foreground = 0xd75f00),
:julia_rainbow_curly_1 => Face(foreground = 0x007daf),
:julia_rainbow_curly_2 => Face(foreground = 0x5f8700),
:julia_rainbow_curly_3 => Face(foreground = 0xf4649b),
:julia_rainbow_curly_4 => Face(foreground = 0x007daf),
:julia_rainbow_curly_5 => Face(foreground = 0x5f8700),
:julia_rainbow_curly_6 => Face(foreground = 0xd75f00),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0xf4649b),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x875faf),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x008070),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x654783),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x006054),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x432f57),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0xe1dbe9),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0xe1dbe9),
:markdown_link => Face(foreground = 0x9783b1),
:markdown_list => Face(foreground = 0xdc322f),
]
THEMES[:feather_light] = _FEATHER_LIGHT_FACES