From 4baa24d7673118ca7d89d19473bdc15afa582345 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 11 Apr 2023 15:06:39 -0500 Subject: feat: add foot config --- .config/foot/foot.ini | 22 ++++++++++++++++++++++ 1 file changed, 22 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..08f0dcf --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,22 @@ +font=FiraCode Nerd Font:size=12 +dpi-aware=off + +[colors] +foreground=cad3f5 # Text +background=24273a # Base +regular0=494d64 # Surface 1 +regular1=ed8796 # red +regular2=a6da95 # green +regular3=eed49f # yellow +regular4=8aadf4 # blue +regular5=f5bde6 # pink +regular6=8bd5ca # teal +regular7=b8c0e0 # Subtext 1 +bright0=5b6078 # Surface 2 +bright1=ed8796 # red +bright2=a6da95 # green +bright3=eed49f # yellow +bright4=8aadf4 # blue +bright5=f5bde6 # pink +bright6=8bd5ca # teal +bright7=a5adcb # Subtext 0 -- cgit v1.2.3