Change Log:
--------------------
Track changes at https://github.com/Haleth/Aurora
3.4.5
Fixes to ItemTextFrame.
Reskinned Void Storage Purchase frame.
3.4.4
Attempt to fix reforging frame buttons from becoming unclickable.
Improved item socketing frame.
Reskinned guild bank search box.
3.4.3a
Fixed a bug where game icons on the friends frame could keep their background after disappearing.
Reverted "Attempt to workaround a Blizzard bug which prevented interaction on certain interface elements after a while." because it doesn't work.
3.4.3
Reskinned expand/collapse buttons.
Reskinned LFD and LFR specific instance checkboxes.
Fixed an old bug related to the reputation frame bars.
Fixed an old bug related to Tradeskill frame icon.
3.4.2a
Fixed a bug where clicking a link to an item in the Encounter Journal would cause that item's background to be white.
3.4.2
Complete makeover of the Encounter Journal.
3.4.1
Attempt to workaround a Blizzard bug which prevented interaction on certain interface elements after a while.
Improved trade frame.
Reskinned a new role popup.
Reskinned MissingLootFrame.
Reskinned mail frame money button.
3.4c
Fixed bugs with dungeon/raid completion alert.
3.4b
Fixed various issues with the Friends and Raid frame.
Fixed a few bugs with the side dressup frame.
Reskinned bag and bank search boxes.
3.4a
Bug fixes with Encounter Journal and Auction House.
3.4
Updated for patch 4.3.
Reskinned new interface elements introduced in 4.3.
Reskinned options panel (with awesome new slider).
Reskinned Guild Finder Request Membership dialog.
3.3.6
Lazy fix for Auctioneer.
3.3.5
Fixed dropdown lists not being skinned for some reason.
Added TipTop to tooltips check.
3.3.4
Added a background for item tooltips in socketing frame.
Fixed position of the achievement frame header.
Fixed a bug with the channel list scroll bar.
3.3.3
Reskinned encounter journal instance buttons.
Fixed bugs with...
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.
To set the opacity of frames:
Change 'alpha' at the top of aurora.lua to a value between 0 (invisible) and 1 (solid).
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. Your addon can access Aurora's API if you add this line at the top (make sure that Aurora is loaded before your addon):
local F, C = unpack(Aurora)
--------------------
Track changes at https://github.com/Haleth/Aurora
3.4.5
Fixes to ItemTextFrame.
Reskinned Void Storage Purchase frame.
3.4.4
Attempt to fix reforging frame buttons from becoming unclickable.
Improved item socketing frame.
Reskinned guild bank search box.
3.4.3a
Fixed a bug where game icons on the friends frame could keep their background after disappearing.
Reverted "Attempt to workaround a Blizzard bug which prevented interaction on certain interface elements after a while." because it doesn't work.
3.4.3
Reskinned expand/collapse buttons.
Reskinned LFD and LFR specific instance checkboxes.
Fixed an old bug related to the reputation frame bars.
Fixed an old bug related to Tradeskill frame icon.
3.4.2a
Fixed a bug where clicking a link to an item in the Encounter Journal would cause that item's background to be white.
3.4.2
Complete makeover of the Encounter Journal.
3.4.1
Attempt to workaround a Blizzard bug which prevented interaction on certain interface elements after a while.
Improved trade frame.
Reskinned a new role popup.
Reskinned MissingLootFrame.
Reskinned mail frame money button.
3.4c
Fixed bugs with dungeon/raid completion alert.
3.4b
Fixed various issues with the Friends and Raid frame.
Fixed a few bugs with the side dressup frame.
Reskinned bag and bank search boxes.
3.4a
Bug fixes with Encounter Journal and Auction House.
3.4
Updated for patch 4.3.
Reskinned new interface elements introduced in 4.3.
Reskinned options panel (with awesome new slider).
Reskinned Guild Finder Request Membership dialog.
3.3.6
Lazy fix for Auctioneer.
3.3.5
Fixed dropdown lists not being skinned for some reason.
Added TipTop to tooltips check.
3.3.4
Added a background for item tooltips in socketing frame.
Fixed position of the achievement frame header.
Fixed a bug with the channel list scroll bar.
3.3.3
Reskinned encounter journal instance buttons.
Fixed bugs with...
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.
To set the opacity of frames:
Change 'alpha' at the top of aurora.lua to a value between 0 (invisible) and 1 (solid).
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. Your addon can access Aurora's API if you add this line at the top (make sure that Aurora is loaded before your addon):
local F, C = unpack(Aurora)