-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.toml
57 lines (46 loc) · 874 Bytes
/
alacritty.toml
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
50
51
52
53
54
55
56
57
[[colors.indexed_colors]]
color = "0xF8BD96"
index = 16
[[colors.indexed_colors]]
color = "0xF5E0DC"
index = 17
[colors.bright]
black = "0x988BA2"
blue = "0x96CDFB"
cyan = "0x89DCEB"
green = "0xABE9B3"
magenta = "0xF5C2E7"
red = "0xF28FAD"
white = "0xD9E0EE"
yellow = "0xFAE3B0"
[colors.cursor]
cursor = "0xF5E0DC"
text = "0x1E1D2F"
[colors.normal]
black = "0x6E6C7E"
blue = "0x96CDFB"
cyan = "0x89DCEB"
green = "0xABE9B3"
magenta = "0xF5C2E7"
red = "0xF28FAD"
white = "0xD9E0EE"
yellow = "0xFAE3B0"
[colors.primary]
background = "0x1E1D2F"
foreground = "0xD9E0EE"
[env]
TERM = "xterm-256color"
[font]
size = 11
[font.bold]
family = "FiraCode Nerd Font"
style = "Bold"
[font.bold_italic]
family = "FiraCode Nerd Font"
style = "Bold Italic"
[font.italic]
family = "FiraCode Nerd Font"
style = "Italic"
[font.normal]
family = "FiraCode Nerd Font"
style = "Regular"