Skip to content

Commit 0cc70c7

Browse files
Update init.lua
1 parent 30c8a33 commit 0cc70c7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

builtin/mainmenu/init.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
--with this program; if not, write to the Free Software Foundation, Inc.,
1616
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1717

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"
18+
mt_color_grey = "#8795AC"
19+
mt_color_blue = "#80BAEE"
20+
mt_color_lightblue = "#D1E6F9"
21+
mt_color_green = "#827719"
22+
mt_color_dark_green = "#1B5E20"
2323
mt_color_orange = "#FF8800"
2424
mt_color_red = "#FF3300"
2525

0 commit comments

Comments
 (0)