Skip to content

Releases: AdaelynXIV/RoundedDark

RoundedDark v1.2.1

19 Dec 17:36
Compare
Choose a tag to compare
  • Turned the Background into a customizable variable, separate from the Blurple variable.
    This allows for a custom background image or colour to be specified in: RoundedDark.theme.css.

RoundedDark v1.2.0

11 Dec 01:31
Compare
Choose a tag to compare
  • Changed the Font to Karla, and added it to the Customizable Variable list.
  • Implemented Gibbu#1211's edit of Coloured Folder Icons by CapnKitten, replacing the old solution.

RoundedDark v1.1.0

09 Dec 17:53
bf7a195
Compare
Choose a tag to compare
  • Added the "Restore Old Titlebar" addon.
    Addon Preview
  • Added Customizable section for plugin-specific CSS fixes:
/* #  Plugin Fixes/Edits  # */
/* Uncomment a plugin Import URL if you use a plugin that's listed here */

/* Channel Tabs: */
/*@import url('https://adaelynxiv.github.io/RoundedDark/src/plugins/channeltabs.css');*/

ChannelTabs

If you're using the ChannelTabs plugin, you should uncomment:
/*@import url('https://adaelynxiv.github.io/RoundedDark/src/plugins/channeltabs.css');*/
as this will fix spacing issues with the titlebar.

RoundedDark

09 Dec 10:09
8baff3a
Compare
Choose a tag to compare

RoundedDark v1.0.0

  • Fully Rounded UI design.

  • Easily customizable values and colors.

  • 'Folder Icon bug'™ is now a feature, if you wish to remove this; or if it breaks one of your plug-ins, remove:

/* #Folder Icon Bug as a Feature */
.folderIconWrapper-1oRIZr{
    background: url("https://i.imgur.com/IWDKX4z.png");
    background-repeat:no-repeat;
    background-blend-mode:overlay;
    background-position:center;
}
.expandedFolderIconWrapper-3RwQpD,
.closedFolderIconWrapper-3tRb2d{display:none;}