shithub: microui

Download patch

ref: 57b1172b65526d4d2463f748ce8bd7a981b04991
parent: 4e0863ad180bdff16954463b00a500b9abd13753
author: rxi <rxi@users.noreply.github.com>
date: Sun Oct 6 09:41:42 EDT 2019

Changed MU_COLOR_TITLEBG to match MU_COLOR_BORDER

--- a/src/microui.c
+++ b/src/microui.c
@@ -61,7 +61,7 @@
     { 230, 230, 230, 255 }, /* MU_COLOR_TEXT */
     { 25,  25,  25,  255 }, /* MU_COLOR_BORDER */
     { 50,  50,  50,  255 }, /* MU_COLOR_WINDOWBG */
-    { 20,  20,  20,  255 }, /* MU_COLOR_TITLEBG */
+    { 25,  25,  25,  255 }, /* MU_COLOR_TITLEBG */
     { 240, 240, 240, 255 }, /* MU_COLOR_TITLETEXT */
     { 0,   0,   0,   0   }, /* MU_COLOR_PANELBG */
     { 75,  75,  75,  255 }, /* MU_COLOR_BUTTON */