mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core: DarkThem proper rollback
This commit is contained in:
parent
f3c5f60389
commit
6739989e2a
1 changed files with 2 additions and 5 deletions
|
|
@ -242,12 +242,9 @@ int Grayscale2(const Color& c)
|
|||
return (c.GetR() + c.GetG() + c.GetB()) / 3;
|
||||
}
|
||||
|
||||
double DarkTheme_c[3] = { 0.4, 0.3, 0.4 };
|
||||
double DarkTheme_c[3] = { 0.3, 0.5, 0.2 };
|
||||
int DarkTheme_middle = 155;
|
||||
/*
|
||||
double DarkTheme_c[3] = { 0.3, 0.3, 0.4 };
|
||||
int DarkTheme_middle = 145;
|
||||
*/
|
||||
|
||||
Color DarkTheme(Color color)
|
||||
{
|
||||
if(IsNull(color))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue