-
Notifications
You must be signed in to change notification settings - Fork 7
/
.alacritty.yml
68 lines (55 loc) · 1.12 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
# Font configuration (changes require restart)
shell:
program: /bin/bash
font:
size: 12
# Normal (roman) font face
normal:
family: FantasqueSansMono Nerd Font Mono
style: Regular
# Bold font face
bold:
family: FantasqueSansMono Nerd Font Mono
style: Bold
# Italic font face
italic:
family: FantasqueSansMono Nerd Font Mono
style: Italic
offset:
y: 1
window:
dimensions:
columns: 100
lines: 36
position:
x: 1050
y: 250
padding:
x: 25
y: 25
opacity: 1
colors:
# Default colors
primary:
background: '0x202330'
foreground: '0xfae8b6'
# Normal colors
normal:
black: '0xFAE8B6'
red: '0xff38a2'
green: '0x9cd162'
yellow: '0xffc85b'
blue: '0xeba4ac'
magenta: '0xd9bcef'
cyan: '0x87c095'
white: '0xfff0f5'
# Bright colors
bright:
black: '0xFAE8B6'
red: '0xff38a2'
green: '0x9cd162'
yellow: '0xffc85b'
blue: '0xeba4ac'
magenta: '0xd9bcef'
cyan: '0x87c095'
white: '0xfff0f5'