From 2d2db0036f4dd5c650c49f7d81ff04f8c47356b4 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 20 Jan 2021 15:03:41 +0200 Subject: [PATCH] Add configuration for foot --- README.md | 1 + foot/foot.ini | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 foot/foot.ini diff --git a/README.md b/README.md index 76325ba..7f2d542 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100644 index 0000000..beb957c --- /dev/null +++ b/foot/foot.ini @@ -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