DoomThemes.jl/src/themes/henna.jl

89 lines
4.2 KiB
Julia

# Autogenerated from the doom-henna theme
const _HENNA_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xf8f8f0, background = 0x21272e),
:cursor => Face(background = 0xe74c3c),
:black => Face(foreground = 0x21272e),
:red => Face(foreground = 0xe74c3c),
:green => Face(foreground = 0x53df83),
:yellow => Face(foreground = 0xecbe7b),
:blue => Face(foreground = 0x56b5c2),
:magenta => Face(foreground = 0xffb8d1),
:cyan => Face(foreground = 0x56b6c2),
:white => Face(foreground = 0xf8f8f0),
:bright_black => Face(foreground = 0x10151a),
:bright_red => Face(foreground = 0xea6659),
:bright_green => Face(foreground = 0x6ce395),
:bright_yellow => Face(foreground = 0xeec78e),
:bright_blue => Face(foreground = 0x6fc0cb),
:bright_magenta => Face(foreground = 0xffc2d7),
:bright_cyan => Face(foreground = 0x6fc0cb),
:bright_white => Face(foreground = 0x606f73),
:shadow => Face(foreground = 0x2c313a),
:region => Face(background = 0x2e4a54),
:emphasis => Face(foreground = 0xe74c3c),
:highlight => Face(foreground = 0x10151a, background = 0xe74c3c),
:code => Face(foreground = 0xe74c3c),
:error => Face(foreground = 0xe74c3c),
:warning => Face(foreground = 0xecbe7b),
:success => Face(foreground = 0x53df83),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xe74c3c),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xe74c3c, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x1abc9c),
:julia_nothing => Face(foreground = 0x1abc9c),
:julia_type => Face(foreground = 0xe74c3c),
:julia_comment => Face(foreground = 0x606f73),
:julia_string => Face(foreground = 0x53df83),
:julia_string_delim => Face(foreground = 0x53df83),
:julia_cmdstring => Face(foreground = 0x53df83),
:julia_char => Face(foreground = 0x53df83),
:julia_char_delim => Face(foreground = 0x53df83),
:julia_number => Face(foreground = 0x56b5c2),
:julia_bool => Face(foreground = 0x1abc9c),
:julia_operator => Face(foreground = 0xe74c3c),
:julia_comparator => Face(foreground = 0xe74c3c),
:julia_assignment => Face(foreground = 0xe74c3c),
:julia_keyword => Face(foreground = 0x1abc9c),
:julia_error => Face(weight = :bold, foreground = 0xe74c3c, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xe74c3c),
:julia_rainbow_paren_2 => Face(foreground = 0x53df83),
:julia_rainbow_paren_3 => Face(foreground = 0x1abc9c),
:julia_rainbow_paren_4 => Face(foreground = 0x53df83),
:julia_rainbow_paren_5 => Face(foreground = 0x56b5c2),
:julia_rainbow_paren_6 => Face(foreground = 0x9cd230),
:julia_rainbow_bracket_1 => Face(foreground = 0xe74c3c),
:julia_rainbow_bracket_2 => Face(foreground = 0x53df83),
:julia_rainbow_bracket_3 => Face(foreground = 0x1abc9c),
:julia_rainbow_bracket_4 => Face(foreground = 0x53df83),
:julia_rainbow_bracket_5 => Face(foreground = 0x56b5c2),
:julia_rainbow_bracket_6 => Face(foreground = 0x9cd230),
:julia_rainbow_curly_1 => Face(foreground = 0xe74c3c),
:julia_rainbow_curly_2 => Face(foreground = 0x53df83),
:julia_rainbow_curly_3 => Face(foreground = 0x1abc9c),
:julia_rainbow_curly_4 => Face(foreground = 0x53df83),
:julia_rainbow_curly_5 => Face(foreground = 0x56b5c2),
:julia_rainbow_curly_6 => Face(foreground = 0x9cd230),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0xe74c3c),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x1abc9c),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x53df83),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xed786c),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x7ee7a2),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xaadae0),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x30373f),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(foreground = 0x1abc9c),
:markdown_latex => Face(background = 0x30373f),
:markdown_link => Face(foreground = 0x53df83),
:markdown_list => Face(),
]
THEMES[:henna] = _HENNA_FACES