We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c8a33 commit 0cc70c7Copy full SHA for 0cc70c7
1 file changed
builtin/mainmenu/init.lua
@@ -15,11 +15,11 @@
15
--with this program; if not, write to the Free Software Foundation, Inc.,
16
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
-mt_color_grey = "#AAAAAA"
19
-mt_color_blue = "#6389FF"
20
-mt_color_lightblue = "#99CCFF"
21
-mt_color_green = "#72FF63"
22
-mt_color_dark_green = "#25C191"
+mt_color_grey = "#8795AC"
+mt_color_blue = "#80BAEE"
+mt_color_lightblue = "#D1E6F9"
+mt_color_green = "#827719"
+mt_color_dark_green = "#1B5E20"
23
mt_color_orange = "#FF8800"
24
mt_color_red = "#FF3300"
25
0 commit comments