dotfiles/gentoo/.config/foot/foot.org
2024-08-09 20:48:10 -05:00

1.4 KiB

Foot Settings

Basic Settings

Use Source Code Pro with Nerd Font in size 10.

  font=SauceCodePro Nerd Font:size=10

Add 6 pixel padding around the terminal.

  pad=6x6

URL

Use Firefox to open URLs.

  [url]
  launch=firefox ${url}

Mouse

Hide the mouse when typing.

  [mouse]
  hide-when-typing=yes

Colours

The colours are defined here.

  [colors]

I use a slightly transparent background.

  alpha=0.9

Set my foreground and background colours.

  background=ece0c9
  foreground=191916

Set my regular 8 colours.

  regular0=191916
  regular1=ac4438
  regular2=354d52
  regular3=ba9151
  regular4=465b91
  regular5=5b5489
  regular6=4e6062
  regular7=c9ad7a

Set my bright 8 colours.

  bright0=293c3c
  bright1=d8611c
  bright2=4b7b53
  bright3=d8974b
  bright4=2f3d91
  bright5=735e82
  bright6=6b8f92
  bright7=ece0c9