diff options
| author | 2026-02-28 14:49:37 -0500 | |
|---|---|---|
| committer | 2026-02-28 14:49:37 -0500 | |
| commit | ef40a5119a77280863c21ba67397818514714ccc (patch) | |
| tree | 8fbfa43e86f2594875bb7e415fee2ac0ecf35cda /files/foot | |
| parent | 61c027738785e0585202b7b3a828e05344510f66 (diff) | |
| download | dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.gz dotfiles-ef40a5119a77280863c21ba67397818514714ccc.tar.bz2 dotfiles-ef40a5119a77280863c21ba67397818514714ccc.zip | |
Random stuff since last check in
Diffstat (limited to 'files/foot')
| -rw-r--r-- | files/foot/foot.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/foot/foot.ini b/files/foot/foot.ini new file mode 100644 index 0000000..abfa9aa --- /dev/null +++ b/files/foot/foot.ini @@ -0,0 +1,35 @@ +shell=/bin/bash --login -i +font=Liberation Mono:size=11 +gamma-correct-blending=yes +workers=12 + +[scrollback] +lines=8192 + +[tweak] +delayed-render-lower=11111111 +delayed-render-upper=16666666 + +[colors] +cursor=000000 eeeeee +foreground=eeeeee +background=000000 +regular0=000000 +regular1=d75f00 +regular2=af5f00 +regular3=ffd75f +regular4=005f5f +regular5=ff5f87 +regular6=ffaf00 +regular7=eeeeee +bright0=808080 +bright1=d78700 +bright2=af8700 +bright3=ffff5f +bright4=00875f +bright5=ff8787 +bright6=ffd700 +bright7=ffffff +selection-foreground=000000 +selection-background=eeeeee +scrollback-indicator=000000 af8700 |