From 0849f35fb1d2365bbdeb6adced9b2520965f2c2b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Mon, 4 Mar 2024 14:18:07 +1300 Subject: [PATCH] foot: init 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..04d73b0 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,22 @@ +font = Iosevka:size=16 +pad = 25x25 + +[colors] +foreground = cdd6f4 # Text +background = 1e1e2e # Base +regular0 = 45475a # Surface 1 +regular1 = f38ba8 # red +regular2 = a6e3a1 # green +regular3 = f9e2af # yellow +regular4 = 89b4fa # blue +regular5 = f5c2e7 # pink +regular6 = 94e2d5 # teal +regular7 = bac2de # Subtext 1 +bright0 = 585b70 # Surface 2 +bright1 = f38ba8 # red +bright2 = a6e3a1 # green +bright3 = f9e2af # yellow +bright4 = 89b4fa # blue +bright5 = f5c2e7 # pink +bright6 = 94e2d5 # teal +bright7 = a6adc8 # Subtext 0 \ No newline at end of file