DoomThemes.jl/src/themes/flatwhite.jl

89 lines
4.6 KiB
Julia

# Autogenerated from the doom-flatwhite theme
const _FLATWHITE_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0x605a52, background = 0xf7f3ee),
:cursor => Face(background = 0x7382a0),
:black => Face(foreground = 0xf7f3ee),
:red => Face(foreground = 0x955f5f),
:green => Face(foreground = 0x81895d),
:yellow => Face(foreground = 0x957f5f),
:blue => Face(foreground = 0x7382a0),
:magenta => Face(foreground = 0x9c739c),
:cyan => Face(foreground = 0x5f8c7d),
:white => Face(foreground = 0x605a52),
:bright_black => Face(foreground = 0xf1ece4),
:bright_red => Face(foreground = 0xa47777),
:bright_green => Face(foreground = 0x939a75),
:bright_yellow => Face(foreground = 0xa49277),
:bright_blue => Face(foreground = 0x8894ae),
:bright_magenta => Face(foreground = 0xaa88aa),
:bright_cyan => Face(foreground = 0x779d90),
:bright_white => Face(foreground = 0x1b2229),
:shadow => Face(foreground = 0x605a52),
:region => Face(background = 0xd8d4cd),
:emphasis => Face(foreground = 0x7382a0),
:highlight => Face(foreground = 0xf1ece4, background = 0x7382a0),
:code => Face(weight = :semibold, foreground = 0x605a52),
:error => Face(foreground = 0x955f5f),
:warning => Face(foreground = 0x957f5f),
:success => Face(foreground = 0x81895d),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(weight = :semibold, foreground = 0x605a52),
:julia_identifier => Face(),
:julia_macro => Face(inherit = [:default]),
:julia_symbol => Face(foreground = 0x465953, background = 0xd2ebe3),
:julia_nothing => Face(foreground = 0x465953, background = 0xd2ebe3),
:julia_type => Face(inherit = [:default]),
:julia_comment => Face(foreground = 0xb9a992),
:julia_string => Face(foreground = 0x525643, background = 0xe2e9c1),
:julia_string_delim => Face(foreground = 0x525643, background = 0xe2e9c1),
:julia_cmdstring => Face(foreground = 0x525643, background = 0xe2e9c1),
:julia_char => Face(foreground = 0x525643, background = 0xe2e9c1),
:julia_char_delim => Face(foreground = 0x525643, background = 0xe2e9c1),
:julia_number => Face(foreground = 0x465953, background = 0xd2ebe3),
:julia_bool => Face(foreground = 0x465953, background = 0xd2ebe3),
:julia_operator => Face(inherit = [:default]),
:julia_comparator => Face(inherit = [:default]),
:julia_assignment => Face(inherit = [:default]),
:julia_keyword => Face(foreground = 0x614c61, background = 0xf1ddf1),
:julia_error => Face(weight = :bold, foreground = 0x955f5f, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x7382a0),
:julia_rainbow_paren_2 => Face(foreground = 0x9c739c),
:julia_rainbow_paren_3 => Face(foreground = 0x81895d),
:julia_rainbow_paren_4 => Face(foreground = 0x957f5f),
:julia_rainbow_paren_5 => Face(foreground = 0x5f8c7d),
:julia_rainbow_paren_6 => Face(foreground = 0x955f5f),
:julia_rainbow_bracket_1 => Face(foreground = 0x7382a0),
:julia_rainbow_bracket_2 => Face(foreground = 0x9c739c),
:julia_rainbow_bracket_3 => Face(foreground = 0x81895d),
:julia_rainbow_bracket_4 => Face(foreground = 0x957f5f),
:julia_rainbow_bracket_5 => Face(foreground = 0x5f8c7d),
:julia_rainbow_bracket_6 => Face(foreground = 0x955f5f),
:julia_rainbow_curly_1 => Face(foreground = 0x7382a0),
:julia_rainbow_curly_2 => Face(foreground = 0x9c739c),
:julia_rainbow_curly_3 => Face(foreground = 0x81895d),
:julia_rainbow_curly_4 => Face(foreground = 0x957f5f),
:julia_rainbow_curly_5 => Face(foreground = 0x5f8c7d),
:julia_rainbow_curly_6 => Face(foreground = 0x955f5f),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x955f5f),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x957f5f),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x9c739c),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x96a1b7),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xb496b4),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xb9c0cf),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(foreground = 0x5b5143, background = 0xf7e0c3),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(foreground = 0x5b5143, background = 0xf7e0c3),
:markdown_link => Face(foreground = 0x4c5361, background = 0xdde4f2),
:markdown_list => Face(foreground = 0x605a52, inherit = [:markdown_admonition]),
]
THEMES[:flatwhite] = _FLATWHITE_FACES