-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfuzzel.tera
More file actions
22 lines (22 loc) · 670 Bytes
/
fuzzel.tera
File metadata and controls
22 lines (22 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
whiskers:
version: 2.6.0
matrix:
- flavor
- accent
filename: "themes/catppuccin-{{flavor.identifier}}/{{accent}}.ini"
opacityBg: "dd"
opacity0: "ff"
---
[colors]
background={{ base.hex }}{{ opacityBg }}
text={{ text.hex }}{{ opacity0 }}
prompt={{ subtext1.hex }}{{ opacity0 }}
placeholder={{ overlay1.hex }}{{ opacity0 }}
input={{ text.hex }}{{ opacity0 }}
match={{ flavor.colors[accent].hex }}{{ opacity0 }}
selection={{ surface2.hex }}{{ opacity0 }}
selection-text={{ text.hex }}{{ opacity0 }}
selection-match={{ flavor.colors[accent].hex }}{{ opacity0 }}
counter={{ overlay1.hex }}{{ opacity0 }}
border={{ flavor.colors[accent].hex }}{{ opacity0 }}