Lighten window chrome

This commit is contained in:
elasota
2020-05-22 05:09:48 -04:00
parent 14cc4b43df
commit 392c5d0583

View File

@@ -86,7 +86,7 @@ namespace PortabilityLayer
void RenderChromeCloseBox(DrawSurface *surface, const Rect &windowRect, bool isClicked) const;
static const int kDarkGray = 85;
static const int kMidGray = 187;
static const int kMidGray = 204;
static const int kLightGray = 221;
};