From f5d1ab819e8e743d9fbe229d9c1cfa852b7769c9 Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 12 Oct 2023 17:59:22 +0200 Subject: [PATCH] add foot --- config/foot/foot.ini | 30 ++++++++++++++++++++++++++++++ install-reform.conf.yaml | 4 ++++ 2 files changed, 34 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..bf741fc --- /dev/null +++ b/config/foot/foot.ini @@ -0,0 +1,30 @@ +# -*- conf -*- + +[main] +font=Caskaydia Cove Nerd Font:size=18 +term=xterm +dpi-aware=no +shell=/usr/bin/fish + +# adapted from https://github.com/imcarvalho/neonpurple +# but tweaked background and regular0 + +[colors] +background=10022e +foreground=e5e5e6 +regular0=392B57 +regular1=cd0d76 +regular2=09EAA5 +regular3=FFFA69 +regular4=05BEFF +regular5=FF00E0 +regular6=9AA5ED +regular7=FFFFFF +bright0=A8FCFF +bright1=FF0EA5 +bright2=00FFB7 +bright3=FEF787 +bright4=18CCFC +bright5=FF00F8 +bright6=A6B5FF +bright7=FFFFFF diff --git a/install-reform.conf.yaml b/install-reform.conf.yaml index 6393f06..1033e8a 100644 --- a/install-reform.conf.yaml +++ b/install-reform.conf.yaml @@ -11,6 +11,10 @@ create: true glob: true path: config/scripts/** + ~/.config/foot: + create: true + glob: true + path: config/foot/** ~/.config/cmus: create: true glob: true