Skip to content

Instantly share code, notes, and snippets.

@FalseHonesty
Created March 2, 2018 12:24
Show Gist options
  • Save FalseHonesty/4aa87d8ef8c61c30fb49f66d4d511395 to your computer and use it in GitHub Desktop.
Save FalseHonesty/4aa87d8ef8c61c30fb49f66d4d511395 to your computer and use it in GitHub Desktop.
drawRect(
width / 5,
height / 5,
width - (width / 5),
height - (height / 5),
GeneralSetting.darkModeEnabled ? new Color(0, 0, 0, 100).getRGB() : new Color(255, 255, 255, 160).getRGB()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment