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:
parent
6d82162f16
commit
d0a2853bf2
3 changed files with 22 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue