aboutsummaryrefslogtreecommitdiff
path: root/config/foot/foot.org
blob: 922964a642efaa5f661f1cdd3d8a7500b27d40ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#+title: Foot Settings
* Basic Settings
Use Source Code Pro with Nerd Font in size 10.
#+begin_src ini :tangle yes
font=SauceCodePro Nerd Font:size=10
#+end_src

Add 6 pixel padding around the terminal.
#+begin_src ini :tangle yes
pad=6x6
#+end_src

* URL
Use Firefox to open URLs.
#+begin_src ini :tangle yes
[url]
launch=firefox ${url}
#+end_src

* Mouse
Hide the mouse when typing.
#+begin_src ini :tangle yes
[mouse]
hide-when-typing=yes
#+end_src

* Colours
The colours are defined here. I use a slightly transparent background.
#+begin_src ini :tangle yes
[colors]
alpha=0.9
background=fcfcfc
foreground=5c6166

regular0=010101
regular1=e7666a
regular2=80ab24
regular3=eba54d
regular4=4196df
regular5=9870c3
regular6=51b891
regular7=c1c1c1

bright0=343434
bright1=ee9295
bright2=9fd32f
bright3=f0bc7b
bright4=6daee6
bright5=b294d2
bright6=75c7a8
bright7=dbdbdb
#+end_src