Mainmenu: Brighter text colours for readability
authorHybrid Dog <ovvv@web.de>
Sat, 11 Feb 2017 10:39:41 +0000 (11:39 +0100)
committerparamat <mat.gregory@virginmedia.com>
Sun, 12 Feb 2017 01:53:18 +0000 (01:53 +0000)
builtin/mainmenu/init.lua

index 1b527a0537b16d8181ab9ebec1f449ab396f0327..79e6d5c029a3911c42b71a18098f9966006ca46c 100644 (file)
@@ -16,9 +16,9 @@
 --51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 mt_color_grey  = "#AAAAAA"
-mt_color_blue  = "#0000DD"
-mt_color_green = "#00DD00"
-mt_color_dark_green = "#003300"
+mt_color_blue  = "#6389FF"
+mt_color_green = "#72FF63"
+mt_color_dark_green = "#25C191"
 
 --for all other colors ask sfan5 to complete his work!