RosyNight

By DevEvil Version RN.1 Updated 03/26/2025 20.5K downloads

A sleek and elegant theme blending deep blacks with soft rosy hues for a stunning night-time aesthetic.

customizable dark red black

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

RosyNight screenshot
RosyNight.theme.css
GitHub

Open source

https://raw.githubusercontent.com/DevEvil99/RosyNight-Discord-Theme/3a6cd3b48e327cf3cc2e3c95e5a73a48249298be/RosyNight.theme.css
1/**
2 * @name RosyNight
3 * @author DevEvil
4 * @version RN.1
5 * @description A sleek and elegant theme blending deep blacks with soft rosy hues for a stunning night-time aesthetic.
6 * @authorId 468132563714703390
7 * @authorLink https://devevil.com
8 * @website https://devevil.com
9 * @donate https://devevil.com/dnt
10 * @invite jsQ9UP7kCA
11*/
12
13@import url('https://devevil99.github.io/devevil/BetterDiscordAddons/Theme/RosyNight/RosyNight.theme.css');
14@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css);
15
16:root {
17 --rosynight-app-bg: #fc8686;
18 --rosynight-bg: #181818;
19 --rosynight-bg2: #212121;
20 --rosynight-main: #fc8686;
21 --rosynight-main2: #f3aeae;
22 --rosynight-message-color: #f3aeae;
23 --watermark-filter-invert: 78%;
24 --watermark-filter-sepia: 46%;
25 --watermark-filter-saturate: 536%;
26 --watermark-filter-hue-rotate: 310deg;
27 --watermark-filter-brightness: 150%;
28 --watermark-filter-contrast: 88%;
29}
30