mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Mainmenu: Brighter text colours for readability
This commit is contained in:
parent
984e063374
commit
2bd10022cb
1 changed files with 3 additions and 3 deletions
|
@ -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!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue