Small theme change.

This commit is contained in:
Jason Hilder 2026-03-21 09:27:14 +02:00
parent da3f6f7ef2
commit 8673f94a25
2 changed files with 20 additions and 21 deletions

View File

@ -23,7 +23,7 @@ set -gx GOROOT /usr/local/go
set -gx PATH /usr/local/go/bin $GOPATH/bin $PATH
# 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 "
--height 40%

View File

@ -1,6 +1,6 @@
[main]
# Font
font=Hack Nerd Font:size=12
font=Hack Nerd Font:size=13
# Padding around terminal content
pad=10x10
@ -15,26 +15,25 @@ blink=yes
[colors]
# Background & Foreground
#background=1f1f28
background=1e1e1e
foreground=dcd7ba
# Normal colors (regular0..7)
regular0=090618 # sumiInk0
regular1=c34043 # autumnRed
regular2=76946a # autumnGreen
regular3=c0a36e # autumnYellow
regular4=7e9cd8 # crystalBlue
regular5=957fb8 # oniViolet
regular6=6a9589 # waveAqua1
regular7=c8c093 # oldWhite
# Normal colors (Gruvbox Dark Hard)
regular0=1d2021 # bg0_hard
regular1=cc241d # red
regular2=98971a # green
regular3=d79921 # yellow
regular4=458588 # blue
regular5=b16286 # purple
regular6=689d6a # aqua
regular7=a89984 # fg4
# Bright colors (bright0..7)
bright0=727169
bright1=e82424
bright2=98bb6c
bright3=e6c384
bright4=7fb4ca
bright5=938aa9
bright6=7aa89f
bright7=dcd7ba
# Bright colors
bright0=928374 # gray
bright1=fb4934 # bright red
bright2=b8bb26 # bright green
bright3=fabd2f # bright yellow
bright4=83a598 # bright blue
bright5=d3869b # bright purple
bright6=8ec07c # bright aqua
bright7=ebdbb2 # fg1