forked from Shinonome/dots-hyprland
7593938986
Instead of overwriting the entire fuzzel.ini on each theme change. Theme changes are made to fuzzel.theme which is then imported by fuzzel.ini Rationale: I like to use vim binds for fuzzel and there wasn't a good way to modify fuzzel.ini without making the end-4 update process complicated.
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
[colors]
|
|
background={{ $background }}ff
|
|
text={{ $onBackground }}ff
|
|
selection={{ $surfaceVariant }}ff
|
|
selection-text={{ $onSurfaceVariant }}ff
|
|
border={{ $surfaceVariant }}dd
|
|
match={{ $primary }}ff
|
|
selection-match={{ $primary }}ff
|