Skip to content

Commit ba880f8

Browse files
committed
Migrate to new alacritty config format
1 parent 78e2998 commit ba880f8

File tree

2 files changed

+33
-849
lines changed

2 files changed

+33
-849
lines changed
+33
Original file line numberDiff line numberDiff line change
@@ -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+
family = "Hack"
20+
style = "Bold Italic"
21+
22+
[font.italic]
23+
family = "Hack"
24+
style = "Italic"
25+
26+
[font.normal]
27+
family = "Hack"
28+
29+
[mouse]
30+
hide_when_typing = true
31+
32+
[window]
33+
decorations = "none"

0 commit comments

Comments
 (0)