mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
Add warning color
Based on Minetest main menu orange color
This commit is contained in:
parent
46012a2b28
commit
e3b280cdfa
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ local generic_colors = {
|
|||
additional = "#CCCCDD",
|
||||
highlighted = "#608631",
|
||||
new = "#00F529",
|
||||
warning = "#FF8800",
|
||||
}
|
||||
|
||||
local function get_base_color(c)
|
||||
|
|
Loading…
Add table
Reference in a new issue