Skip to content

Commit 2bd1002

Browse files
HybridDogparamat
authored andcommittedFeb 12, 2017
Mainmenu: Brighter text colours for readability
1 parent 984e063 commit 2bd1002

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎builtin/mainmenu/init.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717

1818
mt_color_grey = "#AAAAAA"
19-
mt_color_blue = "#0000DD"
20-
mt_color_green = "#00DD00"
21-
mt_color_dark_green = "#003300"
19+
mt_color_blue = "#6389FF"
20+
mt_color_green = "#72FF63"
21+
mt_color_dark_green = "#25C191"
2222

2323
--for all other colors ask sfan5 to complete his work!
2424

0 commit comments

Comments
 (0)
Please sign in to comment.