aboutsummaryrefslogtreecommitdiff
path: root/config/alacritty/alacritty.toml
blob: 69374b7bdc23e27bb6256d1f46735cc586f044b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[colors.normal]
black   = '#707070'

[colors.bright]
black   = '#707070'

[font]
normal = { family = "Liberation Mono", style = "Regular" }
size = 8.5

[window]
dimensions = { columns = 190, lines = 47 }
padding = { x = 2, y = 2 }