Skip to content

Commit

Permalink
S18 Theme/Update (#126)
Browse files Browse the repository at this point in the history
Artwork of Revenant on the Splash drawn by Emi_V7
  • Loading branch information
Garlicus authored Aug 8, 2023
1 parent dcf953d commit 152d59f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Binary file modified Legion/Legion.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion Legion/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define STRINGIZE(s) STRINGIZE2(s)

#define VER_MAJOR 1
#define VER_MINOR 7
#define VER_MINOR 8
#define VER_REVISION 0
#define VER_BUILD 0

Expand Down
Binary file modified Resources/LegionIcon.ico
Binary file not shown.
Binary file modified Resources/SplashImage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions cppnet/cppkore/KoreTheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,18 @@ namespace Themes
*/

// S17 Theme
/*
const static auto BorderBrush = Drawing::Color(18, 98, 167);
const static auto DarkBorderBrush = Drawing::Color(18, 98, 167);
const static auto ProgressGrad1 = Drawing::Color(18, 98, 167);
const static auto ProgressGrad2 = Drawing::Color(93, 148, 223);
*/

// S18 Theme
const static auto BorderBrush = Drawing::Color(77, 6, 12);
const static auto DarkBorderBrush = Drawing::Color(77, 6, 12);
const static auto ProgressGrad1 = Drawing::Color(77, 6, 12);
const static auto ProgressGrad2 = Drawing::Color(46, 36, 35);


// Constants for images
Expand Down

0 comments on commit 152d59f

Please sign in to comment.