rosebox theme for Discord
rosebox css for discord.
built on the ashes of Harmony, my first discord theme, but now rewritten in scss!

Installation
1. bare import link:
https://kraxen72.github.io/rosebox/discord/dist/main.css
- Vencord Themes: link >
Settings > Themes > Online Themes > paste this link in.
- any other mod which supports importing themes from raw links
2. css with import link:
@import url('https://kraxen72.github.io/rosebox/discord/dist/main.css');
- Vencord QuickCSS: link >
Settings > Vencord > Enable Use QuickCSS > Click Open QuickCSS File > paste this link at the top
- Replugged QuickCSS: link >
Settings > QuickCSS Tab > paste this link at the top > Click Apply Changes button
- Openasar: link >
OpenAsar Config > Theming > paste this link at the top
- any other mod which supports custom css.
3. UserCSS userstyle (any browser)
- Install Stylus extension: Chrome, Firefox, More
- Visit this link
- The stylus install page should pop up; if it doesen’t follow the steps
- Go to extension settings in your browser >
Stylus > Allow Access to File URLs
git clone https://github.com/KraXen72/rosebox
- Right-click the file >
Open in... > Select your browser
- Reload the page (
F5)
- Hit
Install
About the discord theme
- this discord theme was initially built on my old Harmony theme i made in 2020. I added a bunch of color and ui modifications on top, until it was a mess and decided to fully re-write it in scss in december 2021.
- The theme is split into a lot of partials and features a lot of color variables, so it should be easy-ish to modify the colors in
_variables.scss
- overall, the scss rewrite has been a good decisinon as it is a lot easier to maintain.
- a third rewrite in april of 2023 has taken place. We now use ClearVision6’s selector placeholders, with a script to pull new ones = i barely ever have to fix classes.
- it might not be perfect, but it’s mine :’). if something is missing/broken, report it in the issues and i’ll probably fix it.
- thanks for using the theme!
Setting up the dev env (VSCode)
- clone this git repo
- install Live Sass by glen2223 extension
- recommended: install Some Sass by Somewhat Stationery extension
- follow steps on installing the userstyle (the local file part part)
- tick the
Live reload box
- run the following commands:
cd scripts, pnpm i, pnpm dev (node ^22 is required)
the old version of this theme in vanilla css can be found here
for questions contact kraxen72 on Discord.