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

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-ayu-mirage theme
const _AYU_MIRAGE_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xcbccc6, background = 0x1f2430),
:cursor => Face(background = 0xffcc66),
:black => Face(foreground = 0x1f2430),
:red => Face(foreground = 0xf28779),
:green => Face(foreground = 0xbae67e),
:yellow => Face(foreground = 0xffd580),
:blue => Face(foreground = 0x73d0ff),
:magenta => Face(foreground = 0xd4bfff),
:cyan => Face(foreground = 0x5ccfe6),
:white => Face(foreground = 0xcbccc6),
:bright_black => Face(foreground = 0x3d434d),
:bright_red => Face(foreground = 0xf3998d),
:bright_green => Face(foreground = 0xc4e991),
:bright_yellow => Face(foreground = 0xffdb93),
:bright_blue => Face(foreground = 0x88d7ff),
:bright_magenta => Face(foreground = 0xdac8ff),
:bright_cyan => Face(foreground = 0x74d6e9),
:bright_white => Face(foreground = 0x11131a),
:shadow => Face(foreground = 0x484f5b),
:region => Face(background = 0x2f3b54),
:emphasis => Face(foreground = 0xffcc66),
:highlight => Face(foreground = 0x3d434d, background = 0xffcc66),
:code => Face(foreground = 0xffd580),
:error => Face(foreground = 0xff3333),
:warning => Face(foreground = 0xffd580),
:success => Face(foreground = 0xbae67e),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xffd580),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xf29e74, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xd4bfff),
:julia_nothing => Face(foreground = 0xd4bfff),
:julia_type => Face(foreground = 0xffe6b3),
:julia_comment => Face(foreground = 0x484f5b),
:julia_string => Face(foreground = 0xbae67e),
:julia_string_delim => Face(foreground = 0xbae67e),
:julia_cmdstring => Face(foreground = 0xbae67e),
:julia_char => Face(foreground = 0xbae67e),
:julia_char_delim => Face(foreground = 0xbae67e),
:julia_number => Face(foreground = 0xffd580, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xd4bfff),
:julia_operator => Face(foreground = 0xffe6b3),
:julia_comparator => Face(foreground = 0xffe6b3),
:julia_assignment => Face(foreground = 0xffe6b3),
:julia_keyword => Face(foreground = 0xffa759),
:julia_error => Face(weight = :bold, foreground = 0xf28779, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x73d0ff),
:julia_rainbow_paren_2 => Face(foreground = 0xd4bfff),
:julia_rainbow_paren_3 => Face(foreground = 0xbae67e),
:julia_rainbow_paren_4 => Face(foreground = 0xdccbff),
:julia_rainbow_paren_5 => Face(foreground = 0x95e6cb),
:julia_rainbow_paren_6 => Face(foreground = 0x73d0ff),
:julia_rainbow_bracket_1 => Face(foreground = 0x73d0ff),
:julia_rainbow_bracket_2 => Face(foreground = 0xd4bfff),
:julia_rainbow_bracket_3 => Face(foreground = 0xbae67e),
:julia_rainbow_bracket_4 => Face(foreground = 0xdccbff),
:julia_rainbow_bracket_5 => Face(foreground = 0x95e6cb),
:julia_rainbow_bracket_6 => Face(foreground = 0x73d0ff),
:julia_rainbow_curly_1 => Face(foreground = 0x73d0ff),
:julia_rainbow_curly_2 => Face(foreground = 0xd4bfff),
:julia_rainbow_curly_3 => Face(foreground = 0xbae67e),
:julia_rainbow_curly_4 => Face(foreground = 0xdccbff),
:julia_rainbow_curly_5 => Face(foreground = 0x95e6cb),
:julia_rainbow_curly_6 => Face(foreground = 0x73d0ff),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x73d0ff),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xd4bfff),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xdccbff),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x96dbff),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xdecfff),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xb9e7ff),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x2a2e3a),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x2a2e3a),
:markdown_link => Face(foreground = 0xffcc66),
:markdown_list => Face(foreground = 0xf28779),
]
THEMES[:ayu_mirage] = _AYU_MIRAGE_FACES