chore(all): change stuff in a lot of things
This commit is contained in:
parent
ce796e3c6e
commit
e189b6856a
13 changed files with 171 additions and 185 deletions
|
@ -106,3 +106,38 @@ pure_prompt_colors() {
|
|||
for color in $(pure_prompt_colors); do
|
||||
zstyle ":prompt:pure:$color" color "$color"
|
||||
done
|
||||
|
||||
# FZF
|
||||
# # Scheme name: Gruvbox dark, hard
|
||||
# Scheme system: base16
|
||||
# Scheme author: Dawid Kurek (dawikur@gmail.com), morhetz (https://github.com/morhetz/gruvbox)
|
||||
# Template author: Tinted Theming (https://github.com/tinted-theming)
|
||||
|
||||
_gen_fzf_default_opts() {
|
||||
|
||||
local color00='#1d2021'
|
||||
local color01='#3c3836'
|
||||
local color02='#504945'
|
||||
local color03='#665c54'
|
||||
local color04='#bdae93'
|
||||
local color05='#d5c4a1'
|
||||
local color06='#ebdbb2'
|
||||
local color07='#fbf1c7'
|
||||
local color08='#fb4934'
|
||||
local color09='#fe8019'
|
||||
local color0A='#fabd2f'
|
||||
local color0B='#b8bb26'
|
||||
local color0C='#8ec07c'
|
||||
local color0D='#83a598'
|
||||
local color0E='#d3869b'
|
||||
local color0F='#d65d0e'
|
||||
|
||||
export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS"\
|
||||
" --color=bg+:$color01,bg:$color00,spinner:$color0C,hl:$color0D"\
|
||||
" --color=fg:$color04,header:$color0D,info:$color0A,pointer:$color0C"\
|
||||
" --color=marker:$color0C,fg+:$color06,prompt:$color0A,hl+:$color0D"
|
||||
|
||||
}
|
||||
|
||||
_gen_fzf_default_opts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue