From c9bd21ffa9433cd56df577ef31bdceb68d5c1b5d Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Mon, 11 Aug 2025 11:00:48 +0100 Subject: [PATCH] Added `foot` config as non-gpu fallback --- dot_config/foot/foot.ini | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dot_config/foot/foot.ini diff --git a/dot_config/foot/foot.ini b/dot_config/foot/foot.ini new file mode 100644 index 0000000..a7e6efe --- /dev/null +++ b/dot_config/foot/foot.ini @@ -0,0 +1,41 @@ +shell = /usr/bin/env nu +font=MonaspiceNeNerdFontMono:size=16 + +[colors] +background=1a1b26 +foreground=c0caf5 +regular0=15161E +regular1=f7768e +regular2=9ece6a +regular3=e0af68 +regular4=7aa2f7 +regular5=bb9af7 +regular6=7dcfff +regular7=a9b1d6 +bright0=414868 +bright1=f7768e +bright2=9ece6a +bright3=e0af68 +bright4=7aa2f7 +bright5=bb9af7 +bright6=7dcfff +bright7=c0caf5 + +selection-background=33467C +selection-foreground=c0caf5 +url-color=73daca + +[cursor] +style=beam +color=c0caf5 + +[key-bindings] +spawn-terminal=Control+h +close-window=Control+q +next-tab=Control+l +previous-tab=Control+h +move-tab-left=Control+Shift+h +move-tab-right=Control+Shift+l +new-tab=Control+t +copy=Control+Shift+c +paste=Control+Shift+v