-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alacritty.yml
65 lines (58 loc) · 1.18 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
window:
padding:
x: 5
y: 0
scrolling:
history: 10000
multiplier: 10
colors:
# Default colors
primary:
background: "#1e1e1e" #Background from Dark Theme
# Normal colors
normal:
black: "#000000"
red: "#cd3131"
green: "#0dbc79"
yellow: "#e5e510"
blue: "#2472c8"
magenta: "#bc3fbc"
cyan: "#11a8cd"
white: "#e5e5e5"
# Bright colors
bright:
black: "#666666"
red: "#f14c4c"
green: "#23d18b"
yellow: "#f5f543"
blue: "#3b8eea"
magenta: "#d670d6"
cyan: "#29b8db"
white: "#e5e5e5"
font:
size: 16.0
normal:
family: "MesloLGS NF"
style: Regular
bold:
family: "MesloLGS NF"
style: Bold
italic:
family: "MesloLGS NF"
style: Italic
bold_italic:
family: "MesloLGS NF"
style: Bold Italic
cursor:
style:
shape: Block
blinking: Always
blink_interval: 450
blink_timeout: 0
unfocused_hollow: true
selection:
# This string contains all characters that are used as separators for
# "semantic words" in Alacritty.
semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: true