1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Fixes wal fish template

This commit is contained in:
Ryan Kes 2020-02-22 19:28:58 +01:00
parent 66873e60dd
commit a4ca365978
2 changed files with 22 additions and 28 deletions

View File

@ -107,5 +107,3 @@ if set -q FZF_COMPLETE
bind -M insert \t '__fzf_complete'
end
end
cat ~/.cache/wal/sequences

View File

@ -1,36 +1,32 @@
# Shell variables
# Generated by 'wal'
set wallpaper "{wallpaper}"
set -g wallpaper "{wallpaper}"
# Special
set background "{background}"
set foreground "{foreground}"
set cursor '{cursor}'
set -g background "{background}"
set -g foreground "{foreground}"
set -g cursor '{cursor}'
# Colors
set color0 "{color0}"
set color1 "{color1}"
set color2 "{color2}"
set color3 "{color3}"
set color4 "{color4}"
set color5 "{color5}"
set color6 "{color6}"
set color7 "{color7}"
set color8 "{color8}"
set color9 "{color9}"
set color10 "{color10}"
set color11 "{color11}"
set color12 "{color12}"
set color13 "{color13}"
set color14 "{color14}"
set color15 "{color15}"
set -g color0 "{color0}"
set -g color1 "{color1}"
set -g color2 "{color2}"
set -g color3 "{color3}"
set -g color4 "{color4}"
set -g color5 "{color5}"
set -g color6 "{color6}"
set -g color7 "{color7}"
set -g color8 "{color8}"
set -g color9 "{color9}"
set -g color10 "{color10}"
set -g color11 "{color11}"
set -g color12 "{color12}"
set -g color13 "{color13}"
set -g color14 "{color14}"
set -g color15 "{color15}"
# FZF colors
set 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
"
set -g -a 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"
# Fix LS_COLORS being unreadable.
set LS_COLORS "$LS_COLORS:su=30;41:ow=30;42:st=30;44:"
set -g -a LS_COLORS ":su=30;41:ow=30;42:st=30;44:"