DoomThemes.jl/src/themes/ir-black.jl

89 lines
4.3 KiB
Julia

# Autogenerated from the doom-ir-black theme
const _IR_BLACK_FACES = [
:default => Face(height = 181, weight = :regular, slant = :normal, foreground = 0xf6f3e8, background = 0x000000),
:cursor => Face(background = 0x96cbfe),
:black => Face(foreground = 0x000000),
:red => Face(foreground = 0xff6c60),
:green => Face(foreground = 0xa8ff60),
:yellow => Face(foreground = 0xffffb6),
:blue => Face(foreground = 0x96cbfe),
:magenta => Face(foreground = 0xff73fd),
:cyan => Face(foreground = 0xc6c5fe),
:white => Face(foreground = 0xf6f3e8),
:bright_black => Face(foreground = 0x1b2229),
:bright_red => Face(foreground = 0xff8277),
:bright_green => Face(foreground = 0xb5ff77),
:bright_yellow => Face(foreground = 0xffffc0),
:bright_blue => Face(foreground = 0xa5d2fe),
:bright_magenta => Face(foreground = 0xff88fd),
:bright_cyan => Face(foreground = 0xcecdfe),
:bright_white => Face(foreground = 0xdfdfdf),
:shadow => Face(foreground = 0x5b6268),
:region => Face(background = 0x353535),
:emphasis => Face(foreground = 0x96cbfe),
:highlight => Face(foreground = 0x1b2229, background = 0x96cbfe),
:code => Face(foreground = 0xffd2a7),
:error => Face(foreground = 0xff6c60),
:warning => Face(foreground = 0xffffb6),
:success => Face(foreground = 0xa8ff60),
:info => Face(),
:note => Face(),
:tip => Face(),
:julia_funcall => Face(foreground = 0xffd2a7),
:julia_identifier => Face(),
:julia_macro => Face(foreground = 0xffffff, inherit = [:markdown_admonition]),
:julia_symbol => Face(foreground = 0x99cc99),
:julia_nothing => Face(foreground = 0x99cc99),
:julia_type => Face(foreground = 0xffffb6),
:julia_comment => Face(foreground = 0x5b6268),
:julia_string => Face(foreground = 0xa8ff60),
:julia_string_delim => Face(foreground = 0xa8ff60),
:julia_cmdstring => Face(foreground = 0xa8ff60),
:julia_char => Face(foreground = 0xa8ff60),
:julia_char_delim => Face(foreground = 0xa8ff60),
:julia_number => Face(foreground = 0xff73fd, inherit = [:markdown_admonition]),
:julia_bool => Face(foreground = 0x99cc99),
:julia_operator => Face(foreground = 0xffffb6),
:julia_comparator => Face(foreground = 0xffffb6),
:julia_assignment => Face(foreground = 0xffffb6),
:julia_keyword => Face(foreground = 0x96cbfe),
:julia_error => Face(weight = :bold, foreground = 0xff6c60, inverse = true),
:julia_parenthetical => Face(inherit = [:default]),
:julia_rainbow_paren_1 => Face(foreground = 0x96cbfe),
:julia_rainbow_paren_2 => Face(foreground = 0xff73fd),
:julia_rainbow_paren_3 => Face(foreground = 0xa8ff60),
:julia_rainbow_paren_4 => Face(foreground = 0xa9a1e1),
:julia_rainbow_paren_5 => Face(foreground = 0x00a0a0),
:julia_rainbow_paren_6 => Face(foreground = 0x96cbfe),
:julia_rainbow_bracket_1 => Face(foreground = 0x96cbfe),
:julia_rainbow_bracket_2 => Face(foreground = 0xff73fd),
:julia_rainbow_bracket_3 => Face(foreground = 0xa8ff60),
:julia_rainbow_bracket_4 => Face(foreground = 0xa9a1e1),
:julia_rainbow_bracket_5 => Face(foreground = 0x00a0a0),
:julia_rainbow_bracket_6 => Face(foreground = 0x96cbfe),
:julia_rainbow_curly_1 => Face(foreground = 0x96cbfe),
:julia_rainbow_curly_2 => Face(foreground = 0xff73fd),
:julia_rainbow_curly_3 => Face(foreground = 0xa8ff60),
:julia_rainbow_curly_4 => Face(foreground = 0xa9a1e1),
:julia_rainbow_curly_5 => Face(foreground = 0x00a0a0),
:julia_rainbow_curly_6 => Face(foreground = 0x96cbfe),
:markdown_header => Face(),
:markdown_h1 => Face(height = 1.25, weight = :extrabold, foreground = 0x96cbfe),
:markdown_h2 => Face(height = 1.15, weight = :bold, foreground = 0xff73fd),
:markdown_h3 => Face(height = 1.12, weight = :bold, foreground = 0xa9a1e1),
:markdown_h4 => Face(height = 1.09, weight = :semibold, foreground = 0xb0d8fe),
:markdown_h5 => Face(height = 1.06, weight = :semibold, foreground = 0xff96fd),
:markdown_h6 => Face(height = 1.03, weight = :semibold, foreground = 0xcae4fe),
:markdown_admonition => Face(weight = :bold),
:markdown_code => Face(background = 0x2e3138),
:markdown_footnote => Face(inherit = [:nil]),
:markdown_hrule => Face(inherit = [:nil]),
:markdown_inlinecode => Face(inherit = [:markdown_code, :nil]),
:markdown_latex => Face(background = 0x2e3138),
:markdown_link => Face(foreground = 0x96cbfe),
:markdown_list => Face(foreground = 0xff6c60),
]
THEMES[:ir_black] = _IR_BLACK_FACES