From 93ad0cbb9cd63197eb1051c5cb6cb360b1b4e1fb Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Mon, 18 May 2026 10:46:54 -0700 Subject: Add foot config --- .config/foot/foot.ini | 5 ++++ .config/foot/themes/everforest-hard | 45 +++++++++++++++++++++++++++++++++++ .config/foot/themes/everforest-medium | 45 +++++++++++++++++++++++++++++++++++ .config/foot/themes/everforest-soft | 45 +++++++++++++++++++++++++++++++++++ .config/foot/themes/noctalia | 22 +++++++++++++++++ .config/foot/themes/rose-pine | 28 ++++++++++++++++++++++ .config/foot/themes/rose-pine-dawn | 31 ++++++++++++++++++++++++ .config/foot/themes/rose-pine-moon | 28 ++++++++++++++++++++++ 8 files changed, 249 insertions(+) create mode 100644 .config/foot/foot.ini create mode 100644 .config/foot/themes/everforest-hard create mode 100644 .config/foot/themes/everforest-medium create mode 100644 .config/foot/themes/everforest-soft create mode 100644 .config/foot/themes/noctalia create mode 100644 .config/foot/themes/rose-pine create mode 100644 .config/foot/themes/rose-pine-dawn create mode 100644 .config/foot/themes/rose-pine-moon diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..f1f7de3 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,5 @@ +[main] +include=~/.config/foot/themes/everforest-hard + +font=Maple Mono NF-11:style=Regular + diff --git a/.config/foot/themes/everforest-hard b/.config/foot/themes/everforest-hard new file mode 100644 index 0000000..caf503b --- /dev/null +++ b/.config/foot/themes/everforest-hard @@ -0,0 +1,45 @@ +[colors-light] +alpha=1.0 +background=fff9e8 +foreground=5c6a72 + +regular0=5c6a72 # black +regular1=f85552 # red +regular2=8da101 # green +regular3=dfa000 # yellow +regular4=3a94c5 # blue +regular5=df69ba # magenta +regular6=35a77c # cyan +regular7=dfddc8 # white + +bright0=5c6a72 # black +bright1=f85552 # red +bright2=8da101 # green +bright3=dfa000 # yellow +bright4=3a94c5 # blue +bright5=df69ba # magenta +bright6=35a77c # cyan +bright7=dfddc8 # white + +[colors-dark] +alpha=1.0 +background=2b3339 +foreground=d3c6aa + +regular0=4b565c # black +regular1=e67e80 # red +regular2=a7c080 # green +regular3=dbbc7f # yellow +regular4=7fbbb3 # blue +regular5=d699b6 # magenta +regular6=83c092 # cyan +regular7=d3c6aa # white + +bright0=4b565c # black +bright1=e67e80 # red +bright2=a7c080 # green +bright3=dbbc7f # yellow +bright4=7fbbb3 # blue +bright5=d699b6 # magenta +bright6=83c092 # cyan +bright7=d3c6aa # white diff --git a/.config/foot/themes/everforest-medium b/.config/foot/themes/everforest-medium new file mode 100644 index 0000000..a03f222 --- /dev/null +++ b/.config/foot/themes/everforest-medium @@ -0,0 +1,45 @@ +[colors-light] +alpha=1.0 +background=fdf6e3 +foreground=5c6a72 + +regular0=5c6a72 # black +regular1=f85552 # red +regular2=8da101 # green +regular3=dfa000 # yellow +regular4=3a94c5 # blue +regular5=df69ba # magenta +regular6=35a77c # cyan +regular7=dfddc8 # white + +bright0=5c6a72 # black +bright1=f85552 # red +bright2=8da101 # green +bright3=dfa000 # yellow +bright4=3a94c5 # blue +bright5=df69ba # magenta +bright6=35a77c # cyan +bright7=dfddc8 # white + +[colors-dark] +alpha=1.0 +background=2f383e +foreground=d3c6aa + +regular0=4b565c # black +regular1=e67e80 # red +regular2=a7c080 # green +regular3=dbbc7f # yellow +regular4=7fbbb3 # blue +regular5=d699b6 # magenta +regular6=83c092 # cyan +regular7=d3c6aa # white + +bright0=4b565c # black +bright1=e67e80 # red +bright2=a7c080 # green +bright3=dbbc7f # yellow +bright4=7fbbb3 # blue +bright5=d699b6 # magenta +bright6=83c092 # cyan +bright7=d3c6aa # white diff --git a/.config/foot/themes/everforest-soft b/.config/foot/themes/everforest-soft new file mode 100644 index 0000000..46545e5 --- /dev/null +++ b/.config/foot/themes/everforest-soft @@ -0,0 +1,45 @@ +[colors-light] +alpha=1.0 +background=f8f0dc +foreground=5c6a72 + +regular0=5c6a72 # black +regular1=f85552 # red +regular2=8da101 # green +regular3=dfa000 # yellow +regular4=3a94c5 # blue +regular5=df69ba # magenta +regular6=35a77c # cyan +regular7=dfddc8 # white + +bright0=5c6a72 # black +bright1=f85552 # red +bright2=8da101 # green +bright3=dfa000 # yellow +bright4=3a94c5 # blue +bright5=df69ba # magenta +bright6=35a77c # cyan +bright7=dfddc8 # white + +[colors-dark] +alpha=1.0 +background=323d43 +foreground=d3c6aa + +regular0=4b565c # black +regular1=e67e80 # red +regular2=a7c080 # green +regular3=dbbc7f # yellow +regular4=7fbbb3 # blue +regular5=d699b6 # magenta +regular6=83c092 # cyan +regular7=d3c6aa # white + +bright0=4b565c # black +bright1=e67e80 # red +bright2=a7c080 # green +bright3=dbbc7f # yellow +bright4=7fbbb3 # blue +bright5=d699b6 # magenta +bright6=83c092 # cyan +bright7=d3c6aa # white diff --git a/.config/foot/themes/noctalia b/.config/foot/themes/noctalia new file mode 100644 index 0000000..8eb7b15 --- /dev/null +++ b/.config/foot/themes/noctalia @@ -0,0 +1,22 @@ +[colors-dark] +foreground=d3c6aa +background=1e2326 +regular0=7a8478 +regular1=e67e80 +regular2=a7c080 +regular3=dbbc7f +regular4=7fbbb3 +regular5=d699b6 +regular6=83c092 +regular7=f2efdf +bright0=a6b0a0 +bright1=f85552 +bright2=8da101 +bright3=dfa000 +bright4=3a94c5 +bright5=df69ba +bright6=35a77c +bright7=fffbef +selection-foreground=d3c6aa +selection-background=4c3743 +cursor=4c3743 e69875 diff --git a/.config/foot/themes/rose-pine b/.config/foot/themes/rose-pine new file mode 100644 index 0000000..b76e4ec --- /dev/null +++ b/.config/foot/themes/rose-pine @@ -0,0 +1,28 @@ +# -*- conf -*- +# Rosé Pine + +[colors-dark] +background=191724 +foreground=e0def4 + +regular0=26233a # black (Overlay) +regular1=eb6f92 # red (Love) +regular2=9ccfd8 # green (Foam) +regular3=f6c177 # yellow (Gold) +regular4=31748f # blue (Pine) +regular5=c4a7e7 # magenta (Iris) +regular6=ebbcba # cyan (Rose) +regular7=e0def4 # white (Text) + +bright0=47435d # bright black (lighter Overlay) +bright1=ff98ba # bright red (lighter Love) +bright2=c5f9ff # bright green (lighter Foam) +bright3=ffeb9e # bright yellow (lighter Gold) +bright4=5b9ab7 # bright blue (lighter Pine) +bright5=eed0ff # bright magenta (lighter Iris) +bright6=ffe5e3 # bright cyan (lighter Rose) +bright7=fefcff # bright white (lighter Text) + +flash=f6c177 # yellow (Gold) + +cursor=191724 e0def4 diff --git a/.config/foot/themes/rose-pine-dawn b/.config/foot/themes/rose-pine-dawn new file mode 100644 index 0000000..f7b8a03 --- /dev/null +++ b/.config/foot/themes/rose-pine-dawn @@ -0,0 +1,31 @@ +# -*- conf -*- +# Rosé Pine Dawn + +[main] +initial-color-theme=light + +[colors-light] +background=faf4ed +foreground=575279 + +regular0=f2e9e1 # black (Overlay) +regular1=b4637a # red (Love) +regular2=56949f # green (Foam) +regular3=ea9d34 # yellow (Gold) +regular4=286983 # blue (Pine) +regular5=907aa9 # magenta (Iris) +regular6=d7827e # cyan (Rose) +regular7=575279 # white (Text) + +bright0=fffdf5 # bright black (lighter Overlay) +bright1=df8aa0 # bright red (lighter Love) +bright2=7ebcc7 # bright green (lighter Foam) +bright3=ffc55c # bright yellow (lighter Gold) +bright4=538faa # bright blue (lighter Pine) +bright5=b8a1d2 # bright magenta (lighter Iris) +bright6=ffaaa5 # bright cyan (lighter Rose) +bright7=7c76a0 # bright white (lighter Text) + +flash=ea9d34 # yellow (Gold) + +cursor=faf4ed 575279 diff --git a/.config/foot/themes/rose-pine-moon b/.config/foot/themes/rose-pine-moon new file mode 100644 index 0000000..5651a47 --- /dev/null +++ b/.config/foot/themes/rose-pine-moon @@ -0,0 +1,28 @@ +# -*- conf -*- +# Rosé Pine Moon + +[colors-dark] +background=232136 +foreground=e0def4 + +regular0=393552 # black (Overlay) +regular1=eb6f92 # red (Love) +regular2=9ccfd8 # green (Foam) +regular3=f6c177 # yellow (Gold) +regular4=3e8fb0 # blue (Pine) +regular5=c4a7e7 # magenta (Iris) +regular6=ea9a97 # cyan (Rose) +regular7=e0def4 # white (Text) + +bright0=5c5776 # bright black (lighter Overlay) +bright1=ff98ba # bright red (lighter Love) +bright2=c5f9ff # bright green (lighter Foam) +bright3=ffeb9e # bright yellow (lighter Gold) +bright4=6ab7d9 # bright blue (lighter Pine) +bright5=eed0ff # bright magenta (lighter Iris) +bright6=ffc3bf # bright cyan (lighter Rose) +bright7=fefcff # bright white (lighter Text) + +flash=f6c177 # yellow (Gold) + +cursor=232136 e0def4 -- cgit v1.3.1