Releases: baconeko/rose-pine-discord
Release list
v5.4.4
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
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
v5.3.5
v5.3.1
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
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.