-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.yml
197 lines (191 loc) · 3.65 KB
/
alacritty.yml
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
grep_after: 6
background_opacity: 1
window:
dimensions:
columns: 150
lines: 50
padding:
x: 10
y: 10
dynamic_padding: true
decorations: buttonless
scrolling:
history: 50000
multiplier: 15
key_bindings:
- key: W
mods: Command
action: ToggleFullscreen
- key: N
mods: Command|Shift
action: SpawnNewInstance
- key: F
mods: Command|Shift
action: ToggleFullscreen
- key: Equals
mods: Command|Shift
action: IncreaseFontSize
- key: Minus
mods: Command|Shift
action: DecreaseFontSize
- key: Back
mods: Super
chars: "\x15"
- key: Back
mods: Control
chars: "\x17"
- key: Back
mods: Alt
chars: "\ed"
- key: Left
mods: Super
chars: "\e[1;5D"
- key: Right
mods: Super
chars: "\e[1;5C"
- key: Left
mods: Control
chars: "\e[1;5D"
- key: Right
mods: Control
chars: "\e[1;5C"
- key: Left
mods: Alt
chars: "\e[1;5D"
- key: Right
mods: Alt
chars: "\e[1;5C"
- key: Space
mods: Command|Control
action: ToggleViMode
- key: Left
mods: Command|Option
chars: "\x02p"
- key: Right
mods: Command|Option
chars: "\x02n"
- key: Left
mods: Command|Shift
chars: "\x02p"
- key: Right
mods: Command|Shift
chars: "\x02n"
- key: Up
mods: Command|Option
chars: "\x02k"
- key: Down
mods: Command|Option
chars: "\x02j"
- key: F
mods: Option
chars: "\x02\x2f"
- key: Key1
mods: Command
chars: "\x021"
- key: Key2
mods: Command
chars: "\x022"
- key: Key3
mods: Command
chars: "\x023"
- key: Key4
mods: Command
chars: "\x024"
- key: Key5
mods: Command
chars: "\x025"
- key: Key6
mods: Command
chars: "\x026"
- key: Key7
mods: Command
chars: "\x027"
- key: Key8
mods: Command
chars: "\x028"
- key: Key9
mods: Command
chars: "\x029"
font:
size: 13
normal:
family: BlexMono Nerd Font
style: Book
bold:
family: Menlo
style: Bold
italic:
family: Menlo
style: Italic
custom_cursor_colors: true
colors:
# COLORSCHEME: /Users/bbarrows/.config/alacritty/colors/afterglow.yaml
# Default colors
primary:
# hard contrast: background = '#f9f5d7'
background: '#1A2025'
foreground: '#e3dfc5'
dim_foreground: '#dbdbdb'
bright_foreground: '#d9d9d9'
dim_background: '#202020' # not sure
bright_background: '#3a3a3a' # not sure
# Cursor colors
cursor:
text: '#2c2c2c'
cursor: '#d9d9d9'
# Normal colors
vi_mode_cursor:
text: '#2e3440'
cursor: '#d8dee9'
selection:
text: CellForeground
background: '#4c566a'
search:
matches:
foreground: CellBackground
background: '#abd3de'
bar:
background: '#434c5e'
foreground: '#d8dee9'
normal:
# Bright colors
black: '#1c1c1c'
red: '#bc5653'
green: '#b4c28a'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#d3dde8'
white: '#cacaca'
# Bright colors
bright:
black: '#636363'
red: '#bc5653'
green: '#b4c28a'
yellow: '#ebc17a'
blue: '#7eaac7'
magenta: '#aa6292'
cyan: '#d3dde8'
white: '#f7f7f7'
# Dim colors
dim:
black: '#232323'
red: '#74423f'
green: '#9ea880'
yellow: '#8b7653'
blue: '#556b79'
magenta: '#6e4962'
cyan: '#5c8482'
white: '#828282'
indexed_colors:
- {index: 16, color: '#232323'}
- {index: 17, color: '#d65d0e'}
- {index: 18, color: '#000000'}
- {index: 19, color: '#d5c4a1'}
- {index: 20, color: '#665c54'}
- {index: 21, color: '#3c3836'}
hide_cursor_when_typing: true
shell:
program: /bin/zsh
args:
- -l