flavours: Add fzf styling

Added styling for fzf using the base16 schemes. Currently applies only
on newly opened shell environments but that's good enough for me.
This commit is contained in:
Marty Oehme 2024-06-13 10:19:20 +02:00
parent 6d82162f16
commit d0a2853bf2
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 22 additions and 7 deletions

View file

@ -61,7 +61,6 @@ template = "qutebrowser"
subtemplate = "minimal"
file = "~/.local/state/qutebrowser/colorscheme.py"
rewrite = true
light = false
hook = "pgrep -x qutebrowser && qutebrowser :config-source"
# CSS Webpage styling in qutebrowser
@ -90,3 +89,10 @@ file = "~/.config/sioyek/prefs_user.config"
rewrite = false
start = "# START FLAVOURS"
end = "# END FLAVOURS"
[[items]]
template = "fzf"
subtemplate = "sh"
file = "~/.config/sh/env.d/fzf-base16.sh"
rewrite = true
hook = "source ~/.config/sh/env.d/fzf-base16.sh"