-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alacritty.yml
61 lines (61 loc) · 1.2 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
window:
dimensions:
columns: 120
lines: 40
padding:
x: 0
y: 0
dynamic_padding: false
decorations: full
font:
normal:
family: Fira Code
style: Regular
bold:
family: Fira Code
style: Bold
italic:
family: Fira Code
style: SemiBold
bold_italic:
family: Fira Code
style: SemiBold
size: 8.0
colors:
primary:
background: '0x1d1f21'
foreground: '0xc5c8c6'
cursor:
text: '0x1d1f21'
cursor: '0xc5c8c6'
normal:
black: '0x1d1f21'
red: '0xcc6666'
green: '0xb5bd68'
yellow: '0xf0c674'
blue: '0x81a2be'
magenta: '0xb294bb'
cyan: '0x8abeb7'
white: '0xc5c8c6'
bright:
black: '0x969896'
red: '0xcc6666'
green: '0xb5bd68'
yellow: '0xf0c674'
blue: '0x81a2be'
magenta: '0xb294bb'
cyan: '0x8abeb7'
white: '0xffffff'
indexed_colors:
- { index: 16, color: '0xde935f' }
- { index: 17, color: '0xa3685a' }
- { index: 18, color: '0x282a2e' }
- { index: 19, color: '0x373b41' }
- { index: 20, color: '0xb4b7b4' }
- { index: 21, color: '0xe0e0e0' }
shell:
program: /usr/bin/zsh
args:
- --login
- -c
- "tmux attach || tmux"