DoomThemes.jl/src/themes/city-lights.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-city-lights theme
const _CITY_LIGHTS_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xa0b3c5, background = 0x1d252c),
:cursor => Face(background = 0x5ec4ff),
:black => Face(foreground = 0x1d252c),
:red => Face(foreground = 0xd95468),
:green => Face(foreground = 0x8bd49c),
:yellow => Face(foreground = 0xebbf83),
:blue => Face(foreground = 0x5ec4ff),
:magenta => Face(foreground = 0xe27e8d),
:cyan => Face(foreground = 0x70e1e8),
:white => Face(foreground = 0xa0b3c5),
:bright_black => Face(foreground = 0x10151c),
:bright_red => Face(foreground = 0xde6d7e),
:bright_green => Face(foreground = 0x9cdaaa),
:bright_yellow => Face(foreground = 0xedc895),
:bright_blue => Face(foreground = 0x76ccff),
:bright_magenta => Face(foreground = 0xe6919e),
:bright_cyan => Face(foreground = 0x85e5eb),
:bright_white => Face(foreground = 0x9caabb),
:shadow => Face(foreground = 0x56697a),
:region => Face(background = 0x28323b),
:emphasis => Face(foreground = 0x5ec4ff),
:highlight => Face(foreground = 0x10151c, background = 0x5ec4ff),
:code => Face(foreground = 0x33ced8),
:error => Face(foreground = 0xd95468),
:warning => Face(foreground = 0xebbf83),
:success => Face(foreground = 0x8bd49c),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x33ced8),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x5ec4ff, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xe27e8d),
:julia_nothing => Face(foreground = 0xe27e8d),
:julia_type => Face(foreground = 0xebbf83),
:julia_comment => Face(foreground = 0x41505e),
:julia_string => Face(foreground = 0x539afc),
:julia_string_delim => Face(foreground = 0x539afc),
:julia_cmdstring => Face(foreground = 0x539afc),
:julia_char => Face(foreground = 0x539afc),
:julia_char_delim => Face(foreground = 0x539afc),
:julia_number => Face(foreground = 0xe27e8d, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xe27e8d),
:julia_operator => Face(foreground = 0xebbf83),
:julia_comparator => Face(foreground = 0xebbf83),
:julia_assignment => Face(foreground = 0xebbf83),
:julia_keyword => Face(foreground = 0x5ec4ff),
:julia_error => Face(weight = :bold, foreground = 0xd95468, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x5ec4ff),
:julia_rainbow_paren_2 => Face(foreground = 0xe27e8d),
:julia_rainbow_paren_3 => Face(foreground = 0x8bd49c),
:julia_rainbow_paren_4 => Face(foreground = 0xb62d65),
:julia_rainbow_paren_5 => Face(foreground = 0x33ced8),
:julia_rainbow_paren_6 => Face(foreground = 0x5ec4ff),
:julia_rainbow_bracket_1 => Face(foreground = 0x5ec4ff),
:julia_rainbow_bracket_2 => Face(foreground = 0xe27e8d),
:julia_rainbow_bracket_3 => Face(foreground = 0x8bd49c),
:julia_rainbow_bracket_4 => Face(foreground = 0xb62d65),
:julia_rainbow_bracket_5 => Face(foreground = 0x33ced8),
:julia_rainbow_bracket_6 => Face(foreground = 0x5ec4ff),
:julia_rainbow_curly_1 => Face(foreground = 0x5ec4ff),
:julia_rainbow_curly_2 => Face(foreground = 0xe27e8d),
:julia_rainbow_curly_3 => Face(foreground = 0x8bd49c),
:julia_rainbow_curly_4 => Face(foreground = 0xb62d65),
:julia_rainbow_curly_5 => Face(foreground = 0x33ced8),
:julia_rainbow_curly_6 => Face(foreground = 0x5ec4ff),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x5ec4ff),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x8bd49c),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x33ced8),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x4b9ccc),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x6fa97c),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x28a4ac),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x28323b),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x28323b),
:markdown_link => Face(foreground = 0x5ec4ff),
:markdown_list => Face(foreground = 0xd95468),
]
THEMES[:city_lights] = _CITY_LIGHTS_FACES