From b0ccff164d0b43cb5b3a78a4caa628821843046e Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Mon, 6 Feb 2017 09:30:04 -0500 Subject: add light_blue to wallmounted palette --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 7deb976..580218a 100644 --- a/init.lua +++ b/init.lua @@ -256,6 +256,7 @@ function unifieddyes.getpaletteidx(color, is_color_fdir) if is_color_fdir == "wallmounted" then if color == "brown" then return 48,1 elseif color == "pink" then return 56,7 + elseif color == "blue" and shade == "light" then return 40,5 elseif hues_wallmounted[color] and shades_wallmounted[shade] then return (shades_wallmounted[shade] * 64 + hues_wallmounted[color] * 8), hues_wallmounted[color] end -- cgit v1.2.3