-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalacritty.toml
More file actions
61 lines (50 loc) · 938 Bytes
/
alacritty.toml
File metadata and controls
61 lines (50 loc) · 938 Bytes
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
58
59
60
61
[env]
TERM = "xterm-256color"
[window]
padding.x = 10
padding.y = 10
decorations = "Buttonless"
opacity = 0.95
blur = true
option_as_alt = "Both"
[font]
size = 12
[colors.primary]
background = "#09090E"
foreground = "#E0E6F0"
[colors.cursor]
text = "#09090E"
cursor = "#FF007F"
[colors.vi_mode_cursor]
text = "#09090E"
cursor = "#FF007F"
[colors.search.matches]
foreground = "#09090E"
background = "#FFE700"
[colors.search.focused_match]
foreground = "#09090E"
background = "#FF007F"
[colors.footer_bar]
foreground = "#09090E"
background = "#E0E6F0"
[colors.selection]
text = "#09090E"
background = "#FF007F"
[colors.normal]
black = "#151521"
red = "#FF007F"
green = "#00FF9F"
yellow = "#FFE700"
blue = "#00E5FF"
magenta = "#BD00FF"
cyan = "#00FFFF"
white = "#E0E6F0"
[colors.bright]
black = "#44445A"
red = "#FF3399"
green = "#33FFB2"
yellow = "#FFF033"
blue = "#33EAFF"
magenta = "#CA33FF"
cyan = "#33FFFF"
white = "#FFFFFF"