Small theme change.
This commit is contained in:
parent
da3f6f7ef2
commit
8673f94a25
|
|
@ -23,7 +23,7 @@ set -gx GOROOT /usr/local/go
|
||||||
set -gx PATH /usr/local/go/bin $GOPATH/bin $PATH
|
set -gx PATH /usr/local/go/bin $GOPATH/bin $PATH
|
||||||
|
|
||||||
# FZF configuration
|
# FZF configuration
|
||||||
set -gx FZF_DEFAULT_COMMAND 'fdfind --exclude={.git,.cache,.xmake,.zig-cache,build,tmp,node_modules,elpa} --type f -H'
|
# set -gx FZF_DEFAULT_COMMAND 'fdfind --exclude={.git,.cache,.xmake,.zig-cache,build,tmp,node_modules,elpa} --type f -H'
|
||||||
|
|
||||||
set -gx FZF_DEFAULT_OPTS "
|
set -gx FZF_DEFAULT_OPTS "
|
||||||
--height 40%
|
--height 40%
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[main]
|
[main]
|
||||||
# Font
|
# Font
|
||||||
font=Hack Nerd Font:size=12
|
font=Hack Nerd Font:size=13
|
||||||
|
|
||||||
# Padding around terminal content
|
# Padding around terminal content
|
||||||
pad=10x10
|
pad=10x10
|
||||||
|
|
@ -15,26 +15,25 @@ blink=yes
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
# Background & Foreground
|
# Background & Foreground
|
||||||
#background=1f1f28
|
|
||||||
background=1e1e1e
|
background=1e1e1e
|
||||||
foreground=dcd7ba
|
foreground=dcd7ba
|
||||||
|
|
||||||
# Normal colors (regular0..7)
|
# Normal colors (Gruvbox Dark Hard)
|
||||||
regular0=090618 # sumiInk0
|
regular0=1d2021 # bg0_hard
|
||||||
regular1=c34043 # autumnRed
|
regular1=cc241d # red
|
||||||
regular2=76946a # autumnGreen
|
regular2=98971a # green
|
||||||
regular3=c0a36e # autumnYellow
|
regular3=d79921 # yellow
|
||||||
regular4=7e9cd8 # crystalBlue
|
regular4=458588 # blue
|
||||||
regular5=957fb8 # oniViolet
|
regular5=b16286 # purple
|
||||||
regular6=6a9589 # waveAqua1
|
regular6=689d6a # aqua
|
||||||
regular7=c8c093 # oldWhite
|
regular7=a89984 # fg4
|
||||||
|
|
||||||
# Bright colors (bright0..7)
|
# Bright colors
|
||||||
bright0=727169
|
bright0=928374 # gray
|
||||||
bright1=e82424
|
bright1=fb4934 # bright red
|
||||||
bright2=98bb6c
|
bright2=b8bb26 # bright green
|
||||||
bright3=e6c384
|
bright3=fabd2f # bright yellow
|
||||||
bright4=7fb4ca
|
bright4=83a598 # bright blue
|
||||||
bright5=938aa9
|
bright5=d3869b # bright purple
|
||||||
bright6=7aa89f
|
bright6=8ec07c # bright aqua
|
||||||
bright7=dcd7ba
|
bright7=ebdbb2 # fg1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue