summaryrefslogtreecommitdiff
path: root/.config/alacritty/alacritty.toml
blob: 2b5428a3abf0840695d299ea4f9c2afedde8b27d (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
[window]
dimensions = { columns = 100, lines = 30 }
padding = { x = 8, y = 8 }
decorations = "full"

[font]
normal = { family = "JetBrainsMonoNF", style = "Regular" }
size = 12.0

[terminal.shell]
program = "/bin/zsh"

[scrolling]
history = 10000

[mouse]
hide_when_typing = true

[colors.primary]
foreground = "#dedede"
background = "#121212"

[colors.cursor]
text = "#F5F1E8"
cursor = "#D27319"

[colors.selection]
text = "#F5F1E8"
background = "#474e91"

[colors.normal]
black = "#929292"
red = "#e27373"
green = "#B5B23C"
yellow = "#D27319"
blue = "#97bedc"
magenta = "#7162ac"
cyan = "#00838D"
white = "#dedede"

[colors.bright]
black = "#bdbdbd"
red = "#ffa1a1"
green = "#D1D36F"
yellow = "#F6D99D"
blue = "#b1d8f6"
magenta = "#C8A2C9"
cyan = "#3CA698"
white = "#F5F1E8"