summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pywal/templates/colors.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/pywal/templates/colors.sh b/pywal/templates/colors.sh
index 3f568e8..ba852b7 100644
--- a/pywal/templates/colors.sh
+++ b/pywal/templates/colors.sh
@@ -26,7 +26,8 @@ color14='{color14}'
color15='{color15}'
# FZF colors
-export FZF_DEFAULT_OPTS+='
- --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
- --color info:7,prompt:2,spinner:1,pointer:232,marker:1
-'
+export FZF_DEFAULT_OPTS="
+ $FZF_DEFAULT_OPTS
+ --color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
+ --color info:7,prompt:2,spinner:1,pointer:232,marker:1
+"