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

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-ayu-light theme
const _AYU_LIGHT_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0x575f66, background = 0xfafafa),
:cursor => Face(background = 0xff9940),
:black => Face(foreground = 0xfafafa),
:red => Face(foreground = 0xf07171),
:green => Face(foreground = 0x86b300),
:yellow => Face(foreground = 0xf2ae49),
:blue => Face(foreground = 0x399ee6),
:magenta => Face(foreground = 0xa37acc),
:cyan => Face(foreground = 0x55b4d4),
:white => Face(foreground = 0x575f66),
:bright_black => Face(foreground = 0xd9c2c6),
:bright_red => Face(foreground = 0xf28686),
:bright_green => Face(foreground = 0x98be26),
:bright_yellow => Face(foreground = 0xf3ba64),
:bright_blue => Face(foreground = 0x56ace9),
:bright_magenta => Face(foreground = 0xb08dd3),
:bright_cyan => Face(foreground = 0x6ebfda),
:bright_white => Face(foreground = 0xfcfcfc),
:shadow => Face(foreground = 0xede3e5),
:region => Face(background = 0xbce1f3),
:emphasis => Face(foreground = 0xff9940),
:highlight => Face(foreground = 0xd9c2c6, background = 0xff9940),
:code => Face(foreground = 0xf2ae49),
:error => Face(foreground = 0xf51818),
:warning => Face(foreground = 0xf2ae49),
:success => Face(foreground = 0x86b300),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xf2ae49),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xed9366, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xa37acc),
:julia_nothing => Face(foreground = 0xa37acc),
:julia_type => Face(foreground = 0xe6ba7e),
:julia_comment => Face(foreground = 0xc4c7c9),
:julia_string => Face(foreground = 0x86b300),
:julia_string_delim => Face(foreground = 0x86b300),
:julia_cmdstring => Face(foreground = 0x86b300),
:julia_char => Face(foreground = 0x86b300),
:julia_char_delim => Face(foreground = 0x86b300),
:julia_number => Face(weight = :normal, foreground = 0xf2ae49),
:julia_bool => Face(foreground = 0xa37acc),
:julia_operator => Face(foreground = 0xe6ba7e),
:julia_comparator => Face(foreground = 0xe6ba7e),
:julia_assignment => Face(foreground = 0xe6ba7e),
:julia_keyword => Face(foreground = 0xfa8d3e),
:julia_error => Face(weight = :bold, foreground = 0xf07171, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x399ee6),
:julia_rainbow_paren_2 => Face(foreground = 0xa37acc),
:julia_rainbow_paren_3 => Face(foreground = 0x86b300),
:julia_rainbow_paren_4 => Face(foreground = 0xb594d6),
:julia_rainbow_paren_5 => Face(foreground = 0x4cbf99),
:julia_rainbow_paren_6 => Face(foreground = 0x399ee6),
:julia_rainbow_bracket_1 => Face(foreground = 0x399ee6),
:julia_rainbow_bracket_2 => Face(foreground = 0xa37acc),
:julia_rainbow_bracket_3 => Face(foreground = 0x86b300),
:julia_rainbow_bracket_4 => Face(foreground = 0xb594d6),
:julia_rainbow_bracket_5 => Face(foreground = 0x4cbf99),
:julia_rainbow_bracket_6 => Face(foreground = 0x399ee6),
:julia_rainbow_curly_1 => Face(foreground = 0x399ee6),
:julia_rainbow_curly_2 => Face(foreground = 0xa37acc),
:julia_rainbow_curly_3 => Face(foreground = 0x86b300),
:julia_rainbow_curly_4 => Face(foreground = 0xb594d6),
:julia_rainbow_curly_5 => Face(foreground = 0x4cbf99),
:julia_rainbow_curly_6 => Face(foreground = 0x399ee6),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x399ee6),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xa37acc),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xb594d6),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x6ab6ec),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xba9bd8),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x9ccef2),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0xfafafa),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0xfafafa),
:markdown_link => Face(foreground = 0xff9940),
:markdown_list => Face(foreground = 0xf07171),
]
THEMES[:ayu_light] = _AYU_LIGHT_FACES