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

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-feather-dark theme
const _FEATHER_DARK_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xc4b8d3, background = 0x251d2f),
:cursor => Face(background = 0x9783b1),
:black => Face(foreground = 0x251d2f),
:red => Face(foreground = 0xff6c6b),
:green => Face(foreground = 0x98be65),
:yellow => Face(foreground = 0xecbe7b),
:blue => Face(foreground = 0x51afef),
:magenta => Face(foreground = 0x7a619a),
:cyan => Face(foreground = 0x7dcfff),
:white => Face(foreground = 0xc4b8d3),
:bright_black => Face(foreground = 0x0f0c13),
:bright_red => Face(foreground = 0xff8281),
:bright_green => Face(foreground = 0xa7c77c),
:bright_yellow => Face(foreground = 0xeec78e),
:bright_blue => Face(foreground = 0x6bbbf1),
:bright_magenta => Face(foreground = 0x8d78a9),
:bright_cyan => Face(foreground = 0x90d6ff),
:bright_white => Face(foreground = 0xd3cade),
:shadow => Face(foreground = 0x503f65),
:region => Face(background = 0x3c3842),
:emphasis => Face(foreground = 0x9783b1),
:highlight => Face(foreground = 0x0f0c13, background = 0x9783b1),
:code => Face(foreground = 0x51afef),
:error => Face(foreground = 0xff6c6b),
:warning => Face(foreground = 0xecbe7b),
:success => Face(foreground = 0x98be65),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x51afef),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x1abc9c, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xda8548),
:julia_nothing => Face(foreground = 0xda8548),
:julia_type => Face(foreground = 0x1abc9c),
:julia_comment => Face(slant = :italic, foreground = 0x503f65),
:julia_string => Face(foreground = 0x98be65),
:julia_string_delim => Face(foreground = 0x98be65),
:julia_cmdstring => Face(foreground = 0x98be65),
:julia_char => Face(foreground = 0x98be65),
:julia_char_delim => Face(foreground = 0x98be65),
:julia_number => Face(foreground = 0xda8548, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xda8548),
:julia_operator => Face(foreground = 0x1abc9c),
:julia_comparator => Face(foreground = 0x1abc9c),
:julia_assignment => Face(foreground = 0x1abc9c),
:julia_keyword => Face(foreground = 0x9783b1),
:julia_error => Face(weight = :bold, foreground = 0xff6c6b, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x51afef),
:julia_rainbow_paren_2 => Face(foreground = 0x98be65),
:julia_rainbow_paren_3 => Face(foreground = 0xda8548),
:julia_rainbow_paren_4 => Face(foreground = 0x51afef),
:julia_rainbow_paren_5 => Face(foreground = 0x98be65),
:julia_rainbow_paren_6 => Face(foreground = 0xff6c6b),
:julia_rainbow_bracket_1 => Face(foreground = 0x51afef),
:julia_rainbow_bracket_2 => Face(foreground = 0x98be65),
:julia_rainbow_bracket_3 => Face(foreground = 0xda8548),
:julia_rainbow_bracket_4 => Face(foreground = 0x51afef),
:julia_rainbow_bracket_5 => Face(foreground = 0x98be65),
:julia_rainbow_bracket_6 => Face(foreground = 0xff6c6b),
:julia_rainbow_curly_1 => Face(foreground = 0x51afef),
:julia_rainbow_curly_2 => Face(foreground = 0x98be65),
:julia_rainbow_curly_3 => Face(foreground = 0xda8548),
:julia_rainbow_curly_4 => Face(foreground = 0x51afef),
:julia_rainbow_curly_5 => Face(foreground = 0x98be65),
:julia_rainbow_curly_6 => Face(foreground = 0xff6c6b),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x51afef),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x7a619a),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x9783b1),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x7cc3f3),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x9b88b3),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xa8d7f7),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x292330),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x292330),
:markdown_link => Face(foreground = 0x9783b1),
:markdown_list => Face(foreground = 0xff6c6b),
]
THEMES[:feather_dark] = _FEATHER_DARK_FACES