DoomThemes.jl/src/themes/snazzy.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-snazzy theme
const _SNAZZY_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xf9f9f9, background = 0x282a36),
:cursor => Face(background = 0x57c7ff),
:black => Face(foreground = 0x282a36),
:red => Face(foreground = 0xff5c57),
:green => Face(foreground = 0x5af78e),
:yellow => Face(foreground = 0xf3f99d),
:blue => Face(foreground = 0x57c7ff),
:magenta => Face(foreground = 0xff6ac1),
:cyan => Face(foreground = 0x9aedfe),
:white => Face(foreground = 0xf9f9f9),
:bright_black => Face(foreground = 0x282a36),
:bright_red => Face(foreground = 0xff7470),
:bright_green => Face(foreground = 0x72f89e),
:bright_yellow => Face(foreground = 0xf4f9ab),
:bright_blue => Face(foreground = 0x70cfff),
:bright_magenta => Face(foreground = 0xff80ca),
:bright_cyan => Face(foreground = 0xa9effe),
:bright_white => Face(foreground = 0xff5c57),
:shadow => Face(foreground = 0xe2e4e5),
:region => Face(background = 0x44464f),
:emphasis => Face(foreground = 0x57c7ff),
:highlight => Face(foreground = 0x282a36, background = 0x57c7ff),
:code => Face(foreground = 0x57c7ff),
:error => Face(foreground = 0xff5c57),
:warning => Face(foreground = 0xf3f99d),
:success => Face(foreground = 0x5af78e),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x57c7ff),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xff6ac1, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x5af78e),
:julia_nothing => Face(foreground = 0x5af78e),
:julia_type => Face(foreground = 0x9aedfe),
:julia_comment => Face(foreground = 0x606580),
:julia_string => Face(foreground = 0xf3f99d),
:julia_string_delim => Face(foreground = 0xf3f99d),
:julia_cmdstring => Face(foreground = 0xf3f99d),
:julia_char => Face(foreground = 0xf3f99d),
:julia_char_delim => Face(foreground = 0xf3f99d),
:julia_number => Face(foreground = 0xf3f99d, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x5af78e),
:julia_operator => Face(foreground = 0x9aedfe),
:julia_comparator => Face(foreground = 0x9aedfe),
:julia_assignment => Face(foreground = 0x9aedfe),
:julia_keyword => Face(foreground = 0xffb86c),
:julia_error => Face(weight = :bold, foreground = 0xff5c57, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x57c7ff),
:julia_rainbow_paren_2 => Face(foreground = 0xff6ac1),
:julia_rainbow_paren_3 => Face(foreground = 0x5af78e),
:julia_rainbow_paren_4 => Face(foreground = 0xbd93f9),
:julia_rainbow_paren_5 => Face(foreground = 0xaad4d3),
:julia_rainbow_paren_6 => Face(foreground = 0x57c7ff),
:julia_rainbow_bracket_1 => Face(foreground = 0x57c7ff),
:julia_rainbow_bracket_2 => Face(foreground = 0xff6ac1),
:julia_rainbow_bracket_3 => Face(foreground = 0x5af78e),
:julia_rainbow_bracket_4 => Face(foreground = 0xbd93f9),
:julia_rainbow_bracket_5 => Face(foreground = 0xaad4d3),
:julia_rainbow_bracket_6 => Face(foreground = 0x57c7ff),
:julia_rainbow_curly_1 => Face(foreground = 0x57c7ff),
:julia_rainbow_curly_2 => Face(foreground = 0xff6ac1),
:julia_rainbow_curly_3 => Face(foreground = 0x5af78e),
:julia_rainbow_curly_4 => Face(foreground = 0xbd93f9),
:julia_rainbow_curly_5 => Face(foreground = 0xaad4d3),
:julia_rainbow_curly_6 => Face(foreground = 0x57c7ff),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x57c7ff),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xff6ac1),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x459fcc),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x81d5ff),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xff8fd0),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xabe3ff),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x78787e),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x78787e),
:markdown_link => Face(foreground = 0x57c7ff),
:markdown_list => Face(foreground = 0xff5c57),
]
THEMES[:snazzy] = _SNAZZY_FACES