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

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-acario-light theme
const _ACARIO_LIGHT_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0x0f1019, background = 0xf5f5f9),
:cursor => Face(background = 0x009b7c),
:black => Face(foreground = 0xf5f5f9),
:red => Face(foreground = 0xd70000),
:green => Face(foreground = 0x005f00),
:yellow => Face(foreground = 0xaf8700),
:blue => Face(foreground = 0x1f55a0),
:magenta => Face(foreground = 0xaf005f),
:cyan => Face(foreground = 0x007687),
:white => Face(foreground = 0x0f1019),
:bright_black => Face(foreground = 0xd0d0e3),
:bright_red => Face(foreground = 0xdd2626),
:bright_green => Face(foreground = 0x267726),
:bright_yellow => Face(foreground = 0xbb9926),
:bright_blue => Face(foreground = 0x406eae),
:bright_magenta => Face(foreground = 0xbb2677),
:bright_cyan => Face(foreground = 0x268a99),
:bright_white => Face(foreground = 0x1e1e33),
:shadow => Face(foreground = 0x4e4e4e),
:region => Face(background = 0xc0ccd0),
:emphasis => Face(foreground = 0x009b7c),
:highlight => Face(foreground = 0xd0d0e3, background = 0x009b7c),
:code => Face(foreground = 0xaf8700),
:error => Face(foreground = 0xd70000),
:warning => Face(foreground = 0xd75f00),
:success => Face(foreground = 0x005f00),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xaf8700),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x1f55a0, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xaf005f),
:julia_nothing => Face(foreground = 0xaf005f),
:julia_type => Face(foreground = 0x1f55a0),
:julia_comment => Face(slant = :italic, foreground = 0x4e4e4e),
:julia_string => Face(foreground = 0x005f00),
:julia_string_delim => Face(foreground = 0x005f00),
:julia_cmdstring => Face(foreground = 0x005f00),
:julia_char => Face(foreground = 0x005f00),
:julia_char_delim => Face(foreground = 0x005f00),
:julia_number => Face(foreground = 0xd75f00, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xaf005f),
:julia_operator => Face(foreground = 0x1f55a0),
:julia_comparator => Face(foreground = 0x1f55a0),
:julia_assignment => Face(foreground = 0x1f55a0),
:julia_keyword => Face(foreground = 0xd70000),
:julia_error => Face(weight = :bold, foreground = 0xd70000, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x1f55a0),
:julia_rainbow_paren_2 => Face(foreground = 0xaf005f),
:julia_rainbow_paren_3 => Face(foreground = 0x005f00),
:julia_rainbow_paren_4 => Face(foreground = 0x8700af),
:julia_rainbow_paren_5 => Face(foreground = 0x009b7c),
:julia_rainbow_paren_6 => Face(foreground = 0x1f55a0),
:julia_rainbow_bracket_1 => Face(foreground = 0x1f55a0),
:julia_rainbow_bracket_2 => Face(foreground = 0xaf005f),
:julia_rainbow_bracket_3 => Face(foreground = 0x005f00),
:julia_rainbow_bracket_4 => Face(foreground = 0x8700af),
:julia_rainbow_bracket_5 => Face(foreground = 0x009b7c),
:julia_rainbow_bracket_6 => Face(foreground = 0x1f55a0),
:julia_rainbow_curly_1 => Face(foreground = 0x1f55a0),
:julia_rainbow_curly_2 => Face(foreground = 0xaf005f),
:julia_rainbow_curly_3 => Face(foreground = 0x005f00),
:julia_rainbow_curly_4 => Face(foreground = 0x8700af),
:julia_rainbow_curly_5 => Face(foreground = 0x009b7c),
:julia_rainbow_curly_6 => Face(foreground = 0x1f55a0),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x1f55a0),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xaf005f),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x8700af),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x577fb7),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xc33f87),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x8faacf),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0xa2aab3),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0xa2aab3),
:markdown_link => Face(foreground = 0x009b7c),
:markdown_list => Face(foreground = 0xd70000),
]
THEMES[:acario_light] = _ACARIO_LIGHT_FACES