-
-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathalacritty.yml
More file actions
30 lines (30 loc) · 652 Bytes
/
alacritty.yml
File metadata and controls
30 lines (30 loc) · 652 Bytes
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
# Add the following to your alacritty.yml file
schemes:
# ...
deus: &deus
# Default colors
primary:
background: '#2c323b'
foreground: '#eaeaea'
# Normal colors
normal:
black: '#242a32'
red: '#d54e53'
green: '#98c379'
yellow: '#e5c07b'
blue: '#83a598'
magenta: '#c678dd'
cyan: '#70c0ba'
white: '#eaeaea'
# Bright colors
bright:
black: '#666666'
red: '#ec3e45'
green: '#90c966'
yellow: '#edbf69'
blue: '#73ba9f'
magenta: '#c858e9'
cyan: '#2bcec2'
white: '#ffffff'
# ...
colors: *deus