DoomThemes.jl/src/themes/zenburn.jl

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-zenburn theme
const _ZENBURN_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xdcdcdc, background = 0x3f3f3f),
:cursor => Face(foreground = 0xdcdcdc, background = 0xffffef),
:black => Face(foreground = 0x3f3f3f),
:red => Face(foreground = 0xcc9393),
:green => Face(foreground = 0x7f9f7f),
:yellow => Face(foreground = 0xf0dfaf),
:blue => Face(foreground = 0x8cd0d3),
:magenta => Face(foreground = 0xdc8cc3),
:cyan => Face(foreground = 0x93e0e3),
:white => Face(foreground = 0xdcdcdc),
:bright_black => Face(foreground = 0x000000),
:bright_red => Face(foreground = 0xd3a3a3),
:bright_green => Face(foreground = 0x92ad92),
:bright_yellow => Face(foreground = 0xf2e3bb),
:bright_blue => Face(foreground = 0x9dd7d9),
:bright_magenta => Face(foreground = 0xe19dcb),
:bright_cyan => Face(foreground = 0xa3e4e7),
:bright_white => Face(foreground = 0xffffef),
:shadow => Face(foreground = 0x4f4f4f),
:region => Face(background = 0x2b2b2b),
:emphasis => Face(foreground = 0x8cd0d3),
:highlight => Face(background = 0x494949),
:code => Face(foreground = 0x93e0e3),
:error => Face(foreground = 0xcc9393),
:warning => Face(weight = :bold, foreground = 0xdfaf8f),
:success => Face(weight = :bold, foreground = 0x7f9f7f),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x93e0e3),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x8cd0d3, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xbfebbf),
:julia_nothing => Face(foreground = 0xbfebbf),
:julia_type => Face(foreground = 0x7cb8bb),
:julia_comment => Face(foreground = 0x7f9f7f),
:julia_string => Face(foreground = 0xcc9393),
:julia_string_delim => Face(foreground = 0xcc9393),
:julia_cmdstring => Face(foreground = 0xcc9393),
:julia_char => Face(foreground = 0xcc9393),
:julia_char_delim => Face(foreground = 0xcc9393),
:julia_number => Face(foreground = 0xdcdcdc, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xbfebbf),
:julia_operator => Face(foreground = 0x7cb8bb),
:julia_comparator => Face(foreground = 0x7cb8bb),
:julia_assignment => Face(foreground = 0x7cb8bb),
:julia_keyword => Face(weight = :bold, foreground = 0xf0dfaf),
:julia_error => Face(weight = :bold, foreground = 0xcc9393, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x8cd0d3),
:julia_rainbow_paren_2 => Face(foreground = 0xdc8cc3),
:julia_rainbow_paren_3 => Face(foreground = 0x7f9f7f),
:julia_rainbow_paren_4 => Face(foreground = 0xa9a1e1),
:julia_rainbow_paren_5 => Face(foreground = 0x4db5bd),
:julia_rainbow_paren_6 => Face(foreground = 0x8cd0d3),
:julia_rainbow_bracket_1 => Face(foreground = 0x8cd0d3),
:julia_rainbow_bracket_2 => Face(foreground = 0xdc8cc3),
:julia_rainbow_bracket_3 => Face(foreground = 0x7f9f7f),
:julia_rainbow_bracket_4 => Face(foreground = 0xa9a1e1),
:julia_rainbow_bracket_5 => Face(foreground = 0x4db5bd),
:julia_rainbow_bracket_6 => Face(foreground = 0x8cd0d3),
:julia_rainbow_curly_1 => Face(foreground = 0x8cd0d3),
:julia_rainbow_curly_2 => Face(foreground = 0xdc8cc3),
:julia_rainbow_curly_3 => Face(foreground = 0x7f9f7f),
:julia_rainbow_curly_4 => Face(foreground = 0xa9a1e1),
:julia_rainbow_curly_5 => Face(foreground = 0x4db5bd),
:julia_rainbow_curly_6 => Face(foreground = 0x8cd0d3),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0xdfaf8f),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xbfebbf),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x7cb8bb),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xd0bf8f),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x93e0e3),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x9fc59f),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x414141),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x414141),
:markdown_link => Face(foreground = 0x8cd0d3),
:markdown_list => Face(foreground = 0xcc9393),
]
THEMES[:zenburn] = _ZENBURN_FACES