Add configuration for foot

This commit is contained in:
Alan Orth 2021-01-20 15:03:41 +02:00
parent 16fa2a1ef8
commit 2d2db0036f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 37 additions and 0 deletions

View File

@ -13,6 +13,7 @@ $ ln -sf ~/src/git/dotfiles/.tmux.conf .
$ ln -sf ~/src/git/dotfiles/.zshrc .
$ mkdir -p ~/.config
$ ln -sf ~/src/git/dotfiles/sway .config
$ ln -sf ~/src/git/dotfiles/foot .config
$ ln -sf ~/src/git/dotfiles/mako .config
$ ln -sf ~/src/git/dotfiles/kanshi .config
```

36
foot/foot.ini Normal file
View File

@ -0,0 +1,36 @@
# -*- conf -*-
# 2021-01-20: avoid errors on remote systems when using less etc when the foot
# terminfo is not available.
term=xterm-256color
# Use fc-list to check fonts and styles
font=Source Code Pro Medium:style=Medium:size=12
font-bold=Source Code Pro Semibold:style=Regular:size=12
font-italic=Source Code Pro Medium:style=Medium Italic:size=12
# I don't know where any bold italic is used, but this should work if I ever
# find any.
font-bold-italic=Source Code Pro Semibold:style=Semibold Italic:size=12
[colors]
alpha=1.0
foreground=adbcbc
background=103c48
regular0=184956 # black
regular1=fa5750 # red
regular2=75b938 # green
regular3=dbb32d # yellow
regular4=4695f7 # blue
regular5=f275be # magenta
regular6=41c7b9 # cyan
regular7=72898f # white
bright0=2d5b69 # bright black
bright1=ff665c # bright red
bright2=84c747 # bright green
bright3=ebc13d # bright yellow
bright4=58a3ff # bright blue
bright5=ff84cd # bright magenta
bright6=53d6c7 # bright cyan
bright7=cad8d9 # bright white
selection-foreground=cad8d9
selection-background=184956