feat(theming): style fzf

This commit is contained in:
Moritz Böhme 2023-03-18 06:12:48 +01:00
parent fce3afaa65
commit 75591db511
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 65 additions and 36 deletions

View file

@ -36,6 +36,20 @@ in
{
home-manager.users.moritz = {
programs = {
fzf.colors = {
"bg+" = "#${surface0}";
"fg+" = "#${text}";
"hl+" = "#${red}";
bg = "#${base}";
fg = "#${text}";
header = "#${red}";
hl = "#${red}";
info = "#${mauve}";
marker = "#${rosewater}";
pointer = "#${rosewater}";
prompt = "#${mauve}";
spinner = "#${rosewater}";
};
kitty.extraConfig = ''
# vim:ft=kitty