-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alacritty.toml
105 lines (82 loc) · 1.53 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[general]
live_config_reload = true
# https://github.com/alacritty/alacritty-theme
[colors]
transparent_background_colors = true
[[colors.indexed_colors]]
color = "0xd19a66"
index = 16
[[colors.indexed_colors]]
color = "0xbe5046"
index = 17
[[colors.indexed_colors]]
color = "0x353b45"
index = 18
[[colors.indexed_colors]]
color = "0x3e4451"
index = 19
[[colors.indexed_colors]]
color = "0x565c64"
index = 20
[[colors.indexed_colors]]
color = "0xb6bdca"
index = 21
[colors.bright]
black = "0x545862"
blue = "0x61afef"
cyan = "0x56b6c2"
green = "0x98c379"
magenta = "0xc678dd"
red = "0xe06c75"
white = "0xc8ccd4"
yellow = "0xe5c07b"
[colors.cursor]
cursor = "0xabb2bf"
text = "0x282c34"
[colors.normal]
black = "0x282c34"
blue = "0x61afef"
cyan = "0x56b6c2"
green = "0x98c379"
magenta = "0xc678dd"
red = "0xe06c75"
white = "0xabb2bf"
yellow = "0xe5c07b"
[colors.primary]
background = "0x282c34"
foreground = "0xabb2bf"
[font]
size = 13.0
[font.bold]
family = "JetBrainsMono NF"
style = "Bold"
[font.bold_italic]
family = "JetBrainsMono NF"
style = "Bold Italic"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "JetBrainsMono NF"
style = "Italic"
[font.normal]
family = "JetBrainsMono NF"
style = "Regular"
[font.offset]
x = 0
y = 2
[scrolling]
history = 100000
[terminal.shell]
args = ["--login"]
program = "zsh"
[window]
decorations = "none"
dynamic_padding = true
opacity = 1.00
startup_mode = "Fullscreen"
[window.padding]
x = 0
y = 0
[mouse]# If this is `true`, the cursor is temporarily hidden when typing.
hide_when_typing = true