From 0bf79409b5244708a8916df0e78a5214fd205e81 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Wed, 22 May 2024 15:38:08 +0200 Subject: [PATCH] Added dracula theme to fzf --- moduler/common/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/moduler/common/fish.nix b/moduler/common/fish.nix index f8c84a6..45795ca 100644 --- a/moduler/common/fish.nix +++ b/moduler/common/fish.nix @@ -43,6 +43,7 @@ }; interactiveShellInit = '' set fish_greeting # Disable greeting + set -Ux FZF_DEFAULT_OPTS "--color=fg:#f8f8f2,bg:#282a36,hl:#bd93f9 --color=fg+:#f8f8f2,bg+:#44475a,hl+:#bd93f9 --color=info:#ffb86c,prompt:#50fa7b,pointer:#ff79c6 --color=marker:#ff79c6,spinner:#ffb86c,header:#6272a4" ''; }; }