DoomThemes.jl/src/themes/nord-aurora.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-nord-aurora theme
const _NORD_AURORA_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xeceff4, background = 0x2e3440),
:cursor => Face(background = 0x9099ab),
:black => Face(foreground = 0x2e3440),
:red => Face(foreground = 0xbf616a),
:green => Face(foreground = 0xa3be8c),
:yellow => Face(foreground = 0xebcb8b),
:blue => Face(foreground = 0x81a1c1),
:magenta => Face(foreground = 0xb48ead),
:cyan => Face(foreground = 0x88c0d0),
:white => Face(foreground = 0xeceff4),
:bright_black => Face(foreground = 0x191c25),
:bright_red => Face(foreground = 0xc87880),
:bright_green => Face(foreground = 0xb0c79d),
:bright_yellow => Face(foreground = 0xedd29c),
:bright_blue => Face(foreground = 0x93afca),
:bright_magenta => Face(foreground = 0xbf9eb9),
:bright_cyan => Face(foreground = 0x99c9d7),
:bright_white => Face(foreground = 0xf0f4fc),
:shadow => Face(foreground = 0x4c566a),
:region => Face(background = 0x434c5e),
:emphasis => Face(foreground = 0x9099ab),
:highlight => Face(foreground = 0x191c25, background = 0x9099ab),
:code => Face(foreground = 0xebcb8b),
:error => Face(foreground = 0xbf616a),
:warning => Face(foreground = 0xebcb8b),
:success => Face(foreground = 0xa3be8c),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xebcb8b),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x88c0d0, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x81a1c1),
:julia_nothing => Face(foreground = 0x81a1c1),
:julia_type => Face(foreground = 0xa3be8c),
:julia_comment => Face(foreground = 0x9099ab),
:julia_string => Face(foreground = 0x8fbcbb),
:julia_string_delim => Face(foreground = 0x8fbcbb),
:julia_cmdstring => Face(foreground = 0x8fbcbb),
:julia_char => Face(foreground = 0x8fbcbb),
:julia_char_delim => Face(foreground = 0x8fbcbb),
:julia_number => Face(foreground = 0xd08770, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x81a1c1),
:julia_operator => Face(foreground = 0xa3be8c),
:julia_comparator => Face(foreground = 0xa3be8c),
:julia_assignment => Face(foreground = 0xa3be8c),
:julia_keyword => Face(foreground = 0x81a1c1),
:julia_error => Face(weight = :bold, foreground = 0xbf616a, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x81a1c1),
:julia_rainbow_paren_2 => Face(foreground = 0xb48ead),
:julia_rainbow_paren_3 => Face(foreground = 0xa3be8c),
:julia_rainbow_paren_4 => Face(foreground = 0x5d80ae),
:julia_rainbow_paren_5 => Face(foreground = 0x8fbcbb),
:julia_rainbow_paren_6 => Face(foreground = 0x81a1c1),
:julia_rainbow_bracket_1 => Face(foreground = 0x81a1c1),
:julia_rainbow_bracket_2 => Face(foreground = 0xb48ead),
:julia_rainbow_bracket_3 => Face(foreground = 0xa3be8c),
:julia_rainbow_bracket_4 => Face(foreground = 0x5d80ae),
:julia_rainbow_bracket_5 => Face(foreground = 0x8fbcbb),
:julia_rainbow_bracket_6 => Face(foreground = 0x81a1c1),
:julia_rainbow_curly_1 => Face(foreground = 0x81a1c1),
:julia_rainbow_curly_2 => Face(foreground = 0xb48ead),
:julia_rainbow_curly_3 => Face(foreground = 0xa3be8c),
:julia_rainbow_curly_4 => Face(foreground = 0x5d80ae),
:julia_rainbow_curly_5 => Face(foreground = 0x8fbcbb),
:julia_rainbow_curly_6 => Face(foreground = 0x81a1c1),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x81a1c1),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xb48ead),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x5d80ae),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xa0b8d0),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xc6aac1),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xc0d0e0),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x414754),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x414754),
:markdown_link => Face(foreground = 0x9099ab),
:markdown_list => Face(foreground = 0xbf616a),
]
THEMES[:nord_aurora] = _NORD_AURORA_FACES