File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ To apply it without reloading:
164164
165165## Related Projects
166166
167+ - [ Alacritty] ( ./alacritty/README.md ) by [ @sainnhe ] ( https://github.com/sainnhe )
167168- [ Kitty] ( https://github.com/rsaihe/sonokai-kitty ) by [ @rsaihe ] ( https://github.com/rsaihe )
168169
169170## Inspiration
Original file line number Diff line number Diff line change 1+ # Installation
2+
3+ Add this to ` ~/.config/alacritty/alacritty.yml `
4+
5+ ## shusia
6+
7+ ``` yaml
8+ colors :
9+ primary :
10+ background : " 0x2d2a2e"
11+ foreground : " 0xe3e1e4"
12+
13+ normal :
14+ black : " 0x1a181a"
15+ red : " 0xf85e84"
16+ green : " 0x9ecd6f"
17+ yellow : " 0xe5c463"
18+ blue : " 0x7accd7"
19+ magenta : " 0xab9df2"
20+ cyan : " 0xef9062"
21+ white : " 0xe3e1e4"
22+
23+ bright :
24+ black : " 0x1a181a"
25+ red : " 0xf85e84"
26+ green : " 0x9ecd6f"
27+ yellow : " 0xe5c463"
28+ blue : " 0x7accd7"
29+ magenta : " 0xab9df2"
30+ cyan : " 0xef9062"
31+ white : " 0xe3e1e4"
32+ ` ` `
33+
34+ ## andromeda
35+
36+ ` ` ` yaml
37+ colors :
38+ primary :
39+ background : " 0x2b2d37"
40+ foreground : " 0xe1e3e4"
41+
42+ normal :
43+ black : " 0x181a1c"
44+ red : " 0xfb617e"
45+ green : " 0x9ed06c"
46+ yellow : " 0xf0c362"
47+ blue : " 0x6dcae8"
48+ magenta : " 0xbb97ee"
49+ cyan : " 0xf89860"
50+ white : " 0xe1e3e4"
51+
52+ bright :
53+ black : " 0x181a1c"
54+ red : " 0xfb617e"
55+ green : " 0x9ed06c"
56+ yellow : " 0xf0c362"
57+ blue : " 0x6dcae8"
58+ magenta : " 0xbb97ee"
59+ cyan : " 0xf89860"
60+ white : " 0xe1e3e4"
61+ ` ` `
62+
63+ ## atlantis
64+
65+ ` ` ` yaml
66+ colors :
67+ primary :
68+ background : " 0x2a2f38"
69+ foreground : " 0xe1e3e4"
70+
71+ normal :
72+ black : " 0x181a1c"
73+ red : " 0xff6578"
74+ green : " 0x9dd274"
75+ yellow : " 0xeacb64"
76+ blue : " 0x72cce8"
77+ magenta : " 0xba9cf3"
78+ cyan : " 0xf69c5e"
79+ white : " 0xe1e3e4"
80+
81+ bright :
82+ black : " 0x181a1c"
83+ red : " 0xff6578"
84+ green : " 0x9dd274"
85+ yellow : " 0xeacb64"
86+ blue : " 0x72cce8"
87+ magenta : " 0xba9cf3"
88+ cyan : " 0xf69c5e"
89+ white : " 0xe1e3e4"
90+ ` ` `
91+
92+ ## maia
93+
94+ ` ` ` yaml
95+ colors :
96+ primary :
97+ background : " 0x273136"
98+ foreground : " 0xe1e2e3"
99+
100+ normal :
101+ black : " 0x1c1e1f"
102+ red : " 0xf76c7c"
103+ green : " 0x9cd57b"
104+ yellow : " 0xe3d367"
105+ blue : " 0x78cee9"
106+ magenta : " 0xbaa0f8"
107+ cyan : " 0xf3a96a"
108+ white : " 0xe1e2e3"
109+
110+ bright :
111+ black : " 0x1c1e1f"
112+ red : " 0xf76c7c"
113+ green : " 0x9cd57b"
114+ yellow : " 0xe3d367"
115+ blue : " 0x78cee9"
116+ magenta : " 0xbaa0f8"
117+ cyan : " 0xf3a96a"
118+ white : " 0xe1e2e3"
119+ ` ` `
You can’t perform that action at this time.
0 commit comments