-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.yml
38 lines (36 loc) · 852 Bytes
/
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
# Font configuration
font:
normal:
family: "SourceCodePro"
style: Regular
bold:
family: "SourceCodePro"
style: Bold
italic:
family: "SourceCodePro"
style: Italic
bold_italic:
style: Bold Italic
size: 12.0
# Colors (One Dark)
colors:
primary:
background: '#282c34'
foreground: '#abb2bf'
cursor:
text: CellBackground
#cursor: '#528bff' # syntax-cursor-color
cursor: '#61AFEF' # syntax-cursor-color
selection:
text: CellForeground
background: '#3e4451' # syntax-selection-color
normal:
black: '#5c6370' # mono-3
red: '#e06c75' # red 1
green: '#98c379'
yellow: '#e5c07b' # orange 2
blue: '#579dd7'
#blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#828997' # mono-2