From c5e052386bda560e1a2d93d31a7ce68fec179391 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 27 Jun 2023 23:22:34 +0200 Subject: [PATCH] fix: remove fzf colors because not working --- nixos/home/dotfiles.nix | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/nixos/home/dotfiles.nix b/nixos/home/dotfiles.nix index 283b31e..250ca0f 100644 --- a/nixos/home/dotfiles.nix +++ b/nixos/home/dotfiles.nix @@ -9,20 +9,9 @@ in fzf = { enable = true; enableBashIntegration = true; - colors = { - fg = "ffffff"; - bg = "4b5263"; - hl = "d858fe"; - "fg+" = "#ffffff"; - "bg+" = "#4b5263"; - "hl+" = "#d858fe"; - info = "#98c379"; - prompt = "#61afef"; - pointer = "#be5046"; - marker = "#e5c07b"; - spinner = "#61afef"; - header = "#61afef"; - }; + #colors = { + # not working ? + #}; }; eww = {