Skip to content

Commit 7f73027

Browse files
authored
A new set of Matrix themes for iTerm2, Kitty, Alacritty and vscode (#327)
* Matrix theme for kitty, alacritty, and iterm2 * some cleanup * screenshot and README * add the screenshot * use the screenshot table tool * also no trasparent * Matrix color schema for vscode * Darkmatrix theme * Update README and screenshots
1 parent a12b274 commit 7f73027

11 files changed

+936
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`
188188
![Screenshot](screenshots/blueberry_pie.png)
189189

190190
### BlueDolphin
191+
191192
![Screenshot](screenshots/BlueDolphin.png)
192193

193194
### Blue Matrix
@@ -446,7 +447,7 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`
446447

447448
![Screenshot](screenshots/galaxy.png)
448449

449-
### Galizur
450+
### Galizur
450451

451452
![image](screenshots/galizur.png)
452453

@@ -538,11 +539,11 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`
538539

539540
![Screenshot](screenshots/hybrid.png)
540541

541-
### IC\_Green\_PPL
542+
### IC_Green_PPL
542543

543544
![Screenshot](screenshots/ic_green_ppl.png)
544545

545-
### IC\_Orange\_PPL
546+
### IC_Orange_PPL
546547

547548
![Screenshot](screenshots/ic_orange_ppl.png)
548549

@@ -654,6 +655,10 @@ It would also be very helpful if you `cd tools/` and run `python3 update_all.py`
654655

655656
![Screenshot](screenshots/mathias.png)
656657

658+
### Matrix
659+
660+
![Screenshot](screenshots/matrix.png)
661+
657662
### Medallion
658663

659664
![Screenshot](screenshots/medallion.png)
@@ -1443,6 +1448,8 @@ The GitHub Dark theme was created by [Al Duncanson](https://github.com/alDuncans
14431448

14441449
The Abernathy theme was created by [barish](https://instagram.com/barish)
14451450

1451+
The Matrix themes was created by [Jim Xu](https://github.com/i3d) inspired by the famous Matrix movie series.
1452+
14461453
If there are other color schemes you'd like to see included, drop me a line!
14471454

14481455
## Extra

alacritty/Darkmatrix.yml

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Colors (Dark Matrix)
2+
colors:
3+
# #Default Colors
4+
primary:
5+
background: "#091013"
6+
foreground: "#81B32C"
7+
# #Normal colors
8+
normal:
9+
black: "#091013"
10+
red: "#00cd6d"
11+
green: "#90D762"
12+
yellow: "#00cd6d"
13+
blue: "#9CE667"
14+
magenta: "#00cd6d"
15+
cyan: "#0ECC1E"
16+
white: "#00cd6d"
17+
# #Bright colors
18+
bright:
19+
black: "#00CD6D"
20+
red: "#00cd6d"
21+
green: "#90D762"
22+
yellow: "#00cd6d"
23+
blue: "#9CE667"
24+
magenta: "#00cd6d"
25+
cyan: "#0ECC1E"
26+
white: "#00cd6d"
27+
selection:
28+
text: "#00FF87"
29+
background: "#0F191C"
30+
white: "#FFFFFF"
31+
cursor:
32+
cursor: "#81B32C"
33+
text: "#00FF87"

alacritty/Matrix.yml

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Colors (Matrix)
2+
colors:
3+
primary:
4+
background: "#0F191C"
5+
foreground: "#426644"
6+
normal:
7+
black: "#688060"
8+
red: "#23755A"
9+
green: "#82D967"
10+
yellow: "#FFD700"
11+
blue: "#3F5242"
12+
magenta: "#409931"
13+
cyan: "#50B45A"
14+
white: "#507350"
15+
bright:
16+
black: "#688060"
17+
red: "#2FC079"
18+
green: "#90D762"
19+
yellow: "#FAFF00"
20+
blue: "#4F7E7E"
21+
magenta: "#11FF25"
22+
cyan: "#C1FF8A"
23+
white: "#678C61"
24+
selection:
25+
text: "#00FF87"
26+
background: "#18282E"
27+
white: "#FFFFFF"
28+
cursor:
29+
cursor: "#384545"
30+
text: "#00FF00"

kitty/darkmatrix.conf

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# DarkMatrix colorscheme for Kitty
2+
3+
color0 #091013
4+
# his,complete
5+
color8 #00CD6D
6+
background #091013
7+
8+
# Red/bold
9+
color1 #00CD6D
10+
color9 #00CD6D
11+
12+
# Green/bold.
13+
color2 #90D762
14+
color10 #90D762
15+
16+
# Yellow/bold
17+
color3 #00CD6D
18+
color11 #00CD6D
19+
20+
# BLUE/bold
21+
color4 #9CE667
22+
color12 #9CE667
23+
24+
# Magenta/bold
25+
color5 #00CD6D
26+
color13 #00CD6D
27+
28+
# Cyan/bold
29+
color6 #0ECC1E
30+
color14 #0ECC1E
31+
32+
# White/bold
33+
color7 #00CD6D
34+
color15 #00CD6D
35+
36+
cursor #81B32C
37+
cursor_text_color #00CD6D
38+
foreground #81B32C
39+
url_color #00CD6D
40+
selection_foreground #00FF87
41+
selection_background #0F191C

kitty/matrix.conf

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Matrix colorscheme for Kitty
2+
color0 #0F191C
3+
# his,complete
4+
color8 #688060
5+
background #0F191C
6+
# Red/bold
7+
color1 #23755A
8+
color9 #2FC079
9+
# Green/bold.
10+
color2 #82D967
11+
color10 #90D762
12+
# Yellow/bold
13+
color3 #FFD700
14+
color11 #FAFF00
15+
# BLUE/bold
16+
color4 #3F5242
17+
color12 #4F7E7E
18+
# Magenta/bold
19+
color5 #409931
20+
color13 #11FF25
21+
# Cyan/bold
22+
color6 #50B45A
23+
color14 #C1FF8A
24+
# White/bold
25+
color7 #507350
26+
color15 #678C61
27+
cursor #384545
28+
cursor_text_color #00FF00
29+
#foreground #81B32C
30+
#foreground #82C968
31+
foreground #426644
32+
url_color #2Fc079
33+
selection_foreground #00FF87
34+
selection_background #18282E

0 commit comments

Comments
 (0)