summaryrefslogtreecommitdiff
path: root/src/caelestia/data
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 22:09:44 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-11 22:09:44 +1000
commit63040f68b7098ba2cf7b83ab878420debe75cfb1 (patch)
tree57760739fa541802c95cb79f2905d0dc9fad12a2 /src/caelestia/data
parentfeat: theme spicetify (diff)
downloadcaelestia-cli-63040f68b7098ba2cf7b83ab878420debe75cfb1.tar.gz
caelestia-cli-63040f68b7098ba2cf7b83ab878420debe75cfb1.tar.bz2
caelestia-cli-63040f68b7098ba2cf7b83ab878420debe75cfb1.zip
feat: theme fuzzel
Diffstat (limited to 'src/caelestia/data')
-rw-r--r--src/caelestia/data/templates/fuzzel.ini41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/caelestia/data/templates/fuzzel.ini b/src/caelestia/data/templates/fuzzel.ini
new file mode 100644
index 0000000..d4eaafe
--- /dev/null
+++ b/src/caelestia/data/templates/fuzzel.ini
@@ -0,0 +1,41 @@
+font=JetBrains Mono NF:size=17
+terminal=foot -e
+prompt="> "
+layer=overlay
+lines=15
+width=60
+dpi-aware=no
+inner-pad=10
+horizontal-pad=40
+vertical-pad=15
+match-counter=yes
+
+[colors]
+background=282c34dd
+text=abb2bfdd
+prompt=d19a66ff
+placeholder=666e7cff
+input=abb2bfff
+match=be5046ff
+selection=d19a6687
+selection-text=abb2bfff
+selection-match=be5046ff
+counter=666e7cff
+border=d19a6677
+
+[border]
+radius=10
+width=2
+
+[colors]
+background=$surfacedd
+text=$onSurfacedd
+prompt=$primaryff
+placeholder=$outlineff
+input=$onSurfaceff
+match=$tertiaryff
+selection=$primary87
+selection-text=$onSurfaceff
+selection-match=$tertiaryff
+counter=$outlineff
+border=$primary77