From 8673f94a252bf703671b76125dcc056a8cfe6586 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Sat, 21 Mar 2026 09:27:14 +0200 Subject: [PATCH] Small theme change. --- config/fish/config.fish | 2 +- config/foot/foot.ini | 39 +++++++++++++++++++-------------------- 2 files changed, 20 insertions(+), 21 deletions(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index b20d464..babcf04 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -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% diff --git a/config/foot/foot.ini b/config/foot/foot.ini index 0a55778..a9cc437 100644 --- a/config/foot/foot.ini +++ b/config/foot/foot.ini @@ -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