-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.yml
67 lines (60 loc) · 1.26 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
# Configuration for Alacritty, the GPU enhanced terminal emulator
live_config_reload: true
window:
dimensions:
columns: 200
lines: 70
padding:
x: 5
y: 5
opacity: 0.9
decorations: buttonless
selection:
semantic_escape_chars: '|:"'' {}()[]<>'
save_to_clipboard: true
startup_mode: Fullscreen
draw_bold_text_with_bright_colors: true
font:
normal:
family: Hack Nerd Font Mono
bold:
family: Hack Nerd Font Mono
style: Bold
italic:
family: Hack Nerd Font Mono
style: Italic
# Colors (Tomorrow Night Bright)
colors:
primary:
background: '0x1f1f1f'
foreground: '0xeaeaea'
cursor:
text: '0x000000'
cursor: '0xffffff'
normal:
black: '0x000000'
red: '0xd54e53'
green: '0xb9ca4a'
yellow: '0xe6c547'
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0xffffff'
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0xffffff'
dim:
black: '0x333333'
red: '0xf2777a'
green: '0x99cc99'
yellow: '0xffcc66'
blue: '0x6699cc'
magenta: '0xcc99cc'
cyan: '0x66cccc'
white: '0xdddddd'