-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalacritty.toml
More file actions
56 lines (46 loc) · 823 Bytes
/
alacritty.toml
File metadata and controls
56 lines (46 loc) · 823 Bytes
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
shell = "/bin/zsh"
[scrolling]
history = 5000
[window]
dynamic_title = true
decorations = "full"
opacity = 0.9
[window.padding]
x = 6
y = 6
[font]
size = 13.0
[font.bold]
family = "Mononoki Nerd Font"
style = "Bold"
[font.bold_italic]
family = "Mononoki Nerd Font"
style = "Bold Italic"
[font.italic]
family = "Mononoki Nerd Font"
style = "Italic"
[font.normal]
family = "Mononoki Nerd Font"
style = "Regular"
# OneDark Warm colors
[colors.bright]
black = "#404247"
blue = "#68aee8"
cyan = "#5fafb9"
green = "#99bc80"
magenta = "#c678dd"
red = "#e16d77"
white = "#c8ccd4"
yellow = "#dfbe81"
[colors.normal]
black = "#191a1c"
blue = "#68aee8"
cyan = "#5fafb9"
green = "#99bc80"
magenta = "#c678dd"
red = "#e16d77"
white = "#8b8d91"
yellow = "#dfbe81"
[colors.primary]
background = "#242628"
foreground = "#c8ccd4"