DoomThemes.jl/src/themes/solarized-dark.jl

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-solarized-dark theme
const _SOLARIZED_DARK_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0x839496, background = 0x002b36),
:cursor => Face(background = 0x268bd2),
:black => Face(foreground = 0x002b36),
:red => Face(foreground = 0xdc322f),
:green => Face(foreground = 0x859900),
:yellow => Face(foreground = 0xb58900),
:blue => Face(foreground = 0x268bd2),
:magenta => Face(foreground = 0xd33682),
:cyan => Face(foreground = 0x2aa198),
:white => Face(foreground = 0x839496),
:bright_black => Face(foreground = 0x073642),
:bright_red => Face(foreground = 0xe1504e),
:bright_green => Face(foreground = 0x97a826),
:bright_yellow => Face(foreground = 0xc09a26),
:bright_blue => Face(foreground = 0x469cd8),
:bright_magenta => Face(foreground = 0xd95494),
:bright_cyan => Face(foreground = 0x49afa7),
:bright_white => Face(foreground = 0x626c6c),
:shadow => Face(foreground = 0x405a61),
:region => Face(background = 0x073642),
:emphasis => Face(foreground = 0x268bd2),
:highlight => Face(foreground = 0x073642, background = 0x268bd2),
:code => Face(foreground = 0x268bd2),
:error => Face(foreground = 0xdc322f),
:warning => Face(foreground = 0xb58900),
:success => Face(foreground = 0x859900),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x268bd2),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xcb4b16, inherit = [:markdown_admonition]),
:julia_symbol => Face(weight = :bold, foreground = 0xd33682),
:julia_nothing => Face(weight = :bold, foreground = 0xd33682),
:julia_type => Face(foreground = 0xb58900),
:julia_comment => Face(foreground = 0x405a61),
:julia_string => Face(foreground = 0x2aa198),
:julia_string_delim => Face(foreground = 0x2aa198),
:julia_cmdstring => Face(foreground = 0x2aa198),
:julia_char => Face(foreground = 0x2aa198),
:julia_char_delim => Face(foreground = 0x2aa198),
:julia_number => Face(foreground = 0xd33682, inherit = [:markdown_admonition]),
:julia_bool => Face(weight = :bold, foreground = 0xd33682),
:julia_operator => Face(foreground = 0xb58900),
:julia_comparator => Face(foreground = 0xb58900),
:julia_assignment => Face(foreground = 0xb58900),
:julia_keyword => Face(weight = :bold, foreground = 0x859900),
:julia_error => Face(weight = :bold, foreground = 0xdc322f, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x268bd2),
:julia_rainbow_paren_2 => Face(foreground = 0xd33682),
:julia_rainbow_paren_3 => Face(foreground = 0x859900),
:julia_rainbow_paren_4 => Face(foreground = 0x6c71c4),
:julia_rainbow_paren_5 => Face(foreground = 0x35a69c),
:julia_rainbow_paren_6 => Face(foreground = 0x268bd2),
:julia_rainbow_bracket_1 => Face(foreground = 0x268bd2),
:julia_rainbow_bracket_2 => Face(foreground = 0xd33682),
:julia_rainbow_bracket_3 => Face(foreground = 0x859900),
:julia_rainbow_bracket_4 => Face(foreground = 0x6c71c4),
:julia_rainbow_bracket_5 => Face(foreground = 0x35a69c),
:julia_rainbow_bracket_6 => Face(foreground = 0x268bd2),
:julia_rainbow_curly_1 => Face(foreground = 0x268bd2),
:julia_rainbow_curly_2 => Face(foreground = 0xd33682),
:julia_rainbow_curly_3 => Face(foreground = 0x859900),
:julia_rainbow_curly_4 => Face(foreground = 0x6c71c4),
:julia_rainbow_curly_5 => Face(foreground = 0x35a69c),
:julia_rainbow_curly_6 => Face(foreground = 0x268bd2),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x268bd2),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x859900),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x35a69c),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x1e6fa8),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0x6a7a00),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0x2a847c),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x13383c),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x13383c),
:markdown_link => Face(foreground = 0x268bd2),
:markdown_list => Face(foreground = 0xdc322f),
]
THEMES[:solarized_dark] = _SOLARIZED_DARK_FACES