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/themes/everforest-medium | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .config/foot/themes/everforest-medium (limited to '.config/foot/themes/everforest-medium') 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 -- cgit v1.3.1