RosyNight
A sleek and elegant theme blending deep blacks with soft rosy hues for a stunning night-time aesthetic.
17
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name RosyNight3
* @author DevEvil4
* @version RN.15
* @description A sleek and elegant theme blending deep blacks with soft rosy hues for a stunning night-time aesthetic.6
* @authorId 4681325637147033907
* @authorLink https://devevil.com8
* @website https://devevil.com9
* @donate https://devevil.com/dnt10
* @invite jsQ9UP7kCA11
*/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