about summary refs log tree commit diff stats
path: root/.config/foot/foot.ini
blob: db45750f710d58a9133d9e51fb9dc5d5a14027f0 (plain) (blame)
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
# -*- conf -*-

font=monospace:size=11
line-height=12


[bell]
visual=yes

[url]
launch=xdg-open ${url}

[colors]
alpha=0.9
background=2d2a2e
foreground=e3e1e4
flash=848089
flash-alpha=0.3

## Normal/regular colors (color palette 0-7)
regular0=1a181a  # black
regular1=f85e84  # red
regular2=9ecd6f  # green
regular3=e5c463  # yellow
regular4=7accd7  # blue
regular5=ab9df2  # magenta
regular6=78dce8  # cyan
regular7=e3e1e4  # white

## Bright colors (color palette 8-15)
bright0=848089   # bright black
bright1=ff6188   # bright red
bright2=a9dc76   # bright green
bright3=e5c463   # bright yellow
bright4=78dce8   # bright blue
bright5=ab9df2   # bright magenta
bright6=78dce8   # bright cyan
bright7=edebee   # bright white