-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
34 changed files
with
7,695 additions
and
7,672 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,35 +1,35 @@ | ||
[Gray] | ||
background=10 10 10 255 | ||
normal=90 90 90 255 | ||
dark=60 60 60 255 | ||
light=120 120 120 255 | ||
select=105 105 105 255 | ||
text=210 210 210 255 | ||
texture=210 210 210 255 | ||
|
||
[Brown] | ||
background=17 8 2 255 | ||
normal=102 91 79 255 | ||
dark=69 62 53 255 | ||
light=127 114 98 255 | ||
select=119 106 91 255 | ||
text=220 220 220 255 | ||
texture=220 220 220 255 | ||
|
||
[White] | ||
background=250 250 250 255 | ||
normal=210 210 210 255 | ||
dark=180 180 180 255 | ||
light=230 230 230 255 | ||
select=220 220 220 255 | ||
text=60 60 60 255 | ||
texture=60 60 60 255 | ||
|
||
[Gay] | ||
background=176 48 96 255 | ||
normal=255 105 180 255 | ||
dark=255 20 147 255 | ||
light=255 182 193 255 | ||
select=238 130 238 255 | ||
text=255 255 255 255 | ||
texture=255 255 255 255 | ||
[Gray] | ||
background=10 10 10 255 | ||
normal=90 90 90 255 | ||
dark=60 60 60 255 | ||
light=120 120 120 255 | ||
select=105 105 105 255 | ||
text=210 210 210 255 | ||
texture=210 210 210 255 | ||
|
||
[Brown] | ||
background=17 8 2 255 | ||
normal=102 91 79 255 | ||
dark=69 62 53 255 | ||
light=127 114 98 255 | ||
select=119 106 91 255 | ||
text=220 220 220 255 | ||
texture=220 220 220 255 | ||
|
||
[White] | ||
background=250 250 250 255 | ||
normal=210 210 210 255 | ||
dark=180 180 180 255 | ||
light=230 230 230 255 | ||
select=220 220 220 255 | ||
text=60 60 60 255 | ||
texture=60 60 60 255 | ||
|
||
[Gay] | ||
background=176 48 96 255 | ||
normal=255 105 180 255 | ||
dark=255 20 147 255 | ||
light=255 182 193 255 | ||
select=238 130 238 255 | ||
text=255 255 255 255 | ||
texture=255 255 255 255 |
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 |
---|---|---|
@@ -1,28 +1,28 @@ | ||
#include <windows.h> | ||
MAINICON ICON "icon.ico" | ||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 1,0,0,0 | ||
PRODUCTVERSION 1,0,0,0 | ||
FILETYPE 0x1L | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904e4" | ||
BEGIN | ||
VALUE "FileDescription", "Manga Reader" | ||
VALUE "FileVersion", "1.0.0.0\0" | ||
VALUE "InternalName", "vertiread" | ||
VALUE "OriginalFilename", "VertiRead.exe" | ||
VALUE "ProductName", "VeriRead" | ||
VALUE "ProductVersion", "1.0.0.0\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1252 | ||
END | ||
END | ||
#include <windows.h> | ||
|
||
MAINICON ICON "icon.ico" | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 1,0,0,0 | ||
PRODUCTVERSION 1,0,0,0 | ||
FILETYPE 0x1L | ||
|
||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904e4" | ||
BEGIN | ||
VALUE "FileDescription", "Manga Reader" | ||
VALUE "FileVersion", "1.0.0.0\0" | ||
VALUE "InternalName", "vertiread" | ||
VALUE "OriginalFilename", "VertiRead.exe" | ||
VALUE "ProductName", "VeriRead" | ||
VALUE "ProductVersion", "1.0.0.0\0" | ||
END | ||
END | ||
|
||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1252 | ||
END | ||
END |
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=VertiRead | ||
Exec= | ||
Icon= | ||
Comment=Read Mangas and listen to music | ||
GenericName=Manga Reader | ||
Keywords=Manga;Music;Reader | ||
Categories=Utility | ||
Type=Application | ||
Terminal=false | ||
X-MultipleArgs=false | ||
StartupNotify=true | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=VertiRead | ||
Exec= | ||
Icon= | ||
Comment=Comic/Manga reader | ||
GenericName=Manga Reader | ||
Keywords=Manga;Reader | ||
Categories=Utility | ||
Type=Application | ||
Terminal=false | ||
X-MultipleArgs=false | ||
StartupNotify=true |
Oops, something went wrong.