-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.toml
96 lines (76 loc) · 1.37 KB
/
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
live_config_reload = true
# tabspaces = 2
# theme = "Atelierlakeside.dark"
[shell]
args = ["-l"]
program = "/bin/zsh"
[cursor]
style = "Beam"
[env]
TERM = "xterm-256color"
[mouse]
hide_when_typing = true
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
[window]
decorations = "transparent"
dynamic_padding = false
opacity = 0.9
startup_mode = "Maximized"
[window.dimensions]
columns = 120
lines = 60
[window.padding]
x = 10
y = 30
[colors]
# author = "Chris Kempson"
# name = "Atelierlakeside (dark)"
[colors.bright]
black = "#5a7b8c"
blue = "#257fad"
cyan = "#2d8f6f"
green = "#568c3b"
magenta = "#5d5db1"
red = "#d22d72"
white = "#ebf8ff"
yellow = "#8a8a0f"
[colors.cursor]
cursor = "#7ea2b4"
text = "#161b1d"
[colors.normal]
black = "#161b1d"
blue = "#257fad"
cyan = "#2d8f6f"
green = "#568c3b"
magenta = "#5d5db1"
red = "#d22d72"
white = "#7ea2b4"
yellow = "#8a8a0f"
[colors.primary]
background = "#161b1d"
foreground = "#7ea2b4"
[font]
size = 10
[font.bold]
family = "Hack Nerd Font"
style = "Bold"
[font.bold_italic]
family = "Hack Nerd Font"
style = "Bold Italic"
[font.italic]
family = "Hack Nerd Font"
style = "Italic"
[font.normal]
family = "Hack Nerd Font"
style = "Regular"
[[keyboard.bindings]]
action = "CreateNewWindow"
key = "T"
mods = "Command"
[scrolling]
# auto_scroll = true
# faux_multiplier = 100
history = 2000
multiplier = 20