From 69a722cfd33076a4d63f1d49e52bed427453eabe Mon Sep 17 00:00:00 2001 From: dacctal <120422854+dacctal@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:21:45 +0000 Subject: initial commit --- .config/foot/foot.ini | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100755 .config/foot/foot.ini (limited to '.config/foot') diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100755 index 0000000..f9dedaa --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,67 @@ +term=foot +title=foot + +#font=Cartograph Mono CF:size=14 +#font=ProFont IIx Nerd Font:size=12 +#font=CaskaydiaCove NF:size=14 +#font=MapleMono NF Medium:size=14 +#font=IBM EGA 8x14:size=19 +#font=Departure Mono:size=14 +#font=Terminess Nerd Font:size=14 +#font=GohuFont 11 Nerd Font:size=13 +#font=GohuFont 14 Nerd Font:size=13 +#font=JetBrains Mono NF:size=14 +#font=IBM VGA 8x16:size=19 +#font=IBM Plex Mono:size=14 +#font=NotoMono NF:size=14 +#font=Monocraft:size=13 +font=B612 Mono:size=14 +font=RobotoMono Nerd Font:size=14 + +pad=8x8 + +dpi-aware=yes + +[cursor] +# style=block +# blink=no +# blink-rate=500 +# beam-thickness=1.5 +# underline-thickness= + +[colors] +alpha=1 +background=0f0f0f +foreground=f4decd + +# black +regular0 = 1e1f1e +bright0 = 3b403c + +# red +regular1 = f16e65 +bright1 = ef968f + +# green +regular2 = 7ec97e +bright2 = a4daa4 + +# yellow +regular3 = ef934d +bright3 = f4b585 + +# blue +regular4 = 71b4d6 +bright4 = b0d4e8 + +# magenta +regular5 = e28dc6 +bright5 = ebadd6 + +# cyan +regular6 = 7ec9a3 +bright6 = abd4bf + +# white +regular7 = d9cdb5 +bright7 = f4decd -- cgit v1.2.3