DoomThemes.jl/src/themes/nova.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-nova theme
const _NOVA_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xc5d4dd, background = 0x3c4c55),
:cursor => Face(background = 0x7fc1ca),
:black => Face(foreground = 0x3c4c55),
:red => Face(foreground = 0xdf8c8c),
:green => Face(foreground = 0xa8ce93),
:yellow => Face(foreground = 0xdada93),
:blue => Face(foreground = 0x83afe5),
:magenta => Face(foreground = 0xd18ec2),
:cyan => Face(foreground = 0x7fc1ca),
:white => Face(foreground = 0xc5d4dd),
:bright_black => Face(foreground = 0x0d0f11),
:bright_red => Face(foreground = 0xe39d9d),
:bright_green => Face(foreground = 0xb5d5a3),
:bright_yellow => Face(foreground = 0xdfdfa3),
:bright_blue => Face(foreground = 0x95bbe8),
:bright_magenta => Face(foreground = 0xd79ecb),
:bright_cyan => Face(foreground = 0x92cad1),
:bright_white => Face(foreground = 0xe6eef3),
:shadow => Face(foreground = 0x556873),
:region => Face(weight = :bold, background = 0x657781),
:emphasis => Face(foreground = 0x7fc1ca),
:highlight => Face(foreground = 0x0d0f11, background = 0x7fc1ca),
:code => Face(foreground = 0x83afe5),
:error => Face(foreground = 0xdf8c8c),
:warning => Face(foreground = 0xdada93),
:success => Face(foreground = 0xa8ce93),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x83afe5),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xa8ce93, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x7fc1ca),
:julia_nothing => Face(foreground = 0x7fc1ca),
:julia_type => Face(foreground = 0xa8ce93),
:julia_comment => Face(foreground = 0x899ba6),
:julia_string => Face(foreground = 0x7fc1ca),
:julia_string_delim => Face(foreground = 0x7fc1ca),
:julia_cmdstring => Face(foreground = 0x7fc1ca),
:julia_char => Face(foreground = 0x7fc1ca),
:julia_char_delim => Face(foreground = 0x7fc1ca),
:julia_number => Face(foreground = 0x7fc1ca, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x7fc1ca),
:julia_operator => Face(foreground = 0xa8ce93),
:julia_comparator => Face(foreground = 0xa8ce93),
:julia_assignment => Face(foreground = 0xa8ce93),
:julia_keyword => Face(foreground = 0x9a93e1),
:julia_error => Face(weight = :bold, foreground = 0xdf8c8c, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x9a93e1),
:julia_rainbow_paren_2 => Face(foreground = 0x83afe5),
:julia_rainbow_paren_3 => Face(foreground = 0xf2c38f),
:julia_rainbow_paren_4 => Face(foreground = 0xa8ce93),
:julia_rainbow_paren_5 => Face(foreground = 0xd18ec2),
:julia_rainbow_paren_6 => Face(foreground = 0xdada93),
:julia_rainbow_bracket_1 => Face(foreground = 0x9a93e1),
:julia_rainbow_bracket_2 => Face(foreground = 0x83afe5),
:julia_rainbow_bracket_3 => Face(foreground = 0xf2c38f),
:julia_rainbow_bracket_4 => Face(foreground = 0xa8ce93),
:julia_rainbow_bracket_5 => Face(foreground = 0xd18ec2),
:julia_rainbow_bracket_6 => Face(foreground = 0xdada93),
:julia_rainbow_curly_1 => Face(foreground = 0x9a93e1),
:julia_rainbow_curly_2 => Face(foreground = 0x83afe5),
:julia_rainbow_curly_3 => Face(foreground = 0xf2c38f),
:julia_rainbow_curly_4 => Face(foreground = 0xa8ce93),
:julia_rainbow_curly_5 => Face(foreground = 0xd18ec2),
:julia_rainbow_curly_6 => Face(foreground = 0xdada93),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x83afe5),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xd18ec2),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x9a93e1),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xa2c3eb),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xdcaad1),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xc1d7f2),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x2f3f48),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x2f3f48),
:markdown_link => Face(foreground = 0x7fc1ca),
:markdown_list => Face(foreground = 0xdf8c8c),
]
THEMES[:nova] = _NOVA_FACES