Everforest

+76 -52
config/alacritty/alacritty.toml
···
hide_when_typing = true
[colors.primary]
-
background = "#1e1e2e"
-
foreground = "#cdd6f4"
-
dim_foreground = "#7f849c"
-
bright_foreground = "#cdd6f4"
+
background = "#272e33"
+
foreground = "#d3c6aa"
-
[colors.cursor]
-
text = "#1e1e2e"
-
cursor = "#f5e0dc"
+
[colors.normal]
+
black = "#414b50"
+
red = "#e67e80"
+
green = "#a7c080"
+
yellow = "#dbbc7f"
+
blue = "#7fbbb3"
+
magenta = "#d699b6"
+
cyan = "#83c092"
+
white = "#d3c6aa"
-
[colors.vi_mode_cursor]
-
text = "#1e1e2e"
-
cursor = "#b4befe"
+
[colors.bright]
+
black = "#475258"
+
red = "#e67e80"
+
green = "#a7c080"
+
yellow = "#dbbc7f"
+
blue = "#7fbbb3"
+
magenta = "#d699b6"
+
cyan = "#83c092"
+
white = "#d3c6aa"
-
[colors.search.matches]
-
foreground = "#1e1e2e"
-
background = "#a6adc8"
+
#[colors.primary]
+
#background = "#1e1e2e"
+
#foreground = "#cdd6f4"
+
#dim_foreground = "#7f849c"
+
#bright_foreground = "#cdd6f4"
-
[colors.search.focused_match]
-
foreground = "#1e1e2e"
-
background = "#a6e3a1"
+
#[colors.cursor]
+
#text = "#1e1e2e"
+
#cursor = "#f5e0dc"
-
[colors.footer_bar]
-
foreground = "#1e1e2e"
-
background = "#a6adc8"
+
#[colors.vi_mode_cursor]
+
#text = "#1e1e2e"
+
#cursor = "#b4befe"
-
[colors.hints.start]
-
foreground = "#1e1e2e"
-
background = "#f9e2af"
+
#[colors.search.matches]
+
#foreground = "#1e1e2e"
+
#background = "#a6adc8"
-
[colors.hints.end]
-
foreground = "#1e1e2e"
-
background = "#a6adc8"
+
#[colors.search.focused_match]
+
#foreground = "#1e1e2e"
+
#background = "#a6e3a1"
-
[colors.selection]
-
text = "#1e1e2e"
-
background = "#f5e0dc"
+
#[colors.footer_bar]
+
#foreground = "#1e1e2e"
+
#background = "#a6adc8"
-
[colors.normal]
-
black = "#45475a"
-
red = "#f38ba8"
-
green = "#a6e3a1"
-
yellow = "#f9e2af"
-
blue = "#89b4fa"
-
magenta = "#f5c2e7"
-
cyan = "#94e2d5"
-
white = "#bac2de"
+
#[colors.hints.start]
+
#foreground = "#1e1e2e"
+
#background = "#f9e2af"
-
[colors.bright]
-
black = "#585b70"
-
red = "#f38ba8"
-
green = "#a6e3a1"
-
yellow = "#f9e2af"
-
blue = "#89b4fa"
-
magenta = "#f5c2e7"
-
cyan = "#94e2d5"
-
white = "#a6adc8"
+
#[colors.hints.end]
+
#foreground = "#1e1e2e"
+
#background = "#a6adc8"
-
[[colors.indexed_colors]]
-
index = 16
-
color = "#fab387"
+
#[colors.selection]
+
#text = "#1e1e2e"
+
#background = "#f5e0dc"
-
[[colors.indexed_colors]]
-
index = 17
-
color = "#f5e0dc"
+
#[colors.normal]
+
#black = "#45475a"
+
#red = "#f38ba8"
+
#green = "#a6e3a1"
+
#yellow = "#f9e2af"
+
#blue = "#89b4fa"
+
#magenta = "#f5c2e7"
+
#cyan = "#94e2d5"
+
#white = "#bac2de"
+
+
#[colors.bright]
+
#black = "#585b70"
+
#red = "#f38ba8"
+
#green = "#a6e3a1"
+
#yellow = "#f9e2af"
+
#blue = "#89b4fa"
+
#magenta = "#f5c2e7"
+
#cyan = "#94e2d5"
+
#white = "#a6adc8"
+
+
#[[colors.indexed_colors]]
+
#index = 16
+
#color = "#fab387"
+
+
#[[colors.indexed_colors]]
+
#index = 17
+
#color = "#f5e0dc"
+99 -45
config/amfora/config.toml
···
# prompt appearing, you can add no_prompt = true
#
[[mediatype-handlers]]
-
cmd = ['gwenview']
+
cmd = ['loupe']
types = ["image"]
no_prompt = true
···
no_prompt = true
[[mediatype-handlers]]
-
cmd = ['/bin/envince']
+
cmd = ['papers']
types = ["application/pdf"]
no_prompt = true
[[mediatype-handlers]]
cmd = ['showtime', '-']
-
types = ["audio", "video"]
+
types = ["video"]
+
stream = true
+
+
[[mediatype-handlers]]
+
cmd = ['decibels"]
+
types = ["audio"]
stream = true
[[mediatype-handlers]]
···
# The number of subscription updates displayed per page.
entries_per_page = 20
-
# Catppuccin Mocha
+
# Everforest Dark Hard
[theme]
-
bg = "#1E1E2E"
-
tab_num = "#cba6f7"
-
tab_divider = "#a6adc8"
-
bottombar_text = "#94e2d5"
-
bottombar_bg = "#45475a"
-
scrollbar = "#45475a"
+
bg = "#272e33"
+
tab_num = "#d699b6"
+
tab_divider = "#d3c6aa"
+
bottombar_text = "#83c092"
+
bottombar_bg = "#2f383e"
+
scrollbar = "#2f383e"
-
hdg_1 = "#cba6f7"
-
hdg_2 = "#cba6f7"
-
hdg_3 = "#cba6f7"
-
amfora_link = "#f38ba8"
-
foreign_link = "#fab387"
-
link_number = "#94e2d5"
-
regular_text = "#cdd6f4"
-
quote_text = "#f9e2af"
-
preformatted_text = "#fab387"
-
list_text = "#cdd6f4"
+
hdg_1 = "#d699b6"
+
hdg_2 = "#d699b6"
+
hdg_3 = "#d699b6"
+
amfora_link = "#e67e80"
+
foreign_link = "#e69875"
+
link_number = "#83c092"
+
regular_text = "#d3c6aa"
+
quote_text = "#dbbc7f"
+
preformatted_text = "#e69875"
+
list_text = "#d3c6aa"
-
btn_bg = "#45475a"
-
btn_text = "#cdd6f4"
+
btn_bg = "#2f383e"
+
btn_text = "#d3c6aa"
-
dl_choice_modal_bg = "#45475a"
-
dl_choice_modal_text = "#cdd6f4"
-
dl_modal_bg = "#45475a"
-
dl_modal_text = "#cdd6f4"
-
info_modal_bg = "#45475a"
-
info_modal_text = "#cdd6f4"
-
error_modal_bg = "#f38ba8"
-
error_modal_text = "#181825"
-
yesno_modal_bg = "#45475a"
-
yesno_modal_text = "#cdd6f4"
-
tofu_modal_bg = "#45475a"
-
tofu_modal_text = "#cdd6f4"
-
subscription_modal_bg = "#45475a"
-
subscription_modal_text = "#cdd6f4"
+
dl_choice_modal_bg = "#2f383e"
+
dl_choice_modal_text = "#d3c6aa"
+
dl_modal_bg = "#2f383e"
+
dl_modal_text = "#d3c6aa"
+
info_modal_bg = "#2f383e"
+
info_modal_text = "#d3c6aa"
+
error_modal_bg = "#d6494d"
+
error_modal_text = "#4a555b"
+
yesno_modal_bg = "#2f383e"
+
yesno_modal_text = "#d3c6aa"
+
tofu_modal_bg = "#2f383e"
+
tofu_modal_text = "#d3c6aa"
+
subscription_modal_bg = "#2f383e"
+
subscription_modal_text = "#414b50"
-
input_modal_bg = "#45475a"
-
input_modal_text = "#cdd6f4"
-
input_modal_field_bg = "#313244"
-
input_modal_field_text = "#cdd6f4"
+
input_modal_bg = "#2f383e"
+
input_modal_text = "#d3c6aa"
+
input_modal_field_bg = "#a7c080"
+
input_modal_field_text = "#414b50"
-
bkmk_modal_bg = "#45475a"
-
bkmk_modal_text = "#cdd6f4"
-
bkmk_modal_label = "#cdd6f4"
-
bkmk_modal_field_bg = "#313244"
-
bkmk_modal_field_text = "#cdd6f4"
+
bkmk_modal_bg = "#2f383e"
+
bkmk_modal_text = "#d3c6aa"
+
bkmk_modal_label = "#d3c6aa"
+
bkmk_modal_field_bg = "#a7c080"
+
bkmk_modal_field_text = "#d3c6aa"
+
+
# Catppuccin Mocha
+
#[theme]
+
#bg = "#1E1E2E"
+
#tab_num = "#cba6f7"
+
#tab_divider = "#a6adc8"
+
#bottombar_text = "#94e2d5"
+
#bottombar_bg = "#45475a"
+
#scrollbar = "#45475a"
+
+
#hdg_1 = "#cba6f7"
+
#hdg_2 = "#cba6f7"
+
#hdg_3 = "#cba6f7"
+
#amfora_link = "#f38ba8"
+
#foreign_link = "#fab387"
+
#link_number = "#94e2d5"
+
#regular_text = "#cdd6f4"
+
#quote_text = "#f9e2af"
+
#preformatted_text = "#fab387"
+
#list_text = "#cdd6f4"
+
+
#btn_bg = "#45475a"
+
#btn_text = "#cdd6f4"
+
+
#dl_choice_modal_bg = "#45475a"
+
#dl_choice_modal_text = "#cdd6f4"
+
#dl_modal_bg = "#45475a"
+
#dl_modal_text = "#cdd6f4"
+
#info_modal_bg = "#45475a"
+
#info_modal_text = "#cdd6f4"
+
#error_modal_bg = "#f38ba8"
+
#error_modal_text = "#181825"
+
#yesno_modal_bg = "#45475a"
+
#yesno_modal_text = "#cdd6f4"
+
#tofu_modal_bg = "#45475a"
+
#tofu_modal_text = "#cdd6f4"
+
#subscription_modal_bg = "#45475a"
+
#subscription_modal_text = "#cdd6f4"
+
+
#input_modal_bg = "#45475a"
+
#input_modal_text = "#cdd6f4"
+
#input_modal_field_bg = "#313244"
+
#input_modal_field_text = "#cdd6f4"
+
+
#bkmk_modal_bg = "#45475a"
+
#bkmk_modal_text = "#cdd6f4"
+
#bkmk_modal_label = "#cdd6f4"
+
#bkmk_modal_field_bg = "#313244"
+
#bkmk_modal_field_text = "#cdd6f4"
+1 -1
config/bat/config
···
-
--theme="Catppuccin Mocha"
+
--theme="Everforest Dark"
--style=plain
--pager="less -FRX"
+3186
config/bat/themes/Everforest Dark.tmTheme
···
+
<?xml version="1.0" encoding="UTF-8"?>
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+
<plist version="1.0">
+
<dict>
+
<key>name</key>
+
<string>Everforest Dark</string>
+
<key>settings</key>
+
<array>
+
<dict>
+
<key>settings</key>
+
<dict>
+
<key>accent</key>
+
<string>#a7c080</string>
+
<key>background</key>
+
<string>#2d353b</string>
+
<key>caret</key>
+
<string>#d3c6aa</string>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
<key>lineHighlight</key>
+
<string>#3d484d90</string>
+
<key>selection</key>
+
<string>#475258c0</string>
+
<key>activeGuide</key>
+
<string>#9aa79d20</string>
+
<key>findHighlight</key>
+
<string>#899c4040</string>
+
<key>misspelling</key>
+
<string>#da6362</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GitGutter deleted</string>
+
<key>scope</key>
+
<string>markup.deleted.git_gutter</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80a0</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GitGutter inserted</string>
+
<key>scope</key>
+
<string>markup.inserted.git_gutter</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080a0</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GitGutter changed</string>
+
<key>scope</key>
+
<string>markup.changed.git_gutter</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3a0</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GitGutter untracked</string>
+
<key>scope</key>
+
<string>markup.untracked.git_gutter</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7fa0</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GitGutter ignored</string>
+
<key>scope</key>
+
<string>markup.ignored.git_gutter</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#4f585e</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GitGutter comment</string>
+
<key>scope</key>
+
<string>comment.line.annotation.git_gutter</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<dict>
+
<key>name</key>
+
<string>Comment</string>
+
<key>scope</key>
+
<string>comment, string.comment, punctuation.definition.comment</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
<key>fontStyle</key>
+
<string>italic</string>
+
</dict>
+
</dict>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Keyword</string>
+
<key>scope</key>
+
<string>keyword, storage.type.function, storage.type.class, storage.type.enum, storage.type.interface, storage.type.property, keyword.operator.new, keyword.operator.expression, keyword.operator.new, keyword.operator.delete, storage.type.extends</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Debug</string>
+
<key>scope</key>
+
<string>keyword.other.debugger</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Storage</string>
+
<key>scope</key>
+
<string>storage, modifier, keyword.var, entity.name.tag, keyword.control.case, keyword.control.switch</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Operator</string>
+
<key>scope</key>
+
<string>keyword.operator</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>String</string>
+
<key>scope</key>
+
<string>string, punctuation.definition.string.end, punctuation.definition.string.begin, punctuation.definition.string.template.begin, punctuation.definition.string.template.end</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Attribute</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>String Escape</string>
+
<key>scope</key>
+
<string>constant.character.escape, punctuation.quasi.element, punctuation.definition.template-expression, punctuation.section.embedded, storage.type.format, constant.other.placeholder, constant.other.placeholder, variable.interpolation</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Function</string>
+
<key>scope</key>
+
<string>entity.name.function, support.function, meta.function, meta.function-call, meta.definition.method</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Preproc</string>
+
<key>scope</key>
+
<string>keyword.control.at-rule, keyword.control.import, keyword.control.export, storage.type.namespace, punctuation.decorator, keyword.control.directive, keyword.preprocessor, punctuation.definition.preprocessor, punctuation.definition.directive, keyword.other.import, keyword.other.package, entity.name.type.namespace, entity.name.scope-resolution, keyword.other.using, keyword.package, keyword.import, keyword.map</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Annotation</string>
+
<key>scope</key>
+
<string>storage.type.annotation</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Label</string>
+
<key>scope</key>
+
<string>entity.name.label, constant.other.label</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Modules</string>
+
<key>scope</key>
+
<string>support.module, support.node, support.other.module, support.type.object.module, entity.name.type.module, entity.name.type.class.module, keyword.control.module</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Type</string>
+
<key>scope</key>
+
<string>storage.type, support.type, entity.name.type, keyword.type</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Class</string>
+
<key>scope</key>
+
<string>entity.name.type.class, support.class, entity.name.class, entity.other.inherited-class, storage.class</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Number</string>
+
<key>scope</key>
+
<string>constant.numeric</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Boolean</string>
+
<key>scope</key>
+
<string>constant.language.boolean</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Macro</string>
+
<key>scope</key>
+
<string>entity.name.function.preprocessor</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Special identifier</string>
+
<key>scope</key>
+
<string>variable.language.this, variable.language.self, variable.language.super, keyword.other.this, variable.language.special, constant.language.null, constant.language.undefined, constant.language.nan</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Constant</string>
+
<key>scope</key>
+
<string>constant.language, support.constant</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Identifier</string>
+
<key>scope</key>
+
<string>variable, support.variable, meta.definition.variable</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Property</string>
+
<key>scope</key>
+
<string>variable.object.property, support.variable.property, variable.other.property, variable.other.object.property, variable.other.enummember, variable.other.member, meta.object-literal.key</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Delimiter</string>
+
<key>scope</key>
+
<string>punctuation, meta.brace, meta.delimiter, meta.bracket</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading1</string>
+
<key>scope</key>
+
<string>heading.1.markdown, markup.heading.setext.1.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading2</string>
+
<key>scope</key>
+
<string>heading.2.markdown, markup.heading.setext.2.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading3</string>
+
<key>scope</key>
+
<string>heading.3.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading4</string>
+
<key>scope</key>
+
<string>heading.4.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading5</string>
+
<key>scope</key>
+
<string>heading.5.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading6</string>
+
<key>scope</key>
+
<string>heading.6.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown heading delimiter</string>
+
<key>scope</key>
+
<string>punctuation.definition.heading.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
<key>fontStyle</key>
+
<string>regular</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown link</string>
+
<key>scope</key>
+
<string>string.other.link.title.markdown, constant.other.reference.link.markdown, string.other.link.description.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
<key>fontStyle</key>
+
<string>regular</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown link text</string>
+
<key>scope</key>
+
<string>markup.underline.link.image.markdown, markup.underline.link.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
<key>fontStyle</key>
+
<string>underline</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown delimiter</string>
+
<key>scope</key>
+
<string>punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.italic.markdown, punctuation.definition.quote.begin.markdown, punctuation.definition.metadata.markdown, punctuation.separator.key-value.markdown, punctuation.definition.constant.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown bold delimiter</string>
+
<key>scope</key>
+
<string>punctuation.definition.bold.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
<key>fontStyle</key>
+
<string>regular</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown separator delimiter</string>
+
<key>scope</key>
+
<string>meta.separator.markdown, punctuation.definition.constant.begin.markdown, punctuation.definition.constant.end.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown italic</string>
+
<key>scope</key>
+
<string>markup.italic</string>
+
<key>settings</key>
+
<dict>
+
<key>fontStyle</key>
+
<string>italic</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown bold</string>
+
<key>scope</key>
+
<string>markup.bold</string>
+
<key>settings</key>
+
<dict>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown bold italic</string>
+
<key>scope</key>
+
<string>markup.bold markup.italic, markup.italic markup.bold</string>
+
<key>settings</key>
+
<dict>
+
<key>fontStyle</key>
+
<string>italic bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown code delimiter</string>
+
<key>scope</key>
+
<string>punctuation.definition.markdown, punctuation.definition.raw.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown code type</string>
+
<key>scope</key>
+
<string>fenced_code.block.language</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown code block</string>
+
<key>scope</key>
+
<string>markup.fenced_code.block.markdown, markup.inline.raw.string.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Markdown list mark</string>
+
<key>scope</key>
+
<string>punctuation.definition.list.begin.markdown</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText heading</string>
+
<key>scope</key>
+
<string>punctuation.definition.heading.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
<key>fontStyle</key>
+
<string>bold</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText delimiter</string>
+
<key>scope</key>
+
<string>punctuation.definition.field.restructuredtext, punctuation.separator.key-value.restructuredtext, punctuation.definition.directive.restructuredtext, punctuation.definition.constant.restructuredtext, punctuation.definition.italic.restructuredtext, punctuation.definition.table.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText delimiter bold</string>
+
<key>scope</key>
+
<string>punctuation.definition.bold.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
<key>fontStyle</key>
+
<string>regular</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText aqua</string>
+
<key>scope</key>
+
<string>entity.name.tag.restructuredtext, punctuation.definition.link.restructuredtext, punctuation.definition.raw.restructuredtext, punctuation.section.raw.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText purple</string>
+
<key>scope</key>
+
<string>constant.other.footnote.link.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText red</string>
+
<key>scope</key>
+
<string>support.directive.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>reStructuredText green</string>
+
<key>scope</key>
+
<string>entity.name.directive.restructuredtext, markup.raw.restructuredtext, markup.raw.inner.restructuredtext, string.other.link.title.restructuredtext</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>LaTex delimiter</string>
+
<key>scope</key>
+
<string>punctuation.definition.function.latex, punctuation.definition.function.tex, punctuation.definition.keyword.latex, constant.character.newline.tex, punctuation.definition.keyword.tex</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>LaTex red</string>
+
<key>scope</key>
+
<string>support.function.be.latex</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>LaTex orange</string>
+
<key>scope</key>
+
<string>support.function.section.latex, keyword.control.table.cell.latex, keyword.control.table.newline.latex</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>LaTex yellow</string>
+
<key>scope</key>
+
<string>support.class.latex, variable.parameter.latex, variable.parameter.function.latex, variable.parameter.definition.label.latex, constant.other.reference.label.latex</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>LaTex purple</string>
+
<key>scope</key>
+
<string>keyword.control.preamble.latex</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Html grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.namespace.xml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Html orange</string>
+
<key>scope</key>
+
<string>entity.name.tag.html, entity.name.tag.xml, entity.name.tag.localname.xml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Html yellow</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name.html, entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Html green</string>
+
<key>scope</key>
+
<string>string.quoted.double.html, string.quoted.single.html, punctuation.definition.string.begin.html, punctuation.definition.string.end.html, punctuation.separator.key-value.html, punctuation.definition.string.begin.xml, punctuation.definition.string.end.xml, string.quoted.double.xml, string.quoted.single.xml, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.definition.tag.xml, meta.tag.xml, meta.tag.preprocessor.xml, meta.tag.other.html, meta.tag.block.any.html, meta.tag.inline.any.html</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Html purple</string>
+
<key>scope</key>
+
<string>variable.language.documentroot.xml, meta.tag.sgml.doctype.xml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Proto yellow</string>
+
<key>scope</key>
+
<string>storage.type.proto</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Proto green</string>
+
<key>scope</key>
+
<string>string.quoted.double.proto.syntax, string.quoted.single.proto.syntax, string.quoted.double.proto, string.quoted.single.proto</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Proto aqua</string>
+
<key>scope</key>
+
<string>entity.name.class.proto, entity.name.class.message.proto</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS grey</string>
+
<key>scope</key>
+
<string>punctuation.definition.entity.css, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.list.comma.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS red</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name.class.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS orange</string>
+
<key>scope</key>
+
<string>keyword.other.unit</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS yellow</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS green</string>
+
<key>scope</key>
+
<string>string.quoted.single.css, string.quoted.double.css, support.constant.property-value.css, meta.property-value.css, punctuation.definition.string.begin.css, punctuation.definition.string.end.css, constant.numeric.css, support.constant.font-name.css, variable.parameter.keyframe-list.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS aqua</string>
+
<key>scope</key>
+
<string>support.type.property-name.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS blue</string>
+
<key>scope</key>
+
<string>support.type.vendored.property-name.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CSS purple</string>
+
<key>scope</key>
+
<string>entity.name.tag.css, entity.other.keyframe-offset.css, punctuation.definition.keyword.css, keyword.control.at-rule.keyframes.css, meta.selector.css</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SASS grey</string>
+
<key>scope</key>
+
<string>punctuation.definition.entity.scss, punctuation.separator.key-value.scss, punctuation.terminator.rule.scss, punctuation.separator.list.comma.scss</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SASS orange</string>
+
<key>scope</key>
+
<string>keyword.control.at-rule.keyframes.scss</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SASS yellow</string>
+
<key>scope</key>
+
<string>punctuation.definition.interpolation.begin.bracket.curly.scss, punctuation.definition.interpolation.end.bracket.curly.scss</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SASS green</string>
+
<key>scope</key>
+
<string>punctuation.definition.string.begin.scss, punctuation.definition.string.end.scss, string.quoted.double.scss, string.quoted.single.scss, constant.character.css.sass, meta.property-value.scss</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SASS purple</string>
+
<key>scope</key>
+
<string>keyword.control.at-rule.include.scss, keyword.control.at-rule.use.scss, keyword.control.at-rule.mixin.scss, keyword.control.at-rule.extend.scss, keyword.control.at-rule.import.scss</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Stylus white</string>
+
<key>scope</key>
+
<string>meta.function.stylus</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Stylus yellow</string>
+
<key>scope</key>
+
<string>entity.name.function.stylus</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JavaScript white</string>
+
<key>scope</key>
+
<string>string.unquoted.js</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JavaScript grey</string>
+
<key>scope</key>
+
<string>punctuation.accessor.js, punctuation.separator.key-value.js, punctuation.separator.label.js, keyword.operator.accessor.js</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JavaScript red</string>
+
<key>scope</key>
+
<string>punctuation.definition.block.tag.jsdoc</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JavaScript orange</string>
+
<key>scope</key>
+
<string>storage.type.js, storage.type.function.arrow.js</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JSX white</string>
+
<key>scope</key>
+
<string>JSXNested</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JSX green</string>
+
<key>scope</key>
+
<string>punctuation.definition.tag.jsx, entity.other.attribute-name.jsx, punctuation.definition.tag.begin.js.jsx, punctuation.definition.tag.end.js.jsx, entity.other.attribute-name.js.jsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript white</string>
+
<key>scope</key>
+
<string>entity.name.type.module.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript grey</string>
+
<key>scope</key>
+
<string>keyword.operator.type.annotation.ts, punctuation.accessor.ts, punctuation.separator.key-value.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript green</string>
+
<key>scope</key>
+
<string>punctuation.definition.tag.directive.ts, entity.other.attribute-name.directive.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript aqua</string>
+
<key>scope</key>
+
<string>entity.name.type.ts, entity.name.type.interface.ts, entity.other.inherited-class.ts, entity.name.type.alias.ts, entity.name.type.class.ts, entity.name.type.enum.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript orange</string>
+
<key>scope</key>
+
<string>storage.type.ts, storage.type.function.arrow.ts, storage.type.type.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript blue</string>
+
<key>scope</key>
+
<string>entity.name.type.module.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TypeScript purple</string>
+
<key>scope</key>
+
<string>keyword.control.import.ts, keyword.control.export.ts, storage.type.namespace.ts</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX white</string>
+
<key>scope</key>
+
<string>entity.name.type.module.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX grey</string>
+
<key>scope</key>
+
<string>keyword.operator.type.annotation.tsx, punctuation.accessor.tsx, punctuation.separator.key-value.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX green</string>
+
<key>scope</key>
+
<string>punctuation.definition.tag.directive.tsx, entity.other.attribute-name.directive.tsx, punctuation.definition.tag.begin.tsx, punctuation.definition.tag.end.tsx, entity.other.attribute-name.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX aqua</string>
+
<key>scope</key>
+
<string>entity.name.type.tsx, entity.name.type.interface.tsx, entity.other.inherited-class.tsx, entity.name.type.alias.tsx, entity.name.type.class.tsx, entity.name.type.enum.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX blue</string>
+
<key>scope</key>
+
<string>entity.name.type.module.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX purple</string>
+
<key>scope</key>
+
<string>keyword.control.import.tsx, keyword.control.export.tsx, storage.type.namespace.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TSX orange</string>
+
<key>scope</key>
+
<string>storage.type.tsx, storage.type.function.arrow.tsx, storage.type.type.tsx, support.class.component.tsx</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CoffeeScript orange</string>
+
<key>scope</key>
+
<string>storage.type.function.coffee</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PureScript white</string>
+
<key>scope</key>
+
<string>meta.type-signature.purescript</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PureScript orange</string>
+
<key>scope</key>
+
<string>keyword.other.double-colon.purescript, keyword.other.arrow.purescript, keyword.other.big-arrow.purescript</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PureScript yellow</string>
+
<key>scope</key>
+
<string>entity.name.function.purescript</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PureScript green</string>
+
<key>scope</key>
+
<string>string.quoted.single.purescript, string.quoted.double.purescript, punctuation.definition.string.begin.purescript, punctuation.definition.string.end.purescript, string.quoted.triple.purescript, entity.name.type.purescript</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PureScript purple</string>
+
<key>scope</key>
+
<string>support.other.module.purescript</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dart grey</string>
+
<key>scope</key>
+
<string>punctuation.dot.dart</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dart orange</string>
+
<key>scope</key>
+
<string>storage.type.primitive.dart</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dart yellow</string>
+
<key>scope</key>
+
<string>support.class.dart</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dart green</string>
+
<key>scope</key>
+
<string>entity.name.function.dart, string.interpolated.single.dart, string.interpolated.double.dart</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dart blue</string>
+
<key>scope</key>
+
<string>variable.language.dart</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dart purple</string>
+
<key>scope</key>
+
<string>keyword.other.import.dart, storage.type.annotation.dart</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Pug red</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name.class.pug</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Pug orange</string>
+
<key>scope</key>
+
<string>storage.type.function.pug</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Pug aqua</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name.tag.pug</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Pug purple</string>
+
<key>scope</key>
+
<string>entity.name.tag.pug, storage.type.import.include.pug</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C white</string>
+
<key>scope</key>
+
<string>meta.function-call.c, storage.modifier.array.bracket.square.c, meta.function.definition.parameters.c</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.dot-access.c, constant.character.escape.line-continuation.c</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C red</string>
+
<key>scope</key>
+
<string>keyword.control.directive.include.c, punctuation.definition.directive.c, keyword.control.directive.pragma.c, keyword.control.directive.line.c, keyword.control.directive.define.c, keyword.control.directive.conditional.c, keyword.control.directive.diagnostic.error.c, keyword.control.directive.undef.c, keyword.control.directive.conditional.ifdef.c, keyword.control.directive.endif.c, keyword.control.directive.conditional.ifndef.c, keyword.control.directive.conditional.if.c, keyword.control.directive.else.c</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C orange</string>
+
<key>scope</key>
+
<string>punctuation.separator.pointer-access.c</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C aqua</string>
+
<key>scope</key>
+
<string>variable.other.member.c</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C++ white</string>
+
<key>scope</key>
+
<string>meta.function-call.cpp, storage.modifier.array.bracket.square.cpp, meta.function.definition.parameters.cpp, meta.body.function.definition.cpp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C++ grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.dot-access.cpp, constant.character.escape.line-continuation.cpp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C++ red</string>
+
<key>scope</key>
+
<string>keyword.control.directive.include.cpp, punctuation.definition.directive.cpp, keyword.control.directive.pragma.cpp, keyword.control.directive.line.cpp, keyword.control.directive.define.cpp, keyword.control.directive.conditional.cpp, keyword.control.directive.diagnostic.error.cpp, keyword.control.directive.undef.cpp, keyword.control.directive.conditional.ifdef.cpp, keyword.control.directive.endif.cpp, keyword.control.directive.conditional.ifndef.cpp, keyword.control.directive.conditional.if.cpp, keyword.control.directive.else.cpp, storage.type.namespace.definition.cpp, keyword.other.using.directive.cpp, storage.type.struct.cpp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C++ orange</string>
+
<key>scope</key>
+
<string>punctuation.separator.pointer-access.cpp, punctuation.section.angle-brackets.begin.template.call.cpp, punctuation.section.angle-brackets.end.template.call.cpp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C++ aqua</string>
+
<key>scope</key>
+
<string>variable.other.member.cpp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C# red</string>
+
<key>scope</key>
+
<string>keyword.other.using.cs</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C# yellow</string>
+
<key>scope</key>
+
<string>keyword.type.cs, constant.character.escape.cs, punctuation.definition.interpolation.begin.cs, punctuation.definition.interpolation.end.cs</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C# green</string>
+
<key>scope</key>
+
<string>string.quoted.double.cs, string.quoted.single.cs, punctuation.definition.string.begin.cs, punctuation.definition.string.end.cs</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C# aqua</string>
+
<key>scope</key>
+
<string>variable.other.object.property.cs</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>C# purple</string>
+
<key>scope</key>
+
<string>entity.name.type.namespace.cs</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>F# white</string>
+
<key>scope</key>
+
<string>keyword.symbol.fsharp, constant.language.unit.fsharp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>F# yellow</string>
+
<key>scope</key>
+
<string>keyword.format.specifier.fsharp, entity.name.type.fsharp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>F# green</string>
+
<key>scope</key>
+
<string>string.quoted.double.fsharp, string.quoted.single.fsharp, punctuation.definition.string.begin.fsharp, punctuation.definition.string.end.fsharp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>F# blue</string>
+
<key>scope</key>
+
<string>entity.name.section.fsharp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>F# purple</string>
+
<key>scope</key>
+
<string>support.function.attribute.fsharp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Java grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.java, punctuation.separator.period.java</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Java red</string>
+
<key>scope</key>
+
<string>keyword.other.import.java, keyword.other.package.java</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Java orange</string>
+
<key>scope</key>
+
<string>storage.type.function.arrow.java, keyword.control.ternary.java</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Java aqua</string>
+
<key>scope</key>
+
<string>variable.other.property.java</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Java purple</string>
+
<key>scope</key>
+
<string>variable.language.wildcard.java, storage.modifier.import.java, storage.type.annotation.java, punctuation.definition.annotation.java, storage.modifier.package.java, entity.name.type.module.java</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Kotlin red</string>
+
<key>scope</key>
+
<string>keyword.other.import.kotlin</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Kotlin orange</string>
+
<key>scope</key>
+
<string>storage.type.kotlin</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Kotlin aqua</string>
+
<key>scope</key>
+
<string>constant.language.kotlin</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Kotlin purple</string>
+
<key>scope</key>
+
<string>entity.name.package.kotlin, storage.type.annotation.kotlin</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala purple</string>
+
<key>scope</key>
+
<string>entity.name.package.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala blue</string>
+
<key>scope</key>
+
<string>constant.language.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala aqua</string>
+
<key>scope</key>
+
<string>entity.name.import.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala green</string>
+
<key>scope</key>
+
<string>string.quoted.double.scala, string.quoted.single.scala, punctuation.definition.string.begin.scala, punctuation.definition.string.end.scala, string.quoted.double.interpolated.scala, string.quoted.single.interpolated.scala, string.quoted.triple.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala yellow</string>
+
<key>scope</key>
+
<string>entity.name.class, entity.other.inherited-class.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala orange</string>
+
<key>scope</key>
+
<string>keyword.declaration.stable.scala, keyword.other.arrow.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala red</string>
+
<key>scope</key>
+
<string>keyword.other.import.scala</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Groovy white</string>
+
<key>scope</key>
+
<string>keyword.operator.navigation.groovy, meta.method.body.java, meta.definition.method.groovy, meta.definition.method.signature.java</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.groovy</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Scala red</string>
+
<key>scope</key>
+
<string>keyword.other.import.groovy, keyword.other.package.groovy, keyword.other.import.static.groovy</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Groovy orange</string>
+
<key>scope</key>
+
<string>storage.type.def.groovy</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Groovy green</string>
+
<key>scope</key>
+
<string>variable.other.interpolated.groovy, meta.method.groovy</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Groovy aqua</string>
+
<key>scope</key>
+
<string>storage.modifier.import.groovy, storage.modifier.package.groovy</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Groovy purple</string>
+
<key>scope</key>
+
<string>storage.type.annotation.groovy</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Go red</string>
+
<key>scope</key>
+
<string>keyword.type.go</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Go aqua</string>
+
<key>scope</key>
+
<string>entity.name.package.go</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Go purple</string>
+
<key>scope</key>
+
<string>keyword.import.go, keyword.package.go</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Rust white</string>
+
<key>scope</key>
+
<string>entity.name.type.mod.rust</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Rust grey</string>
+
<key>scope</key>
+
<string>keyword.operator.path.rust, keyword.operator.member-access.rust</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Rust orange</string>
+
<key>scope</key>
+
<string>storage.type.rust</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Rust aqua</string>
+
<key>scope</key>
+
<string>support.constant.core.rust</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Rust purple</string>
+
<key>scope</key>
+
<string>meta.attribute.rust, variable.language.rust, storage.type.module.rust</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Swift white</string>
+
<key>scope</key>
+
<string>meta.function-call.swift, support.function.any-method.swift</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Swift aqua</string>
+
<key>scope</key>
+
<string>support.variable.swift</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PHP white</string>
+
<key>scope</key>
+
<string>keyword.operator.class.php</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PHP orange</string>
+
<key>scope</key>
+
<string>storage.type.trait.php</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PHP aqua</string>
+
<key>scope</key>
+
<string>constant.language.php, support.other.namespace.php</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PHP blue</string>
+
<key>scope</key>
+
<string>storage.type.modifier.access.control.public.cpp, storage.type.modifier.access.control.private.cpp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PHP purple</string>
+
<key>scope</key>
+
<string>keyword.control.import.include.php, storage.type.php</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Python white</string>
+
<key>scope</key>
+
<string>meta.function-call.arguments.python</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Python grey</string>
+
<key>scope</key>
+
<string>punctuation.definition.decorator.python, punctuation.separator.period.python</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Python aqua</string>
+
<key>scope</key>
+
<string>constant.language.python</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Python purple</string>
+
<key>scope</key>
+
<string>keyword.control.import.python, keyword.control.import.from.python</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Lua aqua</string>
+
<key>scope</key>
+
<string>constant.language.lua</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Lua blue</string>
+
<key>scope</key>
+
<string>entity.name.class.lua</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby white</string>
+
<key>scope</key>
+
<string>meta.function.method.with-arguments.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.method.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby orange</string>
+
<key>scope</key>
+
<string>keyword.control.pseudo-method.ruby, storage.type.variable.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby green</string>
+
<key>scope</key>
+
<string>keyword.other.special-method.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby purple</string>
+
<key>scope</key>
+
<string>keyword.control.module.ruby, punctuation.definition.constant.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby yellow</string>
+
<key>scope</key>
+
<string>string.regexp.character-class.ruby,string.regexp.interpolated.ruby,punctuation.definition.character-class.ruby,string.regexp.group.ruby, punctuation.section.regexp.ruby, punctuation.definition.group.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Ruby blue</string>
+
<key>scope</key>
+
<string>variable.other.constant.ruby</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Haskell orange</string>
+
<key>scope</key>
+
<string>keyword.other.arrow.haskell, keyword.other.big-arrow.haskell, keyword.other.double-colon.haskell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Haskell yellow</string>
+
<key>scope</key>
+
<string>storage.type.haskell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Haskell green</string>
+
<key>scope</key>
+
<string>constant.other.haskell, string.quoted.double.haskell, string.quoted.single.haskell, punctuation.definition.string.begin.haskell, punctuation.definition.string.end.haskell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Haskell blue</string>
+
<key>scope</key>
+
<string>entity.name.function.haskell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Haskell aqua</string>
+
<key>scope</key>
+
<string>entity.name.namespace, meta.preprocessor.haskell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Julia red</string>
+
<key>scope</key>
+
<string>keyword.control.import.julia, keyword.control.export.julia</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Julia orange</string>
+
<key>scope</key>
+
<string>keyword.storage.modifier.julia</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Julia aqua</string>
+
<key>scope</key>
+
<string>constant.language.julia</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Julia purple</string>
+
<key>scope</key>
+
<string>support.function.macro.julia</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Elm white</string>
+
<key>scope</key>
+
<string>keyword.other.period.elm</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Elm yellow</string>
+
<key>scope</key>
+
<string>storage.type.elm</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>R orange</string>
+
<key>scope</key>
+
<string>keyword.other.r</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>R green</string>
+
<key>scope</key>
+
<string>entity.name.function.r, variable.function.r</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>R aqua</string>
+
<key>scope</key>
+
<string>constant.language.r</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>R purple</string>
+
<key>scope</key>
+
<string>entity.namespace.r</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Erlang grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.module-function.erlang, punctuation.section.directive.begin.erlang</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Erlang red</string>
+
<key>scope</key>
+
<string>keyword.control.directive.erlang, keyword.control.directive.define.erlang</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Erlang yellow</string>
+
<key>scope</key>
+
<string>entity.name.type.class.module.erlang</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Erlang green</string>
+
<key>scope</key>
+
<string>string.quoted.double.erlang, string.quoted.single.erlang, punctuation.definition.string.begin.erlang, punctuation.definition.string.end.erlang</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Erlang purple</string>
+
<key>scope</key>
+
<string>keyword.control.directive.export.erlang, keyword.control.directive.module.erlang, keyword.control.directive.import.erlang, keyword.control.directive.behaviour.erlang</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Elixir aqua</string>
+
<key>scope</key>
+
<string>variable.other.readwrite.module.elixir, punctuation.definition.variable.elixir</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Elixir blue</string>
+
<key>scope</key>
+
<string>constant.language.elixir</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Elixir purple</string>
+
<key>scope</key>
+
<string>keyword.control.module.elixir</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>OCaml white</string>
+
<key>scope</key>
+
<string>entity.name.type.value-signature.ocaml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>OCaml orange</string>
+
<key>scope</key>
+
<string>keyword.other.ocaml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>OCaml aqua</string>
+
<key>scope</key>
+
<string>constant.language.variant.ocaml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Perl red</string>
+
<key>scope</key>
+
<string>storage.type.sub.perl, storage.type.declare.routine.perl</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Lisp white</string>
+
<key>scope</key>
+
<string>meta.function.lisp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Lisp red</string>
+
<key>scope</key>
+
<string>storage.type.function-type.lisp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Lisp green</string>
+
<key>scope</key>
+
<string>keyword.constant.lisp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Lisp aqua</string>
+
<key>scope</key>
+
<string>entity.name.function.lisp</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Clojure green</string>
+
<key>scope</key>
+
<string>constant.keyword.clojure, support.variable.clojure, meta.definition.variable.clojure</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Clojure purple</string>
+
<key>scope</key>
+
<string>entity.global.clojure</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Clojure blue</string>
+
<key>scope</key>
+
<string>entity.name.function.clojure</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Shell white</string>
+
<key>scope</key>
+
<string>meta.scope.if-block.shell, meta.scope.group.shell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Shell yellow</string>
+
<key>scope</key>
+
<string>support.function.builtin.shell, entity.name.function.shell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Shell green</string>
+
<key>scope</key>
+
<string>string.quoted.double.shell, string.quoted.single.shell, punctuation.definition.string.begin.shell, punctuation.definition.string.end.shell, string.unquoted.heredoc.shell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Shell purple</string>
+
<key>scope</key>
+
<string>keyword.control.heredoc-token.shell, variable.other.normal.shell, punctuation.definition.variable.shell, variable.other.special.shell, variable.other.positional.shell, variable.other.bracket.shell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Fish red</string>
+
<key>scope</key>
+
<string>support.function.builtin.fish</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Fish orange</string>
+
<key>scope</key>
+
<string>support.function.unix.fish</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Fish blue</string>
+
<key>scope</key>
+
<string>variable.other.normal.fish, punctuation.definition.variable.fish, variable.other.fixed.fish, variable.other.special.fish</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Fish green</string>
+
<key>scope</key>
+
<string>string.quoted.double.fish, punctuation.definition.string.end.fish, punctuation.definition.string.begin.fish, string.quoted.single.fish</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Fish purple</string>
+
<key>scope</key>
+
<string>constant.character.escape.single.fish</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PowerShell grey</string>
+
<key>scope</key>
+
<string>punctuation.definition.variable.powershell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PowerShell yellow</string>
+
<key>scope</key>
+
<string>entity.name.function.powershell, support.function.attribute.powershell, support.function.powershell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PowerShell green</string>
+
<key>scope</key>
+
<string>string.quoted.single.powershell, string.quoted.double.powershell, punctuation.definition.string.begin.powershell, punctuation.definition.string.end.powershell, string.quoted.double.heredoc.powershell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>PowerShell aqua</string>
+
<key>scope</key>
+
<string>variable.other.member.powershell</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GraphQL white</string>
+
<key>scope</key>
+
<string>string.unquoted.alias.graphql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d3c6aa</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GraphQL red</string>
+
<key>scope</key>
+
<string>keyword.type.graphql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GraphQL purple</string>
+
<key>scope</key>
+
<string>entity.name.fragment.graphql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Makefile orange</string>
+
<key>scope</key>
+
<string>entity.name.function.target.makefile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Makefile yellow</string>
+
<key>scope</key>
+
<string>variable.other.makefile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Makefile green</string>
+
<key>scope</key>
+
<string>meta.scope.prerequisites.makefile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CMake green</string>
+
<key>scope</key>
+
<string>string.source.cmake</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CMake aqua</string>
+
<key>scope</key>
+
<string>entity.source.cmake</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>CMake purple</string>
+
<key>scope</key>
+
<string>storage.source.cmake</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>VimL grey</string>
+
<key>scope</key>
+
<string>punctuation.definition.map.viml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>VimL orange</string>
+
<key>scope</key>
+
<string>storage.type.map.viml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>VimL green</string>
+
<key>scope</key>
+
<string>constant.character.map.viml, constant.character.map.key.viml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>VimL blue</string>
+
<key>scope</key>
+
<string>constant.character.map.special.viml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Tmux green</string>
+
<key>scope</key>
+
<string>constant.language.tmux, constant.numeric.tmux</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dockerfile orange</string>
+
<key>scope</key>
+
<string>entity.name.function.package-manager.dockerfile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dockerfile yellow</string>
+
<key>scope</key>
+
<string>keyword.operator.flag.dockerfile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dockerfile green</string>
+
<key>scope</key>
+
<string>string.quoted.double.dockerfile, string.quoted.single.dockerfile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dockerfile aqua</string>
+
<key>scope</key>
+
<string>constant.character.escape.dockerfile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Dockerfile purple</string>
+
<key>scope</key>
+
<string>entity.name.type.base-image.dockerfile, entity.name.image.dockerfile</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff grey</string>
+
<key>scope</key>
+
<string>punctuation.definition.separator.diff</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff red</string>
+
<key>scope</key>
+
<string>markup.deleted.diff, punctuation.definition.deleted.diff</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff orange</string>
+
<key>scope</key>
+
<string>meta.diff.range.context, punctuation.definition.range.diff</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff yellow</string>
+
<key>scope</key>
+
<string>meta.diff.header.from-file</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff green</string>
+
<key>scope</key>
+
<string>markup.inserted.diff, punctuation.definition.inserted.diff</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff blue</string>
+
<key>scope</key>
+
<string>markup.changed.diff, punctuation.definition.changed.diff</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Diff purple</string>
+
<key>scope</key>
+
<string>punctuation.definition.from-file.diff</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Git red</string>
+
<key>scope</key>
+
<string>entity.name.section.group-title.ini, punctuation.definition.entity.ini</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e67e80</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Git orange</string>
+
<key>scope</key>
+
<string>punctuation.separator.key-value.ini</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Git green</string>
+
<key>scope</key>
+
<string>string.quoted.double.ini, string.quoted.single.ini, punctuation.definition.string.begin.ini, punctuation.definition.string.end.ini</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Git aqua</string>
+
<key>scope</key>
+
<string>keyword.other.definition.ini</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SQL yellow</string>
+
<key>scope</key>
+
<string>support.function.aggregate.sql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>SQL green</string>
+
<key>scope</key>
+
<string>string.quoted.single.sql, punctuation.definition.string.end.sql, punctuation.definition.string.begin.sql, string.quoted.double.sql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GraphQL yellow</string>
+
<key>scope</key>
+
<string>support.type.graphql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#dbbc7f</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GraphQL blue</string>
+
<key>scope</key>
+
<string>variable.parameter.graphql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>GraphQL aqua</string>
+
<key>scope</key>
+
<string>constant.character.enum.graphql</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JSON grey</string>
+
<key>scope</key>
+
<string>punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.separator.dictionary.pair.json, punctuation.separator.array.json</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JSON orange</string>
+
<key>scope</key>
+
<string>support.type.property-name.json</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>JSON green</string>
+
<key>scope</key>
+
<string>string.quoted.double.json</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>YAML grey</string>
+
<key>scope</key>
+
<string>punctuation.separator.key-value.mapping.yaml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>YAML green</string>
+
<key>scope</key>
+
<string>string.unquoted.plain.out.yaml, string.quoted.single.yaml, string.quoted.double.yaml, punctuation.definition.string.begin.yaml, punctuation.definition.string.end.yaml, string.unquoted.plain.in.yaml, string.unquoted.block.yaml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>YAML aqua</string>
+
<key>scope</key>
+
<string>punctuation.definition.anchor.yaml, punctuation.definition.block.sequence.item.yaml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#83c092</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TOML orange</string>
+
<key>scope</key>
+
<string>keyword.key.toml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#e69875</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TOML green</string>
+
<key>scope</key>
+
<string>string.quoted.single.basic.line.toml, string.quoted.single.literal.line.toml, punctuation.definition.keyValuePair.toml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#a7c080</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TOML blue</string>
+
<key>scope</key>
+
<string>constant.other.boolean.toml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#7fbbb3</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>TOML purple</string>
+
<key>scope</key>
+
<string>entity.other.attribute-name.table.toml, punctuation.definition.table.toml, entity.other.attribute-name.table.array.toml, punctuation.definition.table.array.toml</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#d699b6</string>
+
</dict>
+
</dict>
+
<dict>
+
<key>name</key>
+
<string>Comment</string>
+
<key>scope</key>
+
<string>comment, string.comment, punctuation.definition.comment</string>
+
<key>settings</key>
+
<dict>
+
<key>foreground</key>
+
<string>#859289</string>
+
<key>fontStyle</key>
+
<string>italic</string>
+
</dict>
+
</dict>
+
</array>
+
<key>uuid</key>
+
<string>3f688e48-bd62-4cd7-9981-9b491786d8c6</string>
+
<key>colorSpaceName</key>
+
<string>sRGB</string>
+
<key>semanticClass</key>
+
<string>theme.dark.everforest-dark</string>
+
<key>author</key>
+
<string/>
+
<key>comment</key>
+
<string/>
+
</dict>
+
</plist>
+27
config/lazygit/catppuccin-config.yml
···
+
git:
+
pagers:
+
- pager: diff-so-fancy
+
gui:
+
theme:
+
activeBorderColor:
+
- "#f38ba8"
+
- bold
+
inactiveBorderColor:
+
- "#a6adc8"
+
optionsTextColor:
+
- "#89b4fa"
+
selectedLineBgColor:
+
- "#313244"
+
cherryPickedCommitBgColor:
+
- "#45475a"
+
cherryPickedCommitFgColor:
+
- "#f38ba8"
+
unstagedChangesColor:
+
- "#f38ba8"
+
defaultFgColor:
+
- "#cdd6f4"
+
searchingActiveBorderColor:
+
- "#f9e2af"
+
+
authorColors:
+
"*": "#b4befe"
+10 -11
config/lazygit/config.yml
···
gui:
theme:
activeBorderColor:
-
- "#f38ba8"
+
- "#E67E80"
- bold
inactiveBorderColor:
-
- "#a6adc8"
+
- "#A7C080"
optionsTextColor:
-
- "#89b4fa"
+
- "#7FBBB3"
selectedLineBgColor:
-
- "#313244"
+
- "#2E383C"
cherryPickedCommitBgColor:
-
- "#45475a"
+
- "#414B50"
cherryPickedCommitFgColor:
-
- "#f38ba8"
+
- "#E67E80"
unstagedChangesColor:
-
- "#f38ba8"
+
- "#E67E80"
defaultFgColor:
-
- "#cdd6f4"
+
- "#D3C6AA"
searchingActiveBorderColor:
-
- "#f9e2af"
-
+
- "#DBBC7F"
authorColors:
-
"*": "#b4befe"
+
"*": "#9DA9A0"
+38
config/lsd/catppuccin.yml
···
+
user: "#cba6f7"
+
group: "#b4befe"
+
permission:
+
read: "#a6e3a1"
+
write: "#f9e2af"
+
exec: "#eba0ac"
+
exec-sticky: "#cba6f7"
+
no-access: "#a6adc8"
+
octal: "#94e2d5"
+
acl: "#94e2d5"
+
context: "#89dceb"
+
date:
+
hour-old: "#94e2d5"
+
day-old: "#89dceb"
+
older: "#74c7ec"
+
size:
+
none: "#a6adc8"
+
small: "#a6e3a1"
+
medium: "#f9e2af"
+
large: "#fab387"
+
inode:
+
valid: "#f5c2e7"
+
invalid: "#a6adc8"
+
links:
+
valid: "#f5c2e7"
+
invalid: "#a6adc8"
+
tree-edge: "#bac2de"
+
git-status:
+
default: "#cdd6f4"
+
unmodified: "#a6adc8"
+
ignored: "#a6adc8"
+
new-in-index: "#a6e3a1"
+
new-in-workdir: "#a6e3a1"
+
typechange: "#f9e2af"
+
deleted: "#f38ba8"
+
renamed: "#a6e3a1"
+
modified: "#f9e2af"
+
conflicted: "#f38ba8"
+32 -32
config/lsd/colors.yml
···
-
user: "#cba6f7"
-
group: "#b4befe"
+
user: "#D699B6"
+
group: "#ECF5ED"
permission:
-
read: "#a6e3a1"
-
write: "#f9e2af"
-
exec: "#eba0ac"
-
exec-sticky: "#cba6f7"
-
no-access: "#a6adc8"
-
octal: "#94e2d5"
-
acl: "#94e2d5"
-
context: "#89dceb"
+
read: "#8DA101"
+
write: "#DFA000"
+
exec: "#4C3743"
+
exec-sticky: "#DF69BA"
+
no-access: "#8DA101"
+
octal: "#35A77C"
+
acl: "#35A77C"
+
context: "#3A94C5"
date:
-
hour-old: "#94e2d5"
-
day-old: "#89dceb"
-
older: "#74c7ec"
+
hour-old: "#35A77C"
+
day-old: "#3A94C5"
+
older: "#384B55"
size:
-
none: "#a6adc8"
-
small: "#a6e3a1"
-
medium: "#f9e2af"
-
large: "#fab387"
+
none: "#8DA101"
+
small: "#8DA101"
+
medium: "#DFA000"
+
large: "#F57D26"
inode:
-
valid: "#f5c2e7"
-
invalid: "#a6adc8"
+
valid: "#E67E80"
+
invalid: "#A7C080"
links:
-
valid: "#f5c2e7"
-
invalid: "#a6adc8"
-
tree-edge: "#bac2de"
+
valid: "#E67E80"
+
invalid: "#A7C080"
+
tree-edge: "#4F5B58"
git-status:
-
default: "#cdd6f4"
-
unmodified: "#a6adc8"
-
ignored: "#a6adc8"
-
new-in-index: "#a6e3a1"
-
new-in-workdir: "#a6e3a1"
-
typechange: "#f9e2af"
-
deleted: "#f38ba8"
-
renamed: "#a6e3a1"
-
modified: "#f9e2af"
-
conflicted: "#f38ba8"
+
default: "#D3C6AA"
+
unmodified: "#8DA101"
+
ignored: "#8DA101"
+
new-in-index: "#8DA101"
+
new-in-workdir: "#8DA101"
+
typechange: "#DFA000"
+
deleted: "#F85552"
+
renamed: "#8DA101"
+
modified: "#DFA000"
+
conflicted: "#F85552"
+1 -1
config/nvim/lazy-lock.json
···
{
"LuaSnip": { "branch": "master", "commit": "3732756842a2f7e0e76a7b0487e9692072857277" },
-
"catppuccin": { "branch": "main", "commit": "da33755d00e09bff2473978910168ff9ea5dc453" },
"cmp-nvim-lsp": { "branch": "main", "commit": "cbc7b02bb99fae35cb42f514762b89b5126651ef" },
"cmp-nvim-lsp-signature-help": { "branch": "main", "commit": "fd3e882e56956675c620898bf1ffcf4fcbe7ec84" },
"cmp-path": { "branch": "main", "commit": "c642487086dbd9a93160e1679a1327be111cbc25" },
"cmp_luasnip": { "branch": "master", "commit": "98d9cb5c2c38532bd9bdb481067b20fea8f32e90" },
"conform.nvim": { "branch": "master", "commit": "afce105eb47b0869dfafdac90d82f02ef2419d61" },
+
"everforest": { "branch": "master", "commit": "484dd560dccb2d2842685c441ad2b54a54ffef1b" },
"fidget.nvim": { "branch": "main", "commit": "e32b672d8fd343f9d6a76944fedb8c61d7d8111a" },
"gemini-vim-syntax": { "branch": "master", "commit": "596d1f36b386e5b2cc1af4f2f8285134626878d1" },
"gitsigns.nvim": { "branch": "main", "commit": "cdafc320f03f2572c40ab93a4eecb733d4016d07" },
+17 -7
config/nvim/lua/lazy-plugins.lua
···
end,
},
-
{ -- Catppuccin theme
-
'catppuccin/nvim',
-
name = 'catppuccin',
+
{ -- everforest theme
+
'sainnhe/everforest',
+
lazy = false,
priority = 1000,
config = function()
-
vim.cmd 'colorscheme catppuccin'
-
require('catppuccin').setup {
-
flavor = 'mocha',
-
}
+
vim.g.everforest_enable_italic = true
+
vim.cmd.colorscheme 'everforest'
end,
},
+
+
--{ -- Catppuccin theme
+
--'catppuccin/nvim',
+
--name = 'catppuccin',
+
--priority = 1000,
+
--config = function()
+
--vim.cmd 'colorscheme catppuccin'
+
--require('catppuccin').setup {
+
--flavor = 'mocha',
+
--}
+
--end,
+
--},
{ --NERDCommenter
'preservim/nerdcommenter',
+31 -37
config/starship.toml
···
"""
# # PALETTE
-
palette = 'catppuccin_mocha'
+
palette = 'everforest_hard'
+
+
[palettes.everforest_hard]
+
cmd_duration_color = '#DBBC7F'
+
directory_color = '#83C092'
+
git_status_color = '#D3C6AA'
+
hostname_color = '#7FBBB3'
+
os_color = '#9DA9A0'
+
shell_color = '#ECF5ED'
+
status_color = '#E67E80'
+
time_color = '#E69875'
+
username_color = '#E67E80'
[palettes.catppuccin_mocha]
-
rosewater = '#f5e0dc'
-
flamingo = '#f2cdcd'
-
pink = '#f5c2e7'
-
mauve = '#cba6f7'
-
red = '#f38ba8'
-
maroon = '#eba0ac'
-
peach = '#fab387'
-
yellow = '#f9e2af'
-
green = '#a6e3a1'
-
teal = '#94e2d5'
-
sky = '#89dceb'
-
sapphire = '#74c7ec'
-
blue = '#89b4fa'
-
lavender = '#b4befe'
-
text = '#cdd6f4'
-
subtext1 = '#bac2de'
-
subtext0 = '#a6adc8'
-
overlay2 = '#9399b2'
-
overlay1 = '#7f849c'
-
overlay0 = '#6c7086'
-
surface2 = '#585b70'
-
surface1 = '#45475a'
-
surface0 = '#313244'
-
base = '#1e1e2e'
-
mantle = '#181825'
-
crust = '#11111b'
+
cmd_duration_color = '#f9e2af'
+
directory_color = '#a6adc8'
+
git_status_color = '#cdd6f4'
+
hostname_color = '#b4befe'
+
os_color = '#f5e0dc'
+
shell_color = 'white'
+
status_color = '#f38ba8'
+
time_color = '#fab387'
+
username_color = '#f38ba8'
## LEFT SIDE - FIRST LINE
[os]
disabled = true
format = '[($name)]($style) '
-
style = 'bold rosewater'
+
style = 'bold os_color'
[os.symbols]
CachyOS = 'CachyOS'
···
Ubuntu = 'Ubuntu'
[directory]
-
style = 'subtext0'
+
style = 'directory_color'
truncation_length = 8
truncate_to_repo = true
truncation_symbol = 'repo: '
···
symbol = ' '
[git_status]
-
style = 'text'
+
style = 'git_status_color'
ahead = '⇡${count}'
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
behind = '⇣${count}'
···
[cmd_duration]
min_time = 1
-
style = 'yellow'
+
style = 'cmd_duration_color'
format = '[$duration]($style) '
disabled = false
[status]
format = 'exit status: [$status = $common_meaning]($style) '
disabled = false
-
style = 'bold red'
+
style = 'bold status_color'
recognize_signal_code = true
map_symbol = true
···
disabled = false
format = '[$time]($style) '
time_format = '%T'
-
style = 'bold peach'
+
style = 'bold time_color'
## LEFT SIDE - SECOND LINE
[username]
format = '[$user]($style)@'
-
style_user = 'red'
-
style_root = 'bold red'
+
style_user = 'username_color'
+
style_root = 'bold username_color'
show_always = true
[hostname]
format = '[$hostname]($style)'
-
style = 'lavender'
+
style = 'hostname_color'
trim_at = '.local'
ssh_only = false
disabled = false
···
zsh_indicator = 'zsh %'
nu_indicator = 'nu ~>'
format = ':[$indicator]($style) '
-
style = 'white bold'
+
style = 'shell_color bold'
+1 -1
config/zellij/config.kdl
···
copy_on_select true
on_force_close "quit"
default_layout "desktop"
-
theme "catppuccin-mocha"
+
theme "everforest-dark-medium"
keybinds {
unbind "Ctrl h"
}
+15
config/zellij/themes/everforest.kdl
···
+
themes {
+
everforest-dark-medium {
+
bg "#2f383e"
+
fg "#d3c6aa"
+
red "#d6494d"
+
green "#a7c080"
+
blue "#7fbbb3"
+
yellow "#dbbc7f"
+
magenta "#d699b6"
+
orange "#e69875"
+
cyan "#83c092"
+
black "#4a555b"
+
white "#a7c080"
+
}
+
}
+12 -86
zsh/.zshrc
···
# Use autosuggestions when typing commands
zplug "zsh-users/zsh-autosuggestions"
-
# Use a keybinding to complete parts of command from the history file
-
zplug "zsh-users/zsh-history-substring-search"
+
# Use fast-syntax-highlighting
+
zplug "zdharma-continuum/fast-syntax-highlighting"
# Use syntax highlighting when typing commands
-
zplug "zsh-users/zsh-syntax-highlighting", defer:2
+
#zplug "zsh-users/zsh-syntax-highlighting", defer:2
# Press escape twice to prepend `sudo` to the command line
zplug "plugins/sudo", from:oh-my-zsh
···
/home/jas/bin/quickinfo || true
### ALIASES
+
+
# Change directory using xplr
+
alias xcd='cd "$(xplr --print-pwd-as-result)"'
if command -v batcat >/dev/null; then
alias bat='batcat'
···
if test -x "$(command -v yazi)"; then
bindkey -s '^[f' 'yazi^M'
fi
-
-
## history substring search
-
bindkey '^[[1;5A' history-substring-search-up
-
bindkey '^[[1;5B' history-substring-search-down
### FUNCTIONS
···
### FZF
+
# Everforest Hard colorscheme
export FZF_DEFAULT_OPTS=" \
-
--color=bg+:#313244,bg:#1E1E2E,spinner:#F5E0DC,hl:#F38BA8 \
-
--color=fg:#CDD6F4,header:#F38BA8,info:#CBA6F7,pointer:#F5E0DC \
-
--color=marker:#B4BEFE,fg+:#CDD6F4,prompt:#CBA6F7,hl+:#F38BA8 \
-
--color=selected-bg:#45475A \
-
--color=border:#6C7086,label:#CDD6F4"
+
--color=bg+:#2f383e,bg:#272E33,spinner:#DFA000,hl:#E67E80 \
+
--color=fg:#D3C6AA,header:#E67E80,info:#E69875,pointer:#D699B6 \
+
--color=marker:#7FBBB3,fg+:#D3C6AA,prompt:#35A77C,hl+:#E67E80 \
+
--color=selected-bg:#414B50 \
+
--color=border:#E67E80,label:#D3C6AA"
## completion trigger
export FZF_COMPLETION_TRIGGER="~~"
···
# Do *not* run all background jobs at a lower nice priority
unsetopt bgnice
-
# Catppuccin Mocha Theme (for zsh-syntax-highlighting)
-
#
-
# Paste this files contents inside your ~/.zshrc before you activate zsh-syntax-highlighting
-
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main cursor)
-
typeset -gA ZSH_HIGHLIGHT_STYLES
-
-
# Main highlighter styling: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters/main.md
-
#
-
## General
-
### Diffs
-
### Markup
-
## Classes
-
## Comments
-
ZSH_HIGHLIGHT_STYLES[comment]='fg=#585b70'
-
## Constants
-
## Entitites
-
## Functions/methods
-
ZSH_HIGHLIGHT_STYLES[alias]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[suffix-alias]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[global-alias]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[function]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[command]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[precommand]='fg=#a6e3a1,italic'
-
ZSH_HIGHLIGHT_STYLES[autodirectory]='fg=#fab387,italic'
-
ZSH_HIGHLIGHT_STYLES[single-hyphen-option]='fg=#fab387'
-
ZSH_HIGHLIGHT_STYLES[double-hyphen-option]='fg=#fab387'
-
ZSH_HIGHLIGHT_STYLES[back-quoted-argument]='fg=#cba6f7'
-
## Keywords
-
## Built ins
-
ZSH_HIGHLIGHT_STYLES[builtin]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[reserved-word]='fg=#a6e3a1'
-
ZSH_HIGHLIGHT_STYLES[hashed-command]='fg=#a6e3a1'
-
## Punctuation
-
ZSH_HIGHLIGHT_STYLES[commandseparator]='fg=#f38ba8'
-
ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-unquoted]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[process-substitution-delimiter]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[back-quoted-argument-delimiter]='fg=#f38ba8'
-
ZSH_HIGHLIGHT_STYLES[back-double-quoted-argument]='fg=#f38ba8'
-
ZSH_HIGHLIGHT_STYLES[back-dollar-quoted-argument]='fg=#f38ba8'
-
## Serializable / Configuration Languages
-
## Storage
-
## Strings
-
ZSH_HIGHLIGHT_STYLES[command-substitution-quoted]='fg=#f9e2af'
-
ZSH_HIGHLIGHT_STYLES[command-substitution-delimiter-quoted]='fg=#f9e2af'
-
ZSH_HIGHLIGHT_STYLES[single-quoted-argument]='fg=#f9e2af'
-
ZSH_HIGHLIGHT_STYLES[single-quoted-argument-unclosed]='fg=#eba0ac'
-
ZSH_HIGHLIGHT_STYLES[double-quoted-argument]='fg=#f9e2af'
-
ZSH_HIGHLIGHT_STYLES[double-quoted-argument-unclosed]='fg=#eba0ac'
-
ZSH_HIGHLIGHT_STYLES[rc-quote]='fg=#f9e2af'
-
## Variables
-
ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[dollar-quoted-argument-unclosed]='fg=#eba0ac'
-
ZSH_HIGHLIGHT_STYLES[dollar-double-quoted-argument]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[assign]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[named-fd]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[numeric-fd]='fg=#cdd6f4'
-
## No category relevant in spec
-
ZSH_HIGHLIGHT_STYLES[unknown-token]='fg=#eba0ac'
-
ZSH_HIGHLIGHT_STYLES[path]='fg=#cdd6f4,underline'
-
ZSH_HIGHLIGHT_STYLES[path_pathseparator]='fg=#f38ba8,underline'
-
ZSH_HIGHLIGHT_STYLES[path_prefix]='fg=#cdd6f4,underline'
-
ZSH_HIGHLIGHT_STYLES[path_prefix_pathseparator]='fg=#f38ba8,underline'
-
ZSH_HIGHLIGHT_STYLES[globbing]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[history-expansion]='fg=#cba6f7'
-
#ZSH_HIGHLIGHT_STYLES[command-substitution]='fg=?'
-
#ZSH_HIGHLIGHT_STYLES[command-substitution-unquoted]='fg=?'
-
#ZSH_HIGHLIGHT_STYLES[process-substitution]='fg=?'
-
#ZSH_HIGHLIGHT_STYLES[arithmetic-expansion]='fg=?'
-
ZSH_HIGHLIGHT_STYLES[back-quoted-argument-unclosed]='fg=#eba0ac'
-
ZSH_HIGHLIGHT_STYLES[redirection]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[arg0]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[default]='fg=#cdd6f4'
-
ZSH_HIGHLIGHT_STYLES[cursor]='fg=#cdd6f4'