-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alacritty.yml
78 lines (72 loc) · 1.47 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
env:
TERM: xterm-256color
window:
# Spread additional padding evenly around the terminal content.
dynamic_padding: true
# Font configuration
font:
normal:
family: RobotoMono Nerd Font
style: Regular
bold:
family: RobotoMono Nerd Font
style: SemiBold
italic:
family: RobotoMono Nerd Font
style: Italic
bold_italic:
family: RobotoMono Nerd Font
style: SemiBold Italic
size: 14
offset:
y: 2
glyph_offset:
y: 1
# Colors (Dracula)
colors:
cursor:
text: CellBackground
cursor: CellForeground
primary:
background: '#282a36'
foreground: '#f8f8f2'
dim_foreground: '#9a9a9a'
bright_foreground: '#ffffff'
normal:
black: '#000000'
red: '#ff5555'
green: '#50fa7b'
yellow: '#f1fa8c'
blue: '#bd93f9'
magenta: '#ff79c6'
cyan: '#8be9fd'
white: '#bfbfbf'
bright:
black: '#4d4d4d'
red: '#ff6e67'
green: '#5af78e'
yellow: '#f4f99d'
blue: '#caa9fa'
magenta: '#ff92d0'
cyan: '#9aedfe'
white: '#e6e6e6'
dim:
black: '#14151b'
red: '#ff2222'
green: '#1ef956'
yellow: '#ebf85b'
blue: '#4d5b86'
magenta: '#ff46b0'
cyan: '#59dffc'
white: '#e6e6d1'
indexed_colors: []
selection:
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: true
# Live config reload (changes require restart)
live_config_reload: true
# Visual bell
bell:
animation: EaseOutQuart
color: '#ffffff'
duration: 100