From a5a6bfc8a5d632a76335d3021a9ae8f423efd40d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Dec 2025 16:31:13 -0500 Subject: Add ef-dream themes for bat, fzf, telegram; reorganize polybar with GPU monitoring; fix xmonad tab colors --- lib/ef-dream-bat.tmTheme | 195 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 lib/ef-dream-bat.tmTheme (limited to 'lib/ef-dream-bat.tmTheme') diff --git a/lib/ef-dream-bat.tmTheme b/lib/ef-dream-bat.tmTheme new file mode 100644 index 0000000..9d15d82 --- /dev/null +++ b/lib/ef-dream-bat.tmTheme @@ -0,0 +1,195 @@ + + + + + name + ef-dream + settings + + + settings + + background + #232025 + foreground + #efd5c5 + caret + #f3c09a + lineHighlight + #322f34 + selection + #3b393e + + + + name + Comment + scope + comment + settings + + foreground + #8f8886 + fontStyle + italic + + + + name + String + scope + string + settings + + foreground + #51b04f + + + + name + Number + scope + constant.numeric + settings + + foreground + #8fcfd0 + + + + name + Constant + scope + constant.language, constant.character, constant.other + settings + + foreground + #6fb3c0 + + + + name + Keyword + scope + keyword, storage + settings + + foreground + #d0b0ff + + + + name + Function + scope + entity.name.function, support.function + settings + + foreground + #ffaacf + + + + name + Type + scope + entity.name.type, support.type, support.class + settings + + foreground + #57b0ff + + + + name + Variable + scope + variable + settings + + foreground + #efd5c5 + + + + name + Operator + scope + keyword.operator + settings + + foreground + #efd5c5 + + + + name + Preprocessor + scope + meta.preprocessor, entity.name.function.preprocessor + settings + + foreground + #c0b24f + + + + name + Tag + scope + entity.name.tag, entity.other.attribute-name + settings + + foreground + #ffaacf + + + + name + Error + scope + invalid + settings + + foreground + #ff6f6f + fontStyle + bold + + + + name + Diff Inserted + scope + markup.inserted + settings + + foreground + #51b04f + + + + name + Diff Deleted + scope + markup.deleted + settings + + foreground + #ff6f6f + + + + name + Diff Changed + scope + markup.changed + settings + + foreground + #c0b24f + + + + + -- cgit v1.2.3