Skip to content

Releases: baconeko/rose-pine-discord

v5.4.4

Choose a tag to compare

@baconeko baconeko released this 07 Jul 03:55

Added styling to multiple server-specific tabs including the Browse Channels tab and Server Guide. Fixed some other styling issues elsewhere, including channel hover highlighting.

Also added an option for hiding the help button.

v5.4.1

Choose a tag to compare

@baconeko baconeko released this 30 Jun 01:09

Added styling for the server boosts menu.

Added configuration options for the menu items in the DMs sidebar. Either edit these directly in the theme.css or add the configuration variables to the BetterDiscord custom CSS editor:

:root {
	--hide-nitro: 0;
	--hide-library: 0;
	--hide-shop: 0;
	--hide-quests: 0;
	--hide-search-palette: 0;
}

v5.3.7

Choose a tag to compare

@baconeko baconeko released this 29 Jun 22:45

Fixed the colors of profile themes that use a light mode theme to not be overwritten by the dark theme.

Also fixed the tooltips of the new Clips overlay getting hidden by the top system bar.

v5.3.5

Choose a tag to compare

@baconeko baconeko released this 29 Jun 02:07
fd33d2f

Fixed a couple bugs, including making the channel and server list move when the user area expands.

v5.3.1

Choose a tag to compare

@baconeko baconeko released this 25 Jun 04:13

Fixed the background opacity of opening image embeds, and the color of some BD menus.

Added easier configuration of border colors in :root. Also added a configuration option for macOS clients, currently only for the Rosé Pine theme name. Either edit the theme directly or add

:root {
    --client-macos: 1;
}

to the BD Custom CSS editor.

v5.1.0

Choose a tag to compare

@baconeko baconeko released this 13 Jun 00:25

Essentially fixed everything that I could find that wasn't styled correctly and made some executive decisions as to the colour of various interactables. For the sake of simplicity, I overwrote most colours using the .theme-dark class, so specifically selecting the Ash default theme is necessary for this theme to work as intended. The colours of various interactables can be changed by changing --primary-colour, --secondary-colour, and --tertiary-colour.

v4.7.1

Choose a tag to compare

@baconeko baconeko released this 16 May 01:42

Updated author and source url, testing to see how BetterDiscord treats updates

v4.7.0

Choose a tag to compare

@baconeko baconeko released this 16 May 01:34

Adjusted borders to be more pleasing and fixed a lot of bugs with discord's new ui features. Removed the help button and the nitro button because I don't like them (´꒳`)

TODO: fix the styling of some of the popup menus again