-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalacritty.yml
More file actions
36 lines (32 loc) · 794 Bytes
/
alacritty.yml
File metadata and controls
36 lines (32 loc) · 794 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
31
32
33
34
35
36
# Shades of Purple Alacritty
# https://github.com/ahmadawais/shades-of-purple-alacritty
# Colors
colors:
# Default colors
primary:
background: '#1E1E3F'
foreground: '#FFFFFF'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '#1E1E3F'
cursor: '#FAD000'
# Normal colors
normal:
black: '#000000'
red: '#D52822'
green: '#3DB72A'
yellow: '#FAD000'
blue: '#6943FF'
magenta: '#FF628C'
cyan: '#9EFFFF'
white: '#DBDBE0'
# Bright colors
bright:
black: '#5C5C61'
red: '#FF000D'
green: '#3AD900'
yellow: '#FAD000'
blue: '#6943FF'
magenta: '#FF628C'
cyan: '#9EFFFF'
white: '#FFFFFF'