-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.yml
94 lines (82 loc) · 2.22 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
env:
TERM: xterm-256color
window:
decorations: none
dimensions:
columns: 60
lines: 60
font:
size: 18
normal:
family: Iosevka
colors:
# Default colors
primary:
background: "#EFF1F5" # base
foreground: "#4C4F69" # text
# Bright and dim foreground colors
dim_foreground: "#4C4F69" # text
bright_foreground: "#4C4F69" # text
# Cursor colors
cursor:
text: "#EFF1F5" # base
cursor: "#DC8A78" # rosewater
vi_mode_cursor:
text: "#EFF1F5" # base
cursor: "#7287FD" # lavender
# Search colors
search:
matches:
foreground: "#EFF1F5" # base
background: "#6C6F85" # subtext0
focused_match:
foreground: "#EFF1F5" # base
background: "#40A02B" # green
footer_bar:
foreground: "#EFF1F5" # base
background: "#6C6F85" # subtext0
# Keyboard regex hints
hints:
start:
foreground: "#EFF1F5" # base
background: "#DF8E1D" # yellow
end:
foreground: "#EFF1F5" # base
background: "#6C6F85" # subtext0
# Selection colors
selection:
text: "#EFF1F5" # base
background: "#DC8A78" # rosewater
# Normal colors
normal:
black: "#5C5F77" # subtext1
red: "#D20F39" # red
green: "#40A02B" # green
yellow: "#DF8E1D" # yellow
blue: "#1E66F5" # blue
magenta: "#EA76CB" # pink
cyan: "#179299" # teal
white: "#ACB0BE" # surface2
# Bright colors
bright:
black: "#6C6F85" # subtext0
red: "#D20F39" # red
green: "#40A02B" # green
yellow: "#DF8E1D" # yellow
blue: "#1E66F5" # blue
magenta: "#EA76CB" # pink
cyan: "#179299" # teal
white: "#BCC0CC" # surface1
# Dim colors
dim:
black: "#5C5F77" # subtext1
red: "#D20F39" # red
green: "#40A02B" # green
yellow: "#DF8E1D" # yellow
blue: "#1E66F5" # blue
magenta: "#EA76CB" # pink
cyan: "#179299" # teal
white: "#ACB0BE" # surface2
indexed_colors:
- { index: 16, color: "#FE640B" }
- { index: 17, color: "#DC8A78" }