-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot.alacritty.yml
50 lines (43 loc) · 945 Bytes
/
dot.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
colors:
# Default colors
primary:
background: '0x122637'
foreground: '0xffffff'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0x122637'
cursor: '0xf0cb09'
# Normal colors
normal:
black: '0x000000'
red: '0xff0000'
green: '0x37dd21'
yellow: '0xfee409'
blue: '0x1460d2'
magenta: '0xff005d'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x545454'
red: '0xf40d17'
green: '0x3bcf1d'
yellow: '0xecc809'
blue: '0x5555ff'
magenta: '0xff55ff'
cyan: '0x6ae3f9'
white: '0xffffff'
# Font configuration (changes require restart)
font:
# The size to use.
size: 11
# The normal (roman) font face to use.
normal:
family: Noto Mono
style: Regular
# The bold font face
bold:
family: Noto Mono
# The italic font face
italic:
family: Noto Mono