ref: 0d80d018525d46baee4c7a6edde25538201e1ba9
parent: f0f44fdb991b775ca0e10ac68cad0a94114ef93d
author: rxi <rxi@users.noreply.github.com>
date: Sat Oct 20 05:09:09 EDT 2018
Changed default scrollbar colors
--- a/src/microui.c
+++ b/src/microui.c
@@ -70,8 +70,8 @@
{ 30, 30, 30, 255 }, /* MU_COLOR_BASE */ { 35, 35, 35, 255 }, /* MU_COLOR_BASEHOVER */ { 40, 40, 40, 255 }, /* MU_COLOR_BASEFOCUS */- { 30, 30, 30, 255 }, /* MU_COLOR_SCROLLBASE */- { 80, 80, 80, 255 } /* MU_COLOR_SCROLLTHUMB */+ { 42, 42, 42, 255 }, /* MU_COLOR_SCROLLBASE */+ { 30, 30, 30, 255 } /* MU_COLOR_SCROLLTHUMB */}
};
--
⑨