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

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-material-dark theme
const _MATERIAL_DARK_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xeeffff, background = 0x212121),
:cursor => Face(background = 0xffcb6b),
:black => Face(foreground = 0x212121),
:red => Face(foreground = 0xf57373),
:green => Face(foreground = 0xc3e88d),
:yellow => Face(foreground = 0xffcb6b),
:blue => Face(foreground = 0x82aaff),
:magenta => Face(foreground = 0xc792ea),
:cyan => Face(foreground = 0x89ddff),
:white => Face(foreground = 0xeeffff),
:bright_black => Face(foreground = 0x171f24),
:bright_red => Face(foreground = 0xf68888),
:bright_green => Face(foreground = 0xcbeb9e),
:bright_yellow => Face(foreground = 0xffd281),
:bright_blue => Face(foreground = 0x94b6ff),
:bright_magenta => Face(foreground = 0xcfa2ed),
:bright_cyan => Face(foreground = 0x9ae2ff),
:bright_white => Face(foreground = 0xa8a8a8),
:shadow => Face(foreground = 0x585858),
:region => Face(foreground = 0x80cbc4, background = 0x406562),
:emphasis => Face(foreground = 0xc792ea),
:highlight => Face(foreground = 0x171f24, background = 0xc792ea),
:code => Face(foreground = 0x82aaff),
:error => Face(foreground = 0xf57373),
:warning => Face(foreground = 0xffcb6b),
:success => Face(foreground = 0xc3e88d),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0x82aaff),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0x89ddff, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xf78c6c),
:julia_nothing => Face(foreground = 0xf78c6c),
:julia_type => Face(foreground = 0xc792ea),
:julia_comment => Face(foreground = 0x626262),
:julia_string => Face(foreground = 0xc3e88d),
:julia_string_delim => Face(foreground = 0xc3e88d),
:julia_cmdstring => Face(foreground = 0xc3e88d),
:julia_char => Face(foreground = 0xc3e88d),
:julia_char_delim => Face(foreground = 0xc3e88d),
:julia_number => Face(foreground = 0xf78c6c, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xf78c6c),
:julia_operator => Face(foreground = 0xc792ea),
:julia_comparator => Face(foreground = 0xc792ea),
:julia_assignment => Face(foreground = 0xc792ea),
:julia_keyword => Face(foreground = 0x89ddff),
:julia_error => Face(weight = :bold, foreground = 0xf57373, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xc792ea),
:julia_rainbow_paren_2 => Face(foreground = 0xf78c6c),
:julia_rainbow_paren_3 => Face(foreground = 0xc3e88d),
:julia_rainbow_paren_4 => Face(foreground = 0x89ddff),
:julia_rainbow_paren_5 => Face(foreground = 0xbb80b3),
:julia_rainbow_paren_6 => Face(foreground = 0xffcb6b),
:julia_rainbow_bracket_1 => Face(foreground = 0xc792ea),
:julia_rainbow_bracket_2 => Face(foreground = 0xf78c6c),
:julia_rainbow_bracket_3 => Face(foreground = 0xc3e88d),
:julia_rainbow_bracket_4 => Face(foreground = 0x89ddff),
:julia_rainbow_bracket_5 => Face(foreground = 0xbb80b3),
:julia_rainbow_bracket_6 => Face(foreground = 0xffcb6b),
:julia_rainbow_curly_1 => Face(foreground = 0xc792ea),
:julia_rainbow_curly_2 => Face(foreground = 0xf78c6c),
:julia_rainbow_curly_3 => Face(foreground = 0xc3e88d),
:julia_rainbow_curly_4 => Face(foreground = 0x89ddff),
:julia_rainbow_curly_5 => Face(foreground = 0xbb80b3),
:julia_rainbow_curly_6 => Face(foreground = 0xffcb6b),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x82aaff),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xc792ea),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xbb80b3),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xa1bfff),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xd5adef),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xc0d4ff),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x3a3a3a),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x3a3a3a),
:markdown_link => Face(foreground = 0xc792ea),
:markdown_list => Face(foreground = 0xf57373),
]
THEMES[:material_dark] = _MATERIAL_DARK_FACES