summaryrefslogtreecommitdiff
path: root/files/.config/alacritty/alacritty.toml
blob: 58bc76a2827d790b6ffe8c338942dfb671678bbc (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
[colors]
[colors.bright]
black = '#5a524c'
blue = '#7daea3'
cyan = '#89b482'
green = '#a9b665'
magenta = '#d3869b'
red = '#ea6962'
white = '#fbf1c7'
yellow = '#d8a657'

[colors.cursor]
cursor = '#ddc7a1'
text = '#202020'

[colors.normal]
black = '#202020'
blue = '#7daea3'
cyan = '#89b482'
green = '#a9b665'
magenta = '#d3869b'
red = '#ea6962'
white = '#ddc7a1'
yellow = '#d8a657'

[colors.primary]
background = '#202020'
bright_foreground = '#fbf1c7'
foreground = '#ddc7a1'

[colors.selection]
background = '#504945'
text = '#ddc7a1'

[font]
size = 10

[window]
opacity = 1.0