DoomThemes.jl/src/themes/ephemeral.jl

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-ephemeral theme
const _EPHEMERAL_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xf8f8f2, background = 0x323f4e),
:cursor => Face(background = 0x87dfeb),
:black => Face(foreground = 0x323f4e),
:red => Face(foreground = 0xf48fb1),
:green => Face(foreground = 0x53e2ae),
:yellow => Face(foreground = 0xf1fa8c),
:blue => Face(foreground = 0x92b6f4),
:magenta => Face(foreground = 0xbd99ff),
:cyan => Face(foreground = 0x79e6f3),
:white => Face(foreground = 0xf8f8f2),
:bright_black => Face(foreground = 0x181e26),
:bright_red => Face(foreground = 0xf59fbc),
:bright_green => Face(foreground = 0x6ce6ba),
:bright_yellow => Face(foreground = 0xf3fa9d),
:bright_blue => Face(foreground = 0xa2c0f5),
:bright_magenta => Face(foreground = 0xc6a8ff),
:bright_cyan => Face(foreground = 0x8de9f4),
:bright_white => Face(foreground = 0xebedef),
:shadow => Face(foreground = 0x505d6f),
:region => Face(background = 0x1e262d),
:emphasis => Face(foreground = 0x87dfeb),
:highlight => Face(foreground = 0x181e26, background = 0x87dfeb),
:code => Face(foreground = 0x87dfeb),
:error => Face(foreground = 0xf2a272),
:warning => Face(foreground = 0xf1fa8c),
:success => Face(foreground = 0x53e2ae),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x87dfeb),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x92b6f4, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x985eff),
:julia_nothing => Face(foreground = 0x985eff),
:julia_type => Face(foreground = 0x79e6f3),
:julia_comment => Face(foreground = 0x56687e, inherit = [:markdown_admonition]),
:julia_string => Face(foreground = 0xf48fb1),
:julia_string_delim => Face(foreground = 0xf48fb1),
:julia_cmdstring => Face(foreground = 0xf48fb1),
:julia_char => Face(foreground = 0xf48fb1),
:julia_char_delim => Face(foreground = 0xf48fb1),
:julia_number => Face(foreground = 0x53e2ae, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x985eff),
:julia_operator => Face(foreground = 0x79e6f3),
:julia_comparator => Face(foreground = 0x79e6f3),
:julia_assignment => Face(foreground = 0x79e6f3),
:julia_keyword => Face(foreground = 0xf1fa8c, inherit = [:markdown_admonition]),
:julia_error => Face(weight = :bold, foreground = 0xf48fb1, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x92b6f4),
:julia_rainbow_paren_2 => Face(foreground = 0xbd99ff),
:julia_rainbow_paren_3 => Face(foreground = 0x53e2ae),
:julia_rainbow_paren_4 => Face(foreground = 0x8897f4),
:julia_rainbow_paren_5 => Face(foreground = 0xa1efd3),
:julia_rainbow_paren_6 => Face(foreground = 0x92b6f4),
:julia_rainbow_bracket_1 => Face(foreground = 0x92b6f4),
:julia_rainbow_bracket_2 => Face(foreground = 0xbd99ff),
:julia_rainbow_bracket_3 => Face(foreground = 0x53e2ae),
:julia_rainbow_bracket_4 => Face(foreground = 0x8897f4),
:julia_rainbow_bracket_5 => Face(foreground = 0xa1efd3),
:julia_rainbow_bracket_6 => Face(foreground = 0x92b6f4),
:julia_rainbow_curly_1 => Face(foreground = 0x92b6f4),
:julia_rainbow_curly_2 => Face(foreground = 0xbd99ff),
:julia_rainbow_curly_3 => Face(foreground = 0x53e2ae),
:julia_rainbow_curly_4 => Face(foreground = 0x8897f4),
:julia_rainbow_curly_5 => Face(foreground = 0xa1efd3),
:julia_rainbow_curly_6 => Face(foreground = 0x92b6f4),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x87dfeb),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x8897f4),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x92b6f4),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xf48fb1),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xc574dd),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x56687e),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(foreground = 0xa1efd3, background = 0x1e262d),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(foreground = 0xa1efd3, background = 0x1e262d),
:markdown_link => Face(foreground = 0xa1efd3),
:markdown_list => Face(foreground = 0xf48fb1),
]
THEMES[:ephemeral] = _EPHEMERAL_FACES