forked from bluz71/vim-nightfly-colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.yml
41 lines (36 loc) · 773 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
39
40
41
draw_bold_text_with_bright_colors: true
# Colors
colors:
# Default colors
primary:
background: '#011627'
foreground: '#acb4c2'
bright_foreground: '#eeeeee'
# Cursor colors
cursor:
text: '#080808'
cursor: '#9ca1aa'
# Selection colors
selection:
text: '#080808'
background: '#b2ceee'
# Normal colors
normal:
black: '#1d3b53'
red: '#fc514e'
green: '#a1cd5e'
yellow: '#e3d18a'
blue: '#82aaff'
magenta: '#c792ea'
cyan: '#7fdbca'
white: '#a1aab8'
# Bright colors
bright:
black: '#7c8f8f'
red: '#ff5874'
green: '#21c7a8'
yellow: '#ecc48d'
blue: '#82aaff'
magenta: '#ae81ff'
cyan: '#7fdbca'
white: '#d6deeb'