shithub: microui

Download patch

ref: 689e27769611b300c2aea9573b1d88d7d4e0bc13
parent: bd974b90f84cb03ae41baec6cec0d112a6c4b7ab
author: rxi <rxi@users.noreply.github.com>
date: Sat Oct 20 06:05:45 EDT 2018

Made default border color opaque

--- a/src/microui.c
+++ b/src/microui.c
@@ -59,7 +59,7 @@
   12, 8,      /* scrollbar_size, thumb_size */
   {
     { 230, 230, 230, 255 }, /* MU_COLOR_TEXT */
-    { 20,  20,  20,  200 }, /* MU_COLOR_BORDER */
+    { 25,  25,  25,  255 }, /* MU_COLOR_BORDER */
     { 50,  50,  50,  255 }, /* MU_COLOR_WINDOWBG */
     { 20,  20,  20,  255 }, /* MU_COLOR_TITLEBG */
     { 240, 240, 240, 255 }, /* MU_COLOR_TITLETEXT */