From d84aef77eecebd56f125a761f3cde88e1cfff626 Mon Sep 17 00:00:00 2001 From: Jason Hilder Date: Fri, 27 Feb 2026 06:10:01 +0200 Subject: [PATCH] Using foot on wayland. --- config/foot/foot.ini | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 config/foot/foot.ini diff --git a/config/foot/foot.ini b/config/foot/foot.ini new file mode 100644 index 0000000..dd48b65 --- /dev/null +++ b/config/foot/foot.ini @@ -0,0 +1,39 @@ +[main] +# Font +font=Hack Nerd Font:size=12 + +# Padding around terminal content +pad=10x10 + +[csd] +preferred=none +size=0 + +[cursor] +style=beam +blink=yes + +[colors] +# Background & Foreground +background=1f1f28 +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 + +# Bright colors (bright0..7) +bright0=727169 +bright1=e82424 +bright2=98bb6c +bright3=e6c384 +bright4=7fb4ca +bright5=938aa9 +bright6=7aa89f +bright7=dcd7ba