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