-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
55 lines (44 loc) · 961 Bytes
/
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
import = [
"~/.config/alacritty/active_theme.toml"
]
[env]
term = "xterm-256color"
[font]
size = 16
[font.bold]
family = "Mononoki Nerd Font Propo"
[font.italic]
family = "Mononoki Nerd Font Propo"
[font.normal]
family = "Mononoki Nerd Font Propo"
[window]
option_as_alt = "Both"
startup_mode = "Maximized"
decorations = "None"
# # colors come from the "Aura" theme
# [colors.primary]
# background = "#15141b"
# foreground = "#edecee"
# [colors.cursor]
# cursor = "#a277ff"
# [colors.selection]
# text = "CellForeground"
# background = "#29263c"
# [colors.normal]
# black = "#110f18"
# red = "#ff6767"
# green = "#61ffca"
# yellow = "#ffca85"
# blue = "#a277ff"
# magenta = "#a277ff"
# cyan = "#00ffff" # cyan was the same as green in the original
# white = "#edecee"
# [colors.bright]
# black = "#4d4d4d"
# red = "#ff6767"
# green = "#61ffca"
# yellow = "#ffca85"
# blue = "#a277ff"
# magenta = "#a277ff"
# cyan = "#61ffca"
# white = "#edecee"