DoomThemes.jl/src/themes/ayu-dark.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-ayu-dark theme
const _AYU_DARK_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xbfbdb6, background = 0x0d1017),
:cursor => Face(background = 0xe6b450),
:black => Face(foreground = 0x0d1017),
:red => Face(foreground = 0xf07178),
:green => Face(foreground = 0x7fd962),
:yellow => Face(foreground = 0xffb454),
:blue => Face(foreground = 0x59c2ff),
:magenta => Face(foreground = 0xd2a6ff),
:cyan => Face(foreground = 0x39bae6),
:white => Face(foreground = 0xbfbdb6),
:bright_black => Face(foreground = 0x2f3238),
:bright_red => Face(foreground = 0xf2868c),
:bright_green => Face(foreground = 0x92de79),
:bright_yellow => Face(foreground = 0xffbf6d),
:bright_blue => Face(foreground = 0x71cbff),
:bright_magenta => Face(foreground = 0xd8b3ff),
:bright_cyan => Face(foreground = 0x56c4e9),
:bright_white => Face(foreground = 0x07080c),
:shadow => Face(foreground = 0x373b42),
:region => Face(background = 0x213145),
:emphasis => Face(foreground = 0xe6b450),
:highlight => Face(foreground = 0x2f3238, background = 0xe6b450),
:code => Face(foreground = 0xffb454),
:error => Face(foreground = 0xd95757),
:warning => Face(foreground = 0xffb454),
:success => Face(foreground = 0x7fd962),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xffb454),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xf29668, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xd2a6ff),
:julia_nothing => Face(foreground = 0xd2a6ff),
:julia_type => Face(foreground = 0xe6b673),
:julia_comment => Face(foreground = 0x373b42),
:julia_string => Face(foreground = 0x7fd962),
:julia_string_delim => Face(foreground = 0x7fd962),
:julia_cmdstring => Face(foreground = 0x7fd962),
:julia_char => Face(foreground = 0x7fd962),
:julia_char_delim => Face(foreground = 0x7fd962),
:julia_number => Face(foreground = 0xffb454, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xd2a6ff),
:julia_operator => Face(foreground = 0xe6b673),
:julia_comparator => Face(foreground = 0xe6b673),
:julia_assignment => Face(foreground = 0xe6b673),
:julia_keyword => Face(foreground = 0xff8f40),
:julia_error => Face(weight = :bold, foreground = 0xf07178, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x59c2ff),
:julia_rainbow_paren_2 => Face(foreground = 0xd2a6ff),
:julia_rainbow_paren_3 => Face(foreground = 0x7fd962),
:julia_rainbow_paren_4 => Face(foreground = 0xdbb7ff),
:julia_rainbow_paren_5 => Face(foreground = 0x95e6cb),
:julia_rainbow_paren_6 => Face(foreground = 0x59c2ff),
:julia_rainbow_bracket_1 => Face(foreground = 0x59c2ff),
:julia_rainbow_bracket_2 => Face(foreground = 0xd2a6ff),
:julia_rainbow_bracket_3 => Face(foreground = 0x7fd962),
:julia_rainbow_bracket_4 => Face(foreground = 0xdbb7ff),
:julia_rainbow_bracket_5 => Face(foreground = 0x95e6cb),
:julia_rainbow_bracket_6 => Face(foreground = 0x59c2ff),
:julia_rainbow_curly_1 => Face(foreground = 0x59c2ff),
:julia_rainbow_curly_2 => Face(foreground = 0xd2a6ff),
:julia_rainbow_curly_3 => Face(foreground = 0x7fd962),
:julia_rainbow_curly_4 => Face(foreground = 0xdbb7ff),
:julia_rainbow_curly_5 => Face(foreground = 0x95e6cb),
:julia_rainbow_curly_6 => Face(foreground = 0x59c2ff),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x59c2ff),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xd2a6ff),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xdbb7ff),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x82d1ff),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xddbcff),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xace0ff),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x191b22),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x191b22),
:markdown_link => Face(foreground = 0xe6b450),
:markdown_list => Face(foreground = 0xf07178),
]
THEMES[:ayu_dark] = _AYU_DARK_FACES