Skip to content

Commit

Permalink
S20 Theme (#141)
Browse files Browse the repository at this point in the history
3D Render by HumanSas
  • Loading branch information
Garlicus authored Mar 2, 2024
1 parent 6a7849b commit fbd362c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file modified Resources/LegionIcon.ico
Binary file not shown.
Binary file modified Resources/SplashImage.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion cppnet/cppkore/KoreTheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace Themes
const static auto BackgroundGrad2 = Drawing::Color(36, 36, 36);

const static auto BackgroundOverGrad1 = Drawing::Color(49, 49, 49);
const static auto BackgroundOverGrad2 = Drawing::Color(151, 115, 153);
const static auto BackgroundOverGrad2 = Drawing::Color(40, 40, 40);

const static auto TextEnabledBrush = Drawing::Color(Drawing::Color::White);
const static auto TextDisabledBrush = Drawing::Color(Drawing::Color::Gray);
Expand Down Expand Up @@ -104,11 +104,18 @@ namespace Themes
*/

// S19 Theme
/*
const static auto BorderBrush = Drawing::Color(178, 134, 207);
const static auto DarkBorderBrush = Drawing::Color(178, 134, 207);
const static auto ProgressGrad1 = Drawing::Color(178, 134, 207);
const static auto ProgressGrad2 = Drawing::Color(136, 87, 150);
*/

// S20 Theme
const static auto BorderBrush = Drawing::Color(88, 151, 149);
const static auto DarkBorderBrush = Drawing::Color(88, 151, 149);
const static auto ProgressGrad1 = Drawing::Color(88, 151, 149);
const static auto ProgressGrad2 = Drawing::Color(88, 151, 149);

// Constants for images
static Drawing::Image* CheckBoxImage = nullptr;
Expand Down

0 comments on commit fbd362c

Please sign in to comment.