-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.toml
85 lines (67 loc) · 1.18 KB
/
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
live_config_reload = true
[colors.bright]
black = "0x6e6a86"
blue = "0x31748f"
cyan = "0xebbcba"
green = "0x9ccfd8"
magenta = "0xc4a7e7"
red = "0xeb6f92"
white = "0xe0def4"
yellow = "0xf6c177"
[colors.cursor]
cursor = "0x796268"
text = "0x191724"
[colors.line_indicator]
background = "None"
foreground = "None"
[colors.normal]
black = "0x6e6a86"
blue = "0x31748f"
cyan = "0xebbcba"
green = "0x9ccfd8"
magenta = "0xc4a7e7"
red = "0xeb6f92"
white = "0xe0def4"
yellow = "0xf6c177"
[colors.primary]
background = "0x191724"
foreground = "0xe0def4"
[colors.selection]
background = "0x2A2738"
text = "CellForeground"
[colors.vi_mode_cursor]
cursor = "0x796268"
text = "0x191724"
[font]
size = 11.0
[font.bold]
family = "JetBrainsMono"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono"
style = "Bold Italic"
[font.glyph_offset]
x = 0
y = 1
[font.italic]
family = "JetBrainsMono"
style = "Italic"
[font.normal]
family = "JetBrainsMono"
style = "Regular"
[font.offset]
x = 1
y = 1
[scrolling]
history = 10000
multiplier = 3
[selection]
save_to_clipboard = true
[window]
decorations = "transparent"
dynamic_title = false
opacity = 0.8
startup_mode = "Maximized"
[window.padding]
x = 0
y = 0