We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e2998 commit ba880f8Copy full SHA for ba880f8
alacritty/.config/alacritty/alacritty.toml
@@ -0,0 +1,33 @@
1
+[colors.cursor]
2
+cursor = "CellForeground"
3
+text = "CellBackground"
4
+
5
+[colors.primary]
6
+background = "#2F2F2F"
7
+bright_foreground = "#eaeaea"
8
+dim_foreground = "#828482"
9
+foreground = "#C5C8C6"
10
11
+[font]
12
+size = 12.0
13
14
+[font.bold]
15
+family = "Hack"
16
+style = "Bold"
17
18
+[font.bold_italic]
19
20
+style = "Bold Italic"
21
22
+[font.italic]
23
24
+style = "Italic"
25
26
+[font.normal]
27
28
29
+[mouse]
30
+hide_when_typing = true
31
32
+[window]
33
+decorations = "none"
0 commit comments