adapts work colors
This commit is contained in:
parent
b7569a884c
commit
dc8169ca8e
1 changed files with 5 additions and 5 deletions
|
|
@ -121,11 +121,11 @@
|
||||||
publicip = "curl -4 ifconfig.me";
|
publicip = "curl -4 ifconfig.me";
|
||||||
fzf = ''
|
fzf = ''
|
||||||
set -Ux FZF_DEFAULT_OPTS "
|
set -Ux FZF_DEFAULT_OPTS "
|
||||||
--color=fg:#908caa,bg:#191724,hl:#ebbcba
|
--color=fg:#ffffff,bg:#0d0e1c,hl:#ef8386
|
||||||
--color=fg+:#e0def4,bg+:#26233a,hl+:#ebbcba
|
--color=fg+:#ffffff,bg+:#1d2235,hl+:#ef8386
|
||||||
--color=border:#403d52,header:#31748f,gutter:#191724
|
--color=border:#61647a,header:#88ca9f,gutter:#0d0e1c
|
||||||
--color=spinner:#f6c177,info:#9ccfd8
|
--color=spinner:#fec43f,info:#00bcff
|
||||||
--color=pointer:#c4a7e7,marker:#eb6f92,prompt:#908caa"
|
--color=pointer:#feacd0,marker:#ff5f59,prompt:#9ac8e0"
|
||||||
|
|
||||||
command fzf
|
command fzf
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue