DoomThemes.jl/src/themes/plain.jl

89 lines
4.5 KiB
Julia

# Autogenerated from the doom-plain theme
const _PLAIN_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0x282a2e, background = 0xffffff),
:cursor => Face(background = 0x444444),
:black => Face(foreground = 0xffffff),
:red => Face(foreground = 0x282a2e),
:green => Face(foreground = 0x282a2e),
:yellow => Face(foreground = 0x282a2e),
:blue => Face(foreground = 0x282a2e),
:magenta => Face(foreground = 0x282a2e),
:cyan => Face(foreground = 0x282a2e),
:white => Face(foreground = 0x282a2e),
:bright_black => Face(foreground = 0x969896),
:bright_red => Face(foreground = 0x48494d),
:bright_green => Face(foreground = 0x48494d),
:bright_yellow => Face(foreground = 0x48494d),
:bright_blue => Face(foreground = 0x48494d),
:bright_magenta => Face(foreground = 0x48494d),
:bright_cyan => Face(foreground = 0x48494d),
:bright_white => Face(foreground = 0xfafafa),
:shadow => Face(foreground = 0xc5c8c6),
:region => Face(background = 0xe7e7e7),
:emphasis => Face(foreground = 0x444444),
:highlight => Face(foreground = 0x969896, background = 0x444444),
:code => Face(slant = :italic, foreground = 0x282a2e),
:error => Face(underline = (0xa91012, :wavy)),
:warning => Face(underline = (0x444444, :wavy)),
:success => Face(foreground = 0x282a2e),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(slant = :italic, foreground = 0x282a2e),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x282a2e, inherit = [:markdown_admonition]),
:julia_symbol => Face(slant = :italic, foreground = 0x969896),
:julia_nothing => Face(slant = :italic, foreground = 0x969896),
:julia_type => Face(slant = :italic, foreground = 0x282a2e),
:julia_comment => Face(slant = :italic, foreground = 0xc5c8c6),
:julia_string => Face(foreground = 0x969896),
:julia_string_delim => Face(foreground = 0x969896),
:julia_cmdstring => Face(foreground = 0x969896),
:julia_char => Face(foreground = 0x969896),
:julia_char_delim => Face(foreground = 0x969896),
:julia_number => Face(foreground = 0x969896, inherit = [:markdown_admonition]),
:julia_bool => Face(slant = :italic, foreground = 0x969896),
:julia_operator => Face(slant = :italic, foreground = 0x282a2e),
:julia_comparator => Face(slant = :italic, foreground = 0x282a2e),
:julia_assignment => Face(slant = :italic, foreground = 0x282a2e),
:julia_keyword => Face(foreground = 0x282a2e),
:julia_error => Face(weight = :bold, foreground = 0x282a2e, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x282a2e),
:julia_rainbow_paren_2 => Face(foreground = 0x282a2e),
:julia_rainbow_paren_3 => Face(foreground = 0x282a2e),
:julia_rainbow_paren_4 => Face(foreground = 0x282a2e),
:julia_rainbow_paren_5 => Face(foreground = 0x282a2e),
:julia_rainbow_paren_6 => Face(foreground = 0x282a2e),
:julia_rainbow_bracket_1 => Face(foreground = 0x282a2e),
:julia_rainbow_bracket_2 => Face(foreground = 0x282a2e),
:julia_rainbow_bracket_3 => Face(foreground = 0x282a2e),
:julia_rainbow_bracket_4 => Face(foreground = 0x282a2e),
:julia_rainbow_bracket_5 => Face(foreground = 0x282a2e),
:julia_rainbow_bracket_6 => Face(foreground = 0x282a2e),
:julia_rainbow_curly_1 => Face(foreground = 0x282a2e),
:julia_rainbow_curly_2 => Face(foreground = 0x282a2e),
:julia_rainbow_curly_3 => Face(foreground = 0x282a2e),
:julia_rainbow_curly_4 => Face(foreground = 0x282a2e),
:julia_rainbow_curly_5 => Face(foreground = 0x282a2e),
:julia_rainbow_curly_6 => Face(foreground = 0x282a2e),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, slant = :italic, foreground = 0x48494d),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x444444, inherit = [:markdown_h1]),
:markdown_h3 => Face(height = 1.12, weight = :bold, inherit = [:markdown_h2]),
:markdown_h4 => Face(height = 1.09, weight = :semibold, inherit = [:markdown_h3]),
:markdown_h5 => Face(height = 1.06, weight = :semibold, inherit = [:markdown_h4]),
:markdown_h6 => Face(height = 1.03, weight = :semibold, inherit = [:markdown_h5]),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0xcccccc),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0xcccccc),
:markdown_link => Face(foreground = 0x444444),
:markdown_list => Face(foreground = 0x282a2e),
]
THEMES[:plain] = _PLAIN_FACES