DoomThemes.jl/src/themes/rouge.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-rouge theme
const _ROUGE_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xfafff6, background = 0x172030),
:cursor => Face(background = 0xb16e75),
:black => Face(foreground = 0x172030),
:red => Face(foreground = 0xc6797e),
:green => Face(foreground = 0xa3b09a),
:yellow => Face(foreground = 0xf7e3af),
:blue => Face(foreground = 0x6e94b9),
:magenta => Face(foreground = 0xb18bb1),
:cyan => Face(foreground = 0x88c0d0),
:white => Face(foreground = 0xfafff6),
:bright_black => Face(foreground = 0x070a0e),
:bright_red => Face(foreground = 0xce8d91),
:bright_green => Face(foreground = 0xb0bba9),
:bright_yellow => Face(foreground = 0xf8e7bb),
:bright_blue => Face(foreground = 0x83a4c3),
:bright_magenta => Face(foreground = 0xbc9cbc),
:bright_cyan => Face(foreground = 0x99c9d7),
:bright_white => Face(foreground = 0xf0f4fc),
:shadow => Face(foreground = 0x64727d),
:region => Face(background = 0x5d636e),
:emphasis => Face(foreground = 0xb16e75),
:highlight => Face(foreground = 0x070a0e, background = 0xb16e75),
:code => Face(foreground = 0xf9b5ac),
:error => Face(foreground = 0xc6797e),
:warning => Face(foreground = 0xf7e3af),
:success => Face(foreground = 0xa3b09a),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xf9b5ac),
:julia_identifier => Face(),
:julia_macro => Face(slant = :italic, foreground = 0xb18bb1),
:julia_symbol => Face(foreground = 0xc6797e),
:julia_nothing => Face(foreground = 0xc6797e),
:julia_type => Face(foreground = 0xc6797e),
:julia_comment => Face(slant = :italic, foreground = 0x64727d),
:julia_string => Face(foreground = 0xa3b09a),
:julia_string_delim => Face(foreground = 0xa3b09a),
:julia_cmdstring => Face(foreground = 0xa3b09a),
:julia_char => Face(foreground = 0xa3b09a),
:julia_char_delim => Face(foreground = 0xa3b09a),
:julia_number => Face(foreground = 0xeabe9a, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xc6797e),
:julia_operator => Face(foreground = 0xc6797e),
:julia_comparator => Face(foreground = 0xc6797e),
:julia_assignment => Face(foreground = 0xc6797e),
:julia_keyword => Face(slant = :italic, foreground = 0xb18bb1),
:julia_error => Face(weight = :bold, foreground = 0xc6797e, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x6e94b9),
:julia_rainbow_paren_2 => Face(foreground = 0xb18bb1),
:julia_rainbow_paren_3 => Face(foreground = 0xa3b09a),
:julia_rainbow_paren_4 => Face(foreground = 0x5d80ae),
:julia_rainbow_paren_5 => Face(foreground = 0x7ea9a9),
:julia_rainbow_paren_6 => Face(foreground = 0x6e94b9),
:julia_rainbow_bracket_1 => Face(foreground = 0x6e94b9),
:julia_rainbow_bracket_2 => Face(foreground = 0xb18bb1),
:julia_rainbow_bracket_3 => Face(foreground = 0xa3b09a),
:julia_rainbow_bracket_4 => Face(foreground = 0x5d80ae),
:julia_rainbow_bracket_5 => Face(foreground = 0x7ea9a9),
:julia_rainbow_bracket_6 => Face(foreground = 0x6e94b9),
:julia_rainbow_curly_1 => Face(foreground = 0x6e94b9),
:julia_rainbow_curly_2 => Face(foreground = 0xb18bb1),
:julia_rainbow_curly_3 => Face(foreground = 0xa3b09a),
:julia_rainbow_curly_4 => Face(foreground = 0x5d80ae),
:julia_rainbow_curly_5 => Face(foreground = 0x7ea9a9),
:julia_rainbow_curly_6 => Face(foreground = 0x6e94b9),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x6e94b9),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xb18bb1),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0x5d80ae),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x92aeca),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xc4a8c4),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xb6c9dc),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x2a3448),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x2a3448),
:markdown_link => Face(foreground = 0xb16e75),
:markdown_list => Face(foreground = 0xc6797e),
]
THEMES[:rouge] = _ROUGE_FACES