From 8d7cc76cde145133d4d6344bb71e911adc4063df Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 12 Feb 2024 22:07:35 -0600 Subject: [PATCH] feat(bat): use custom kanagawa theme --- dots/.config/bat/config | 1 + dots/.config/bat/themes/Kanagawa.tmTheme | 636 +++++++++++++++++++++++ 2 files changed, 637 insertions(+) create mode 100644 dots/.config/bat/themes/Kanagawa.tmTheme diff --git a/dots/.config/bat/config b/dots/.config/bat/config index 10db2b8e..f3341fb7 100644 --- a/dots/.config/bat/config +++ b/dots/.config/bat/config @@ -5,3 +5,4 @@ --style="header,grid,numbers,snip" --italic-text="always" --pager="never" +--theme="Kanagawa" diff --git a/dots/.config/bat/themes/Kanagawa.tmTheme b/dots/.config/bat/themes/Kanagawa.tmTheme new file mode 100644 index 00000000..2d567f9a --- /dev/null +++ b/dots/.config/bat/themes/Kanagawa.tmTheme @@ -0,0 +1,636 @@ + + + + + + + + + name + kanagawa + settings + + + settings + + background + #1F1F28 + foreground + #dcd7ba + lineHighlight + #363646 + selection + #223249 + + + + name + Comment + scope + comment + settings + + fontStyle + italic + foreground + #727169 + + + + name + String + scope + string + settings + + foreground + #98bb6c + + + + name + Number + scope + constant.numeric + settings + + foreground + #d27e99 + + + + name + Built-in constant + scope + constant.language + settings + + foreground + #7fb4ca + + + + name + User-defined constant + scope + constant.character, constant.other + settings + + foreground + #ffa066 + + + + name + Variable + scope + variable + settings + + foreground + #dcd7ba + + + + name + Keyword + scope + keyword + settings + + foreground + #FF5D62 + + + + name + Storage + scope + storage + settings + + fontStyle + + foreground + #7aa89f + + + + name + Storage type + scope + storage.type + settings + + foreground + #957FB8 + + + + name + Function argument + scope + variable.parameter + settings + + foreground + #FFA066 + + + + name + Tag name + scope + entity.name.tag + settings + + foreground + #7aa89f + + + + name + Tag attribute + scope + entity.other.attribute-name + settings + + fontStyle + + foreground + #7fb4ca + + + + name + Punctuation Definition Entity + scope + punctuation.definition.entity + settings + + foreground + #9CABCA + + + + name + Entity Other Attribute-Name + scope + entity.other.attribute-name + settings + + foreground + #e6c384 + + + + name + Class Name + scope + entity.name + settings + + foreground + #7aa89f + + + + name + Punctuation Comment + scope + punctuation.definition.comment + settings + + fontStyle + italic + foreground + #727169 + + + + name + Brackets/Braces + scope + brace + settings + + foreground + #9cabca + + + + name + Constant + scope + constant.language + settings + + foreground + #ffa066 + + + + name + Built In Types + scope + type.built-ins + settings + + foreground + #7fb4ca + + + + name + Import Types + scope + type.import + settings + + foreground + #E6C384 + + + + name + Class Inheritance + scope + class.inheritance + settings + + foreground + #7aa89f + + + + name + Section Embedded + scope + section.embedded + settings + + foreground + #9cabca + + + + name + Punctuation + scope + punctuation + settings + + foreground + #9cabca + + + + name + Types + scope + type + settings + + foreground + #7aa89f + + + + name + Support Constant + scope + support.constant + settings + + foreground + #e6c384 + + + + name + Support Class + scope + support.class + settings + + foreground + #7aa89f + + + + name + Property Name + scope + property-name + settings + + foreground + #e6c384 + + + + name + Storage Modifier Lifetime Rust + scope + storage.modifier.lifetime.rust + settings + + foreground + #7aa89f + + + + name + Storage Modifier + scope + storage.modifier + settings + + foreground + #7aa89f + + + + name + Generic + scope + generic + settings + + foreground + #7aa89f + + + + name + Macro + scope + macro + settings + + foreground + #FF5D62 + + + + name + Support Macro + scope + support.macro + settings + + foreground + #FF5D62 + + + + name + Path + scope + meta.path + settings + + foreground + #e6c384 + + + + name + Variable Language + scope + variable.language + settings + + foreground + #FF5D62 + + + + name + keyword.control.flow + scope + keyword.control.flow + settings + + foreground + #957FB8 + + + + name + keyword.operator.logical + scope + keyword.operator.logical + settings + + foreground + #e6c384 + + + + name + keyword.operator.arithmetic + scope + keyword.operator.arithmetic + settings + + foreground + #e6c384 + + + + name + punctuation.definition.string + scope + punctuation.definition.string + settings + + foreground + #98bb6c + + + + name + support.constant.property-value + scope + support.constant.property-value + settings + + foreground + #98bb6c + + + + name + keyword.other.unit + scope + keyword.other.unit + settings + + foreground + #98bb6c + + + + name + keyword.operator + scope + keyword.operator + settings + + foreground + #e6c384 + + + + name + variable.annotation + scope + variable.annotation + settings + + foreground + #FF5D62 + + + + name + Support + scope + support + settings + + foreground + #7aa89f + + + + name + variable.other.member + scope + variable.other.member + settings + + foreground + #e6c384 + + + + name + Generic + scope + meta.generic + settings + + foreground + #7aa89f + + + + name + meta.function.return-type + scope + meta.function.return-type + settings + + foreground + #7aa89f + + + + name + meta.property + scope + meta.property + settings + + foreground + #e6c384 + + + + name + support.function + scope + support.function + settings + + foreground + #7e9cd8 + + + + name + variable.type + scope + variable.type + settings + + foreground + #7aa89f + + + + name + meta.function-call + scope + meta.function-call + settings + + foreground + #7e9cd8 + + + + name + entity.name.function + scope + entity.name.function + settings + + foreground + #7e9cd8 + + + + name + meta.function-call.arguments + scope + meta.function-call.arguments + settings + + foreground + #dcd7ba + + + + name + variable.parameter + scope + variable.parameter + settings + + foreground + #b8b4d0 + + + + name + variable.function + scope + variable.function + settings + + foreground + #7e9cd8 + + + + uuid + D8D5E82E-3D5B-46B5-B38E-8C841C21347D + colorSpaceName + sRGB + semanticClass + theme.dark.kanagawa + +