foot.ini 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # -*- conf -*-
  2. font=DejaVu Sans Mono:size=9, Noto Color Emoji:size=9
  3. font-bold=DejaVu Sans Mono:size=9:weight=semibold
  4. # font=Iosevka Comfy Fixed:size=6
  5. # font-bold=Iosevka Comfy Motion:size=6:weight=bold
  6. underline-offset=10
  7. pad=5x2 center
  8. # initial-window-size-pixels=700x500 # Or,
  9. # initial-window-size-chars=<COLSxROWS>
  10. # initial-window-mode=windowed
  11. # shell=$SHELL (if set, otherwise user's default shell from /etc/passwd)
  12. # term=foot
  13. # login-shell=no
  14. # workers=<number of logical CPUs>
  15. [scrollback]
  16. # lines=1000
  17. # multiplier=3.0
  18. # indicator-position=relative
  19. # indicator-format=
  20. [cursor]
  21. style=block
  22. color=ffffff b22222
  23. blink=no
  24. [bell]
  25. notify=no
  26. urgent=yes
  27. command="notify-send ping!"
  28. [mouse]
  29. hide-when-typing=yes
  30. # alternate-scroll-mode=yes
  31. [colors]
  32. alpha=0.85
  33. background=ffffff
  34. foreground=000000
  35. regular0= 073642
  36. regular1= dc322f
  37. regular2= 859900
  38. regular3= b58900
  39. regular4= 268bd2
  40. regular5= d33682
  41. regular6= 2aa198
  42. regular7= eee8d5
  43. bright0= 002b36
  44. bright1= cb4b16
  45. bright2= 586e75
  46. bright3= 657b83
  47. bright4= 839496
  48. bright5= 6c71c4
  49. bright6= 93a1a1
  50. bright7= fdf6e3
  51. # selection-foreground=<inverse foreground/background>
  52. # selection-background=<inverse foreground/background>