-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.yml
52 lines (52 loc) · 1012 Bytes
/
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
window:
padding:
x: 10
y: 10
dimensions:
columns: 80
lines: 24
opacity: 0.90
font:
# normal:
# family: "Source Code pro"
# style: Regular
# bold:
# family: "Source Code pro"
# style: Bold
# italic:
# family: "Source Code pro"
# style: Italic
size: 16.0 # because my monitor is 4k
colors:
primary:
background: "0x1d2021"
foreground: "0xc5c8c6"
normal:
black: "0x282828"
red: "0xcc241d"
green: "0x98971a"
yellow: "0xd79921"
blue: "0x458588"
magenta: "0xb16286"
cyan: "0x689d6a"
white: "0xa89984"
bright:
black: "0x928374"
red: "0xfb4934"
green: "0xb8bb26"
yellow: "0xfabd2f"
blue: "0x83a598"
magenta: "0xd3869b"
cyan: "0x8ec07c"
white: "0xebdbb2"
scrolling:
history: 1000
multiplier: 3
auto_scroll_on_update: true
auto_scroll_on_keystroke: true
auto_scroll_on_output: false
mouse:
theme: "default"
hide_when_typing: true
double_click:
threshold: 300ms