Novum

By przemec Version 5.9.0 Updated 12/23/2025 135.3K downloads

Red galaxy theme enhanced with couple of addons and small features.

transparent red customizable fiction space

Live preview

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

Screenshot

Novum screenshot
Novum.theme.css
GitHub

Open source

https://raw.githubusercontent.com/przemec/Novum/d777b562fef2405263b053a8c2d2b3428469f9cf/Novum.theme.css
1/**
2* @name Novum
3* @author Przemec & Net-Runner
4* @description Red galaxy theme enhanced with couple of addons and small features.
5* @version 5.9.0
6* @source https://github.com/przemec/Novum
7* @website https://przemec.github.io/Novum/
8*/
9
10/*
11CONTACT ME ON DISCORD IF YOU NEED ANY HELP WITH THEME: przemec (before Discord's nicks update: tomec#4771)
12
13IMPORTANT: CHOOSE DARK THEME VERSION IN DISCORD APPEARANCE SETTINGS!
14IMPORTANT: SOME OF FEATURES ARE TESTED ONLY ON WINDOWS VERSION OF DISCORD!
15*/
16
17/*
18===================================================================
19*/
20
21@import url(https://przemec.github.io/Novum/theme.css);
22
23/*
24===================================================================
25*/
26
27/*
28CUSTOMIZABLE BACKGROUND IMAGE AND MAIN COLORS BELOW*
29
30*IF YOU WANT TO CUSTOMIZE THOSE COLORS, CHANGE root TO :root
31*/
32
33root {
34 --app-background: url("https://przemec.github.io/Novum/assets/images/app_min.png"); /* main app background image [default: url("https://przemec.github.io/Novum/assets/images/app_min.png")] */
35 --main-color: #992727; /* main color (used mostly in buttons) [default: #992727] */
36 --main-color-selected: #aa2f2f; /* [default: #aa2f2f] */
37 --main-color-semitransparent: #d4393926; /* [default: #d4393926] */
38 --main-color-semitransparent-selected: #d336364d; /* [default: #d336364d] */
39 --accent-color: #fd9fa0; /* accent color (used in links, mentions etc.) [default: #fd9fa0] */
40 --accent-color-semitransparent: #fca7a918; /* [default: #fca7a918] */
41 --accent-saturated: #fd7a7c; /* [default: #fd7a7c] */
42 --accent-desaturated: #b47a7a; /* [default: #b47a7a] */
43 --button-text: #dddddd; /* [default: #dddddd] */
44 --button-text-selected: #ffffff; /* [default: #ffffff] */
45 --profile-background: url("https://przemec.github.io/Novum/assets/images/profile_min.png"); /* background of profile popout [default: url("https://przemec.github.io/Novum/assets/images/profile_min.png")] */
46 --profile-activity: #6d1515; /* color of activity field in profile left-click popout [default: #6d1515] */
47 --scroll-thumb-color: #a54b4b; /* color of scrollbars [default: #a54b4b] */
48}
49
50/*
51===================================================================
52*/
53
54/*
55Credits:
56- Original (not edited) background is taken (with the consent of author) and edited from 'Nova' theme made by https://github.com/din0s/
57- The idea of icons in Settings sidebar is taken from ClearVision theme originally designed by https://github.com/Zerthox
58- Most of custom icons come from Material Design Icons project: https://materialdesignicons.com/
59- The idea of animated activity in profile popout is taken from Comfy theme: https://github.com/NYRI4/Comfy
60
61Author of theme: https://github.com/przemec
62Special thanks for help to: https://github.com/net-runner
63*/
64