From 97d0e850fba8b69fc27f8b00b6df0926f19a3b2b Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Mon, 29 Aug 2022 20:32:17 +0200 Subject: [PATCH] [fish] fix background color --- .config/fish/fish_variables | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 8fce8a5..0a8dd6a 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,7 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export --path GOPATH:/home/bredow/build/go -SETUVAR __fish_initialized:3100 +SETUVAR __fish_initialized:3400 SETUVAR _fisher_jorgebucaran_2F_fisher_files:/home/bredow/\x2econfig/fish/functions/fisher\x2efish\x1e/home/bredow/\x2econfig/fish/completions/fisher\x2efish SETUVAR _fisher_plugins:jorgebucaran/fisher SETUVAR fish_color_autosuggestion:555\x1ebrblack @@ -33,3 +33,4 @@ SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan +SETUVAR fish_pager_color_selected_background:\x2dr