DoomThemes.jl/src/themes/tomorrow-night.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-tomorrow-night theme
const _TOMORROW_NIGHT_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xc5c8c6, background = 0x1d1f21),
:cursor => Face(background = 0x81a2be),
:black => Face(foreground = 0x1d1f21),
:red => Face(foreground = 0xcc6666),
:green => Face(foreground = 0xb5bd68),
:yellow => Face(foreground = 0xf0c674),
:blue => Face(foreground = 0x81a2be),
:magenta => Face(foreground = 0xc9b4cf),
:cyan => Face(foreground = 0x8abeb7),
:white => Face(foreground = 0xc5c8c6),
:bright_black => Face(foreground = 0x0d0d0d),
:bright_red => Face(foreground = 0xd37c7c),
:bright_green => Face(foreground = 0xc0c67e),
:bright_yellow => Face(foreground = 0xf2ce88),
:bright_blue => Face(foreground = 0x93afc7),
:bright_magenta => Face(foreground = 0xd1bfd6),
:bright_cyan => Face(foreground = 0x9bc7c1),
:bright_white => Face(foreground = 0xffffff),
:shadow => Face(foreground = 0x5c5e5e),
:region => Face(background = 0x333537),
:emphasis => Face(foreground = 0x81a2be),
:highlight => Face(foreground = 0x0d0d0d, background = 0x81a2be),
:code => Face(foreground = 0x81a2be),
:error => Face(foreground = 0xcc6666),
:warning => Face(foreground = 0xf0c674),
:success => Face(foreground = 0xb5bd68),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x81a2be),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xc5c8c6, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xde935f),
:julia_nothing => Face(foreground = 0xde935f),
:julia_type => Face(foreground = 0xf0c674),
:julia_comment => Face(foreground = 0x5a5b5a),
:julia_string => Face(foreground = 0xb5bd68),
:julia_string_delim => Face(foreground = 0xb5bd68),
:julia_cmdstring => Face(foreground = 0xb5bd68),
:julia_char => Face(foreground = 0xb5bd68),
:julia_char_delim => Face(foreground = 0xb5bd68),
:julia_number => Face(foreground = 0xde935f, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xde935f),
:julia_operator => Face(foreground = 0xf0c674),
:julia_comparator => Face(foreground = 0xf0c674),
:julia_assignment => Face(foreground = 0xf0c674),
:julia_keyword => Face(foreground = 0xb294bb),
:julia_error => Face(weight = :bold, foreground = 0xcc6666, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xb294bb),
:julia_rainbow_paren_2 => Face(foreground = 0x81a2be),
:julia_rainbow_paren_3 => Face(foreground = 0xde935f),
:julia_rainbow_paren_4 => Face(foreground = 0xb5bd68),
:julia_rainbow_paren_5 => Face(foreground = 0xc9b4cf),
:julia_rainbow_paren_6 => Face(foreground = 0xf0c674),
:julia_rainbow_bracket_1 => Face(foreground = 0xb294bb),
:julia_rainbow_bracket_2 => Face(foreground = 0x81a2be),
:julia_rainbow_bracket_3 => Face(foreground = 0xde935f),
:julia_rainbow_bracket_4 => Face(foreground = 0xb5bd68),
:julia_rainbow_bracket_5 => Face(foreground = 0xc9b4cf),
:julia_rainbow_bracket_6 => Face(foreground = 0xf0c674),
:julia_rainbow_curly_1 => Face(foreground = 0xb294bb),
:julia_rainbow_curly_2 => Face(foreground = 0x81a2be),
:julia_rainbow_curly_3 => Face(foreground = 0xde935f),
:julia_rainbow_curly_4 => Face(foreground = 0xb5bd68),
:julia_rainbow_curly_5 => Face(foreground = 0xc9b4cf),
:julia_rainbow_curly_6 => Face(foreground = 0xf0c674),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x81a2be),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xc9b4cf),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xb294bb),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xa0b9ce),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xd6c6db),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xc0d0de),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x292b2b),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x292b2b),
:markdown_link => Face(foreground = 0x81a2be),
:markdown_list => Face(foreground = 0xcc6666),
]
THEMES[:tomorrow_night] = _TOMORROW_NIGHT_FACES