From 435b7c1208df2bae29ecb58c129d005d79fda204 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 27 Mar 2025 00:30:07 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-27 00:30:07 --- .config/bat/themes/Ashen.tmTheme | 344 +++++++++++++++++++++++++++++++ .config/bat/themes/ashen.tmTheme | 8 +- 2 files changed, 349 insertions(+), 3 deletions(-) create mode 100644 .config/bat/themes/Ashen.tmTheme diff --git a/.config/bat/themes/Ashen.tmTheme b/.config/bat/themes/Ashen.tmTheme new file mode 100644 index 00000000..96c5157c --- /dev/null +++ b/.config/bat/themes/Ashen.tmTheme @@ -0,0 +1,344 @@ + + + + + + + + + name + Ashen + settings + + + settings + + background + #121212 + caret + #f8f8f0 + foreground + #B4B4B4 + invisibles + #3B3A32 + lineHighlight + #353535 + selection + #323232 + findHighlight + #D87C4A + findHighlightForeground + #121212 + selectionBorder + #222218 + activeGuide + #D87C4A + bracketsForeground + #F8F8F2A5 + bracketsOptions + underline + bracketContentsForeground + #F8F8F2A5 + bracketContentsOptions + underline + tagsOptions + stippled_underline + + + + name + Comment + scope + comment + settings + + foreground + #737373 + fontStyle + + + + + name + String + scope + string + settings + + foreground + #DF6464 + + + + name + Number + scope + constant.numeric + settings + + foreground + #4A8B8B + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #4A8B8B + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #C4693D + + + + name + Variable + scope + variable + settings + + fontStyle + + foreground + #B4B4B4 + + + + name + String interpolation + scope + constant.character.escaped, constant.character.escape, string source, string source.ruby + settings + + fontStyle + + foreground + #DF6464 + + + + name + Keyword + scope + keyword + settings + + foreground + #B14242 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #D5D5D5 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #B14242 + + + + name + Class name + scope + entity.name.class, +variable.other.block.ruby, +punctuation.separator.variable.ruby + settings + + foreground + #D5D5D5 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + foreground + #D5D5D5 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #D5D5D5 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #D5D5D5 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #737373 + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #A7A7A7 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #D5D5D5 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #C4693D + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #D5D5D5 + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + + + + scope + entity.name.filename + settings + + foreground + #E6DB74 + + + + scope + message.error + settings + + foreground + #F83333 + + + + name + Operator + scope + keyword.operator + settings + + foreground + #D87C4A + + + + name + Keyword operator + scope + keyword.operator + settings + + foreground + #C4693D + + + + uuid + 83091B89-765E-4F0D-9275-0EC6CB084126 + colorSpaceName + sRGB + semanticClass + theme.dark.bj_darcula + author + Bernat Jufré + + diff --git a/.config/bat/themes/ashen.tmTheme b/.config/bat/themes/ashen.tmTheme index f969ee5c..ff25517e 100644 --- a/.config/bat/themes/ashen.tmTheme +++ b/.config/bat/themes/ashen.tmTheme @@ -18,23 +18,25 @@ accent #E49A44 activeGuide - #B4B4B4 + #1D1D1D background #121212 caret #C4693D foreground #B4B4B4 - gutter - #535353 gutterForeground #B4B4B4 + invisibles + #000000 lineHighlight #191919 misspelling #C53030 selection #322119 + selectionBorder + #1D1D1D