if (activated) { RenderUtils.drawRoundedRect(x - 3, y - 3.5F, Fonts.pro[14].getWidth(bind) + 6, 6.5f + 4, 4, new Color(78,51,102 , 255).getRGB()); RenderUtils.drawRoundedRect(x - 3 + 0.5F, y - 3, Fonts.pro[14].getWidth(bind) + 5, 5.5f + 4, 4, new Color(78,51,102, 255).getRGB()); } else { RenderUtils.drawRoundedRect(x - 3, y - 3.5F, Fonts.pro[14].getWidth(bind) + 6, 6.5f + 4, 4, new Color(45,29,61, 255).getRGB()); RenderUtils.drawRoundedRect(x - 3 + 0.5F, y - 3, Fonts.pro[14].getWidth(bind) + 5, 5.5f + 4, 4, new Color(37,24,48, 255).getRGB()); }