Change Log:
--------------------
Track changes at https://github.com/Haleth/Aurora
3.8.2a
Fixed close buttons.
3.8.2
Better dropdown lists.
Changed looks of GuildTextEditFrame.
Made slider backdrops less wide.
Fixed a border error on input fields.
3.8.1a
Fixed some guild frame positions.
3.8.1
Updated guild control UI.
3.8
Added a GUI for options.
Moved media to a separate folder.
3.7
Changed the default fonts to a modern one to match the Aurora style.
3.6.3
Small fixes to guild rewards frame.
3.6.2
Add a border around merchant currency icons.
Reskinned the new button on the GM frame.
3.6.1
Tweak input box size and reskin calendar mass invite frame.
3.6
Added a few debug outputs for missing items (rather than lua errors) to improve maintainability.
Added a new API: ReskinRadio.
Reskinned the new report stuff.
Reskinned the achievement comparison window.
3.5.7
Calendar is now 140% more shiny.
3.5.6
Added Recount tooltip support.
3.5.5
Minor changes and fixes to trainer frame.
Increased opacity of disabled arrow buttons.
Reskinned bg popup close button.
Reskinned VoiceChatTalkers.
Fixed the loot frame.
Fixed the achievement popup.
3.5.4
Reskinned achievement popup.
3.5.3
Added a new function, CreateGradient, which plugins can use to create the gradient background used on text fields (when ReskinInput cannot be used).
3.5.2a
Actually reskinned the Scroll of Resurrection frame.
3.5.2
Fixed a bug that prevented the Interface options or Video options frame from being fully skinned when opened directly rather than through the game menu button.
Fixed material textures showing up on the quest panel.
Reskinned the Scroll of Resurrection frame.
Reskinned LFGDungeonReadyDialogCloseButton.
3.5.1
Fixed a bug with quest log scrolling.
Reskinned the graphics API dropdown.
3.5
Reskinned calendar event AM/PM dropdown and made dropdowns a little wider.
Moved the Raid Frame Raid Info butt...
Description:
--------------------
Aurora is an addon which reskins the default Blizzard interface elements to a smooth, minimalistic theme which is consistent across the entire UI.
I got the idea to do this when Tukui included some code to reskin option frames and buttons. Starting with that code I went to reskin almost all of the default Blizzard frames to my own preferred theme. It was originally meant for my UI, FreeUI, but due to popular demand I decided to upload a standalone version as well, and over time it continued to become more advanced than what it originally used to be.
Options:
Option the Aurora options from the in-game addon options, or type /aurora.
Plugins:
AdvancedTradeSkillWindow
MyRolePlay
Bug reports:
Please report all issues at my GitHub.
Developer:
Anyone is welcome to make plugins for Aurora. All functions and media paths are part of tables stored within a single global, to avoid pollution.
To ensure compatibility with both Aurora and FreeUI, make sure that either your addon's name has a higher alphabetical ranking, or register both Aurora and FreeUI through ADDON_LOADED.
Your addon can access Aurora's API if you add the following line as soon as it is certain that either of the addons are loaded.
local F, C = unpack(Aurora or FreeUI)
--------------------
Track changes at https://github.com/Haleth/Aurora
3.8.2a
Fixed close buttons.
3.8.2
Better dropdown lists.
Changed looks of GuildTextEditFrame.
Made slider backdrops less wide.
Fixed a border error on input fields.
3.8.1a
Fixed some guild frame positions.
3.8.1
Updated guild control UI.
3.8
Added a GUI for options.
Moved media to a separate folder.
3.7
Changed the default fonts to a modern one to match the Aurora style.
3.6.3
Small fixes to guild rewards frame.
3.6.2
Add a border around merchant currency icons.
Reskinned the new button on the GM frame.
3.6.1
Tweak input box size and reskin calendar mass invite frame.
3.6
Added a few debug outputs for missing items (rather than lua errors) to improve maintainability.
Added a new API: ReskinRadio.
Reskinned the new report stuff.
Reskinned the achievement comparison window.
3.5.7
Calendar is now 140% more shiny.
3.5.6
Added Recount tooltip support.
3.5.5
Minor changes and fixes to trainer frame.
Increased opacity of disabled arrow buttons.
Reskinned bg popup close button.
Reskinned VoiceChatTalkers.
Fixed the loot frame.
Fixed the achievement popup.
3.5.4
Reskinned achievement popup.
3.5.3
Added a new function, CreateGradient, which plugins can use to create the gradient background used on text fields (when ReskinInput cannot be used).
3.5.2a
Actually reskinned the Scroll of Resurrection frame.
3.5.2
Fixed a bug that prevented the Interface options or Video options frame from being fully skinned when opened directly rather than through the game menu button.
Fixed material textures showing up on the quest panel.
Reskinned the Scroll of Resurrection frame.
Reskinned LFGDungeonReadyDialogCloseButton.
3.5.1
Fixed a bug with quest log scrolling.
Reskinned the graphics API dropdown.
3.5
Reskinned calendar event AM/PM dropdown and made dropdowns a little wider.
Moved the Raid Frame Raid Info butt...
Description:
--------------------
Aurora is an addon which reskins the default Blizzard interface elements to a smooth, minimalistic theme which is consistent across the entire UI.
I got the idea to do this when Tukui included some code to reskin option frames and buttons. Starting with that code I went to reskin almost all of the default Blizzard frames to my own preferred theme. It was originally meant for my UI, FreeUI, but due to popular demand I decided to upload a standalone version as well, and over time it continued to become more advanced than what it originally used to be.
Options:
Option the Aurora options from the in-game addon options, or type /aurora.
Plugins:
AdvancedTradeSkillWindow
MyRolePlay
Bug reports:
Please report all issues at my GitHub.
Developer:
Anyone is welcome to make plugins for Aurora. All functions and media paths are part of tables stored within a single global, to avoid pollution.
To ensure compatibility with both Aurora and FreeUI, make sure that either your addon's name has a higher alphabetical ranking, or register both Aurora and FreeUI through ADDON_LOADED.
Your addon can access Aurora's API if you add the following line as soon as it is certain that either of the addons are loaded.
local F, C = unpack(Aurora or FreeUI)