Skip to content

Instantly share code, notes, and snippets.

@kemayo
Created November 29, 2020 03:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kemayo/c62be7fde9575dde1f1e1bf05504ac75 to your computer and use it in GitHub Desktop.
Save kemayo/c62be7fde9575dde1f1e1bf05504ac75 to your computer and use it in GitHub Desktop.
Demonstration of a custom theme
local core = LibStub("AceAddon-3.0"):GetAddon("SilverDragon")
local module = core:GetModule("ClickTarget")
function module.Looks:SilverDragonButEvenCooler(popup)
self.Looks.Legendary(self, popup)
popup.background:SetVertexColor(1, 0, 0, 1)
end
## Interface: 90002
## Title: SilverDragon: My Cool Theme
## Author: Kemayo
## Dependencies: SilverDragon
addon.lua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment