DoomThemes.jl/src/themes/wilmersdorf.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-wilmersdorf theme
const _WILMERSDORF_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xc6c6c6, background = 0x282b33),
:cursor => Face(background = 0x819cd6),
:black => Face(foreground = 0x282b33),
:red => Face(foreground = 0xe1c1ee),
:green => Face(foreground = 0x5b94ab),
:yellow => Face(foreground = 0xcfcf9c),
:blue => Face(foreground = 0x819cd6),
:magenta => Face(foreground = 0xa6c1e0),
:cyan => Face(foreground = 0x7289bc),
:white => Face(foreground = 0xc6c6c6),
:bright_black => Face(foreground = 0x222228),
:bright_red => Face(foreground = 0xe5caf0),
:bright_green => Face(foreground = 0x73a4b7),
:bright_yellow => Face(foreground = 0xd6d6aa),
:bright_blue => Face(foreground = 0x93aadc),
:bright_magenta => Face(foreground = 0xb3cae4),
:bright_cyan => Face(foreground = 0x879ac6),
:bright_white => Face(foreground = 0xeceff4),
:shadow => Face(foreground = 0x888395),
:region => Face(background = 0x41454b),
:emphasis => Face(foreground = 0x819cd6),
:highlight => Face(foreground = 0x222228, background = 0x819cd6),
:code => Face(foreground = 0x7ebebd),
:error => Face(foreground = 0xe1c1ee),
:warning => Face(foreground = 0xcfcf9c),
:success => Face(foreground = 0x5b94ab),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x7ebebd),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x819cd6, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xa6c1e0),
:julia_nothing => Face(foreground = 0xa6c1e0),
:julia_type => Face(foreground = 0xb0a2e7),
:julia_comment => Face(foreground = 0x6e7899),
:julia_string => Face(foreground = 0x5b94ab),
:julia_string_delim => Face(foreground = 0x5b94ab),
:julia_cmdstring => Face(foreground = 0x5b94ab),
:julia_char => Face(foreground = 0x5b94ab),
:julia_char_delim => Face(foreground = 0x5b94ab),
:julia_number => Face(foreground = 0xa6c1e0, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xa6c1e0),
:julia_operator => Face(foreground = 0xb0a2e7),
:julia_comparator => Face(foreground = 0xb0a2e7),
:julia_assignment => Face(foreground = 0xb0a2e7),
:julia_keyword => Face(foreground = 0x819cd6),
:julia_error => Face(weight = :bold, foreground = 0xe1c1ee, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x819cd6),
:julia_rainbow_paren_2 => Face(foreground = 0xa6c1e0),
:julia_rainbow_paren_3 => Face(foreground = 0x5b94ab),
:julia_rainbow_paren_4 => Face(foreground = 0xb0a2e7),
:julia_rainbow_paren_5 => Face(foreground = 0x7ebebd),
:julia_rainbow_paren_6 => Face(foreground = 0x819cd6),
:julia_rainbow_bracket_1 => Face(foreground = 0x819cd6),
:julia_rainbow_bracket_2 => Face(foreground = 0xa6c1e0),
:julia_rainbow_bracket_3 => Face(foreground = 0x5b94ab),
:julia_rainbow_bracket_4 => Face(foreground = 0xb0a2e7),
:julia_rainbow_bracket_5 => Face(foreground = 0x7ebebd),
:julia_rainbow_bracket_6 => Face(foreground = 0x819cd6),
:julia_rainbow_curly_1 => Face(foreground = 0x819cd6),
:julia_rainbow_curly_2 => Face(foreground = 0xa6c1e0),
:julia_rainbow_curly_3 => Face(foreground = 0x5b94ab),
:julia_rainbow_curly_4 => Face(foreground = 0xb0a2e7),
:julia_rainbow_curly_5 => Face(foreground = 0x7ebebd),
:julia_rainbow_curly_6 => Face(foreground = 0x819cd6),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x819cd6),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x5b94ab),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x7ebebd),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x677cab),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x487688),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x649897),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x41454b),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x41454b),
:markdown_link => Face(foreground = 0x819cd6),
:markdown_list => Face(foreground = 0xe1c1ee),
]
THEMES[:wilmersdorf] = _WILMERSDORF_FACES