mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
add hues+greys table
This commit is contained in:
parent
ad12387432
commit
ad21862eee
3
init.lua
3
init.lua
@ -58,6 +58,9 @@ unifieddyes.HUES = {
|
||||
"redviolet"
|
||||
}
|
||||
|
||||
unifieddyes.HUES_WITH_GREY = table.copy(unifieddyes.HUES)
|
||||
table.insert(unifieddyes.HUES_WITH_GREY, "grey")
|
||||
|
||||
-- the names of the various colors here came from http://www.procato.com/rgb+index/
|
||||
|
||||
unifieddyes.HUES_EXTENDED = {
|
||||
|
Loading…
Reference in New Issue
Block a user