summaryrefslogtreecommitdiff
path: root/.config/.alacritty.toml
blob: 2bdb4371910d230e12daa6b6fa6f5febcb9868f2 (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.bright]
black = "#6a6a6a"
blue = "#ffaf00"
cyan = "#00afaf"
green = "#afd700"
magenta = "#ffaf00"
red = "#e74c3c"
white = "#5f8787"
yellow = "#f1c40f"

[colors.cursor]
cursor = "#808080"
text = "#424242"

[colors.normal]
black = "#000000"
blue = "#5fafd7"
cyan = "#2ecc71"
green = "#5faf00"
magenta = "#808080"
red = "#af005f"
white = "#f2f2f2"
yellow = "#f1c40f"

[colors.primary]
background = "#000000"
foreground = "#c1c1c1"

[font]
size = 11.5

[font.normal]
family = "GitLabMono"
style = "Regular"

[shell]
args = ["new"]
program = "/usr/bin/tmux"
# program = "/home/santo/.cargo/bin/zellij"