diff --git a/config/bat/tender.tmTheme b/config/bat/tender.tmTheme new file mode 100644 index 0000000..4432bc2 --- /dev/null +++ b/config/bat/tender.tmTheme @@ -0,0 +1,301 @@ + + + + + + + + + name + tender + settings + + + settings + + background + #202020 + caret + #FFFFFF + foreground + #FFFFFF + invisibles + #404040 + lineHighlight + #404040 + selection + #D0D0D0 + + + + name + Comment + scope + comment + settings + + foreground + #505050 + + + + name + String + scope + string + settings + + foreground + #D3B987 + + + + name + Number + scope + constant.numeric + settings + + foreground + #F43753 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #E5B567 + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #E5B567 + + + + name + Variable + scope + variable + settings + + fontStyle + + foreground + #73CEF4 + + + + name + Keyword + scope + keyword + settings + + foreground + #B3DEEF + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #F43753 + + + + name + Storage type + scope + storage.type + settings + + fontStyle + italic + foreground + #73CEF4 + + + + name + Class name + scope + entity.name.class + settings + + fontStyle + underline + foreground + #1DD361 + + + + name + Inherited class + scope + entity.other.inherited-class + settings + + fontStyle + italic underline + foreground + #1DD361 + + + + name + Function name + scope + entity.name.function + settings + + fontStyle + + foreground + #1DD361 + + + + name + Function argument + scope + variable.parameter + settings + + fontStyle + italic + foreground + #E5B567 + + + + name + Tag name + scope + entity.name.tag + settings + + fontStyle + + foreground + #B3DEEF + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #1DD361 + + + + name + Library function + scope + support.function + settings + + fontStyle + + foreground + #73CEF4 + + + + name + Library constant + scope + support.constant + settings + + fontStyle + + foreground + #73CEF4 + + + + name + Library class/type + scope + support.type, support.class + settings + + fontStyle + italic + foreground + #73CEF4 + + + + name + Library variable + scope + support.other.variable + settings + + fontStyle + + foreground + #73CEF4 + + + + name + Invalid + scope + invalid + settings + + background + #6C99BB + fontStyle + + foreground + #F8F8F0 + + + + name + Invalid deprecated + scope + invalid.deprecated + settings + + background + #6C99BB + foreground + #F8F8F0 + + + + uuid + D8D5E82E-3D5B-46B5-B38E-8C841C21347D + colorSpaceName + sRGB + semanticClass + theme.dark.tender + + diff --git a/config/ghostty/config b/config/ghostty/config index 1b96efb..2c6509b 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -52,5 +52,5 @@ palette = 14=#73cef4 palette = 15=#ffffff background = #202020 foreground = #ffffff -selection-background = 404040 -selection-foreground = d0d0d0 +selection-background = #404040 +selection-foreground = #d0d0d0