DoomThemes.jl/src/themes/shades-of-purple.jl

89 lines
4.4 KiB
Julia

# Autogenerated from the doom-shades-of-purple theme
const _SHADES_OF_PURPLE_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xe3e9fa, background = 0x2d2b55),
:cursor => Face(background = 0x82aaff),
:black => Face(foreground = 0x2d2b55),
:red => Face(foreground = 0xff000d),
:green => Face(foreground = 0x3ad900),
:yellow => Face(foreground = 0xfad000),
:blue => Face(foreground = 0x82aaff),
:magenta => Face(foreground = 0xff9d00),
:cyan => Face(foreground = 0xff628c),
:white => Face(foreground = 0xe3e9fa),
:bright_black => Face(foreground = 0x161a2a),
:bright_red => Face(foreground = 0xff2631),
:bright_green => Face(foreground = 0x57de26),
:bright_yellow => Face(foreground = 0xfad726),
:bright_blue => Face(foreground = 0x94b6ff),
:bright_magenta => Face(foreground = 0xffab26),
:bright_cyan => Face(foreground = 0xff799d),
:bright_white => Face(foreground = 0xb4c2f0),
:shadow => Face(foreground = 0x444a73),
:region => Face(background = 0xb362ff),
:emphasis => Face(foreground = 0x82aaff),
:highlight => Face(foreground = 0x161a2a, background = 0x82aaff),
:code => Face(foreground = 0xfad726),
:error => Face(foreground = 0xff000d),
:warning => Face(foreground = 0xfad000),
:success => Face(foreground = 0x3ad900),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xfad726),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xff9d00, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0xfb94ff),
:julia_nothing => Face(foreground = 0xfb94ff),
:julia_type => Face(foreground = 0x3ad900),
:julia_comment => Face(foreground = 0xb362ff),
:julia_string => Face(foreground = 0xa5ff90),
:julia_string_delim => Face(foreground = 0xa5ff90),
:julia_cmdstring => Face(foreground = 0xa5ff90),
:julia_char => Face(foreground = 0xa5ff90),
:julia_char_delim => Face(foreground = 0xa5ff90),
:julia_number => Face(foreground = 0xff9d00, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0xfb94ff),
:julia_operator => Face(foreground = 0x3ad900),
:julia_comparator => Face(foreground = 0x3ad900),
:julia_assignment => Face(foreground = 0x3ad900),
:julia_keyword => Face(foreground = 0xff9d00),
:julia_error => Face(weight = :bold, foreground = 0xff000d, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0xff9d00),
:julia_rainbow_paren_2 => Face(foreground = 0xff9d00),
:julia_rainbow_paren_3 => Face(foreground = 0xff98a4),
:julia_rainbow_paren_4 => Face(foreground = 0xff628c),
:julia_rainbow_paren_5 => Face(foreground = 0xf989d3),
:julia_rainbow_paren_6 => Face(foreground = 0xfad000),
:julia_rainbow_bracket_1 => Face(foreground = 0xff9d00),
:julia_rainbow_bracket_2 => Face(foreground = 0xff9d00),
:julia_rainbow_bracket_3 => Face(foreground = 0xff98a4),
:julia_rainbow_bracket_4 => Face(foreground = 0xff628c),
:julia_rainbow_bracket_5 => Face(foreground = 0xf989d3),
:julia_rainbow_bracket_6 => Face(foreground = 0xfad000),
:julia_rainbow_curly_1 => Face(foreground = 0xff9d00),
:julia_rainbow_curly_2 => Face(foreground = 0xff9d00),
:julia_rainbow_curly_3 => Face(foreground = 0xff98a4),
:julia_rainbow_curly_4 => Face(foreground = 0xff628c),
:julia_rainbow_curly_5 => Face(foreground = 0xf989d3),
:julia_rainbow_curly_6 => Face(foreground = 0xfad000),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x50c4fa),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0x9effff),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xff98a4),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0x82aaff),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xff9d00),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xff000d),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x222436),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x222436),
:markdown_link => Face(foreground = 0x82aaff),
:markdown_list => Face(foreground = 0xff000d),
]
THEMES[:shades_of_purple] = _SHADES_OF_PURPLE_FACES