Novum
Red galaxy theme enhanced with couple of addons and small features.
91
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Novum3
* @author Przemec & Net-Runner4
* @description Red galaxy theme enhanced with couple of addons and small features.5
* @version 5.9.06
* @source https://github.com/przemec/Novum7
* @website https://przemec.github.io/Novum/8
*/9
10
/*11
CONTACT ME ON DISCORD IF YOU NEED ANY HELP WITH THEME: przemec (before Discord's nicks update: tomec#4771)12
13
IMPORTANT: CHOOSE DARK THEME VERSION IN DISCORD APPEARANCE SETTINGS!14
IMPORTANT: 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
/*28
CUSTOMIZABLE BACKGROUND IMAGE AND MAIN COLORS BELOW*29
30
*IF YOU WANT TO CUSTOMIZE THOSE COLORS, CHANGE root TO :root 31
*/32
33
root {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
/*55
Credits: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/Zerthox58
- 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/Comfy60
61
Author of theme: https://github.com/przemec62
Special thanks for help to: https://github.com/net-runner63
*/64