-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdot_alacritty.yml
69 lines (57 loc) · 1.58 KB
/
dot_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
window:
# Window padding (changes require restart)
#
# Blank space added around the window in pixels. This padding is scaled
# by DPI and the specified value is always added at both opposing sides.
padding:
x: 10
y: 25
# Window decorations
# Available values:
# - `full`: Window with title bar and title bar buttons
# - `none`: Window without title bar, rounded corners, or drop shadow
# - `transparent`: Window with title bar with transparent background and title
# bar buttons
# - `buttonless`: Window with title bar with transparent background and no
# title bar buttons
decorations: transparent
cursor:
style:
blinking: Always
blink_interval: 500
# Font configuration (changes require restart)
font:
# Point size
size: 12.0
# Colors (Snazzy) https://github.com/alebelcor/alacritty-snazzy/blob/master/snazzy.yml
draw_bold_text_with_bright_colors: true
colors:
primary:
background: '#282a36'
foreground: '#eff0eb'
cursor:
cursor: '#97979b'
selection:
text: '#282a36'
background: '#feffff'
normal:
black: '#282a36'
red: '#ff5c57'
green: '#5af78e'
yellow: '#f3f99d'
blue: '#57c7ff'
magenta: '#ff6ac1'
cyan: '#9aedfe'
white: '#f1f1f0'
bright:
black: '#686868'
red: '#ff5c57'
green: '#5af78e'
yellow: '#f3f99d'
blue: '#57c7ff'
magenta: '#ff6ac1'
cyan: '#9aedfe'
white: '#eff0eb'
key_bindings:
- { key: Left, mods: Alt, chars: "\x1bb" } # backward-word
- { key: Right, mods: Alt, chars: "\x1bf" } # forward-word