Skip to content

Instantly share code, notes, and snippets.

@sochotnicky
Created October 1, 2021 07:52
Show Gist options
  • Save sochotnicky/f7282d374205300157a90b00403e3d8a to your computer and use it in GitHub Desktop.
Save sochotnicky/f7282d374205300157a90b00403e3d8a to your computer and use it in GitHub Desktop.
/home/w0rm/.config/foot/foot.ini
term = foot-direct
font = Sauce Code Pro Nerd Font:pixelsize=16
dpi-aware = no
workers = 4
selection-target = both
[bell]
# urgent = yes
# Should not be needed in sway post 1.6.1 which implements xdg-activation when urgent = yes will work
command = sway_mark_urgent.py
[scrollback]
lines = 5000
indicator-format = percentage
[key-bindings]
primary-paste = None
clipboard-paste = Shift+Insert
# Solarized dark
[cursor]
color=002b36 839496
[colors]
background= 002b36
foreground= 839496
regular0= 073642
regular1= dc322f
regular2= 859900
regular3= b58900
regular4= 268bd2
regular5= d33682
regular6= 2aa198
regular7= eee8d5
# regularN brightened by increasing luminance by 20%
bright0= 08404f
bright1= e35f5c
bright2= 9fb700
bright3= d9a400
bright4= 4ba1de
bright5= dc619d
bright6= 32c1b6
bright7= ffffff
selection-background=586e75
selection-foreground=002b36
# Original solarized
# bright0= 002b36
# bright1= cb4b16
# bright2= 586e75
# bright3= 657b83
# bright4= 839496
# bright5= 6c71c4
# bright6= 93a1a1
# bright7= fdf6e3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment