shithub: microui

Download patch

ref: bd974b90f84cb03ae41baec6cec0d112a6c4b7ab
parent: 6506367b7373fc44d7d695b18a6f04791dda7c2a
author: rxi <rxi@users.noreply.github.com>
date: Sat Oct 20 05:34:29 EDT 2018

Made MU_COLOR_SCROLLBASE slightly lighter

--- a/src/microui.c
+++ b/src/microui.c
@@ -70,7 +70,7 @@
     { 30,  30,  30,  255 }, /* MU_COLOR_BASE */
     { 35,  35,  35,  255 }, /* MU_COLOR_BASEHOVER */
     { 40,  40,  40,  255 }, /* MU_COLOR_BASEFOCUS */
-    { 40,  40,  40,  255 }, /* MU_COLOR_SCROLLBASE */
+    { 43,  43,  43,  255 }, /* MU_COLOR_SCROLLBASE */
     { 30,  30,  30,  255 }  /* MU_COLOR_SCROLLTHUMB */
   }
 };
--