diff options
Diffstat (limited to '.config/foot/foot.ini')
-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 |