-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e91ef66
commit b0fb8fb
Showing
3 changed files
with
83 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# First pack | ||
|
||
<table width="100%"> | ||
<tr> | ||
<th>Moon</th> | ||
<th>Storm</th> | ||
</tr> | ||
<tr> | ||
<td width="50%"> | ||
<img src="https://user-images.githubusercontent.com/292349/190951628-10ba28a1-57ff-4479-8eab-47400a402242.png" /> | ||
</td> | ||
<td width="50%"> | ||
<img src="https://user-images.githubusercontent.com/292349/115295095-3a9e5080-a10e-11eb-9aed-6054488c46ce.png" /> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>Night</th> | ||
<th>Day</th> | ||
</tr> | ||
<tr> | ||
<td width="50%"> | ||
<img src="https://user-images.githubusercontent.com/292349/115295327-7afdce80-a10e-11eb-89b3-2591262bf95a.png" /> | ||
</td> | ||
<td width="50%"> | ||
<img src="https://user-images.githubusercontent.com/292349/115996270-78c6c480-a593-11eb-8ed0-7d1400b058f5.png" /> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>Mars</th> | ||
<th>Nord</th> | ||
</tr> | ||
<tr> | ||
<td width="50%"> | ||
<img src="../img/nekonightbrown.jpg" /> | ||
</td> | ||
<td width="50%"> | ||
<img src="../img/neko-nord.jpg" /> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>Shades of purple</th> | ||
<th>Shades of purple dark</th> | ||
</tr> | ||
<tr> | ||
<td width="50%"> | ||
<img src="../img/neko-shades-of-purple.jpg" /> | ||
</td> | ||
<td width="50%"> | ||
<img src="../img/neko-shades-of-purple-dark.jpg" /> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Pack two | ||
|
||
<table width="500"> | ||
<tr> | ||
<th>OneDark</th> | ||
<th>Fire Obsidian</th> | ||
</tr> | ||
<tr> | ||
<td width="50%"> | ||
<img src="../img/neko-onedark.jpg" /> | ||
</td> | ||
<td width="50%"> | ||
<img src="../img/neko-fire-obsidian.jpg" /> | ||
</td> | ||
</tr> | ||
<tr> | ||
<th>Palenight</th> | ||
<th>Noctis-Uva</th> | ||
</tr> | ||
<tr> | ||
<td width="50%"> | ||
<img src="../img/neko-palenight.jpg" /> | ||
</td> | ||
<td width="50%"> | ||
<img src="../img/neko-noctis-uva.jpg" /> | ||
</td> | ||
</tr> | ||
</table> |