diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-07-04 07:03:31 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-07-04 07:03:31 -0400 |
commit | 51733b62627218b20e740d62cbfc3b5af4de7c2f (patch) | |
tree | 7952cb504c6bac1bb22e47418b22b694a6e0c504 /.config | |
parent | 56b3f8943db1b3650308832f9891820c69c67c7f (diff) | |
download | dotfiles-51733b62627218b20e740d62cbfc3b5af4de7c2f.tar.gz dotfiles-51733b62627218b20e740d62cbfc3b5af4de7c2f.zip |
add foot
Diffstat (limited to '.config')
-rw-r--r-- | .config/foot/foot.ini | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini new file mode 100644 index 0000000..aa82bc2 --- /dev/null +++ b/.config/foot/foot.ini @@ -0,0 +1,34 @@ +font=Iosevka:size=10.5 +pad=4x4 +resize-by-cells=no +bold-text-in-bright=yes + +[bell] +urgent=yes + +[scrollback] +lines=9999 +indicator-position=none + +[mouse] +hide-when-typing=yes + +[colors] +foreground=e5e5e5 +background=000000 +regular0=000000 +regular1=cd0000 +regular2=00cd00 +regular3=cdcd00 +regular4=0000ee +regular5=cd00cd +regular6=00cdcd +regular7=e5e5e5 +bright0=7f7f7f +bright1=ff0000 +bright2=00ff00 +bright3=ffff00 +bright4=5c5cff +bright5=ff00ff +bright6=00ffff +bright7=ffffff |