blob: c641d98c376358fbab82506c35118fd5674b1914 (
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
|
[main]
include=/usr/share/foot/themes/gruvbox-dark
font=monospace:size=14
font-size-adjustment=3
gamma-correct-blending=false
resize-by-cells=false
initial-window-size-chars=80x24
[cursor]
style=beam
[mouse]
hide-when-typing=true
[colors]
# alpha = 0.8
#foreground=d3c6aa
#background=2b3339
#
selection-background=d79921
selection-foreground=282828
#regular0=374247
#bright0=404c51
#regular1=e67e80
#bright1=e67e80
#regular2=a7c080
#bright2=a7c080
#regular3=dbbc7f
#bright3=dbbc7f
#regular4=7fbbb3
#bright4=7fbbb3
#regular5=d699b6
#bright5=d699b6
#regular6=83c092
#bright6=83c092
#regular7=859289
#bright7=9da9a0
[key-bindings]
clipboard-copy=Mod1+c
clipboard-paste=Mod1+v
scrollback-up-line=Mod1+k
scrollback-down-line=Mod1+j
font-increase=Mod1+Shift+k
font-decrease=Mod1+Shift+j
font-reset=Mod1+0
show-urls-launch=Mod1+l
show-urls-copy=Mod1+y
|