-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.toml
62 lines (50 loc) · 951 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
56
57
58
59
60
61
62
[env]
TERM = "xterm-256color"
[window]
decorations = "none"
opacity = 1.0
# startup_mode = "Windowed"
startup_mode = "Maximized"
[scrolling]
history = 10000
[font]
size = 12.0
[font.normal]
family = "MesloLGS Nerd Font Mono"
style = "Regular"
[font.bold]
family = "MesloLGS Nerd Font Mono"
style = "Bold"
[font.italic]
family = "MesloLGS Nerd Font Mono"
style = "Italic"
[font.bold_italic]
family = "MesloLGS Nerd Font Mono"
style = "Bold Italic"
[colors.primary]
background = "#263137"
foreground = "#eceef0"
[colors.cursor]
cursor = "#edeeed"
text = "#000000"
[colors.selection]
background = "#607c8b"
text = "#eceef0"
[colors.normal]
black = "#546d79"
blue = "#40c4fe"
cyan = "#64fcda"
green = "#69f0ad"
magenta = "#ff3f80"
red = "#ff5151"
white = "#fefefe"
yellow = "#ffd73f"
[colors.bright]
black = "#b0bec4"
blue = "#80d7fe"
cyan = "#a7fdeb"
green = "#b9f6c9"
magenta = "#ff80ab"
red = "#ff8980"
white = "#fefefe"
yellow = "#ffe47e"