-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
67 lines (60 loc) · 2.97 KB
/
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
64
65
66
67
/**
* @name Neutron
* @version 8.1
* @description A simple but highly customizable theme, now sugar free!
* @author Spectra
* @invite PZdnCVD
* @source https://github.com/xcruxiex/themes
* @website https://betterdiscord.app/theme/Neutron
*/
/*
$$\ $$\ $$$$$$$$\ $$\ $$\ $$$$$$$$\ $$$$$$$\ $$$$$$\ $$\ $$\
$$$\ $$ |$$ _____|$$ | $$ |\__$$ __|$$ __$$\ $$ __$$\ $$$\ $$ |
$$$$\ $$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ / $$ |$$$$\ $$ |
$$ $$\$$ |$$$$$\ $$ | $$ | $$ | $$$$$$$ |$$ | $$ |$$ $$\$$ |
$$ \$$$$ |$$ __| $$ | $$ | $$ | $$ __$$< $$ | $$ |$$ \$$$$ |
$$ |\$$$ |$$ | $$ | $$ | $$ | $$ | $$ |$$ | $$ |$$ |\$$$ |
$$ | \$$ |$$$$$$$$\ \$$$$$$ | $$ | $$ | $$ | $$$$$$ |$$ | \$$ |
\__| \__|\________| \______/ \__| \__| \__| \______/ \__| \__|
*/
@import url("https://xcruxiex.github.io/themes/themes-cores/neutron8.css");
@import url("https://xcruxiex.github.io/themes/core/badges.css");
@import url("https://xcruxiex.github.io/themes/core/custom-font.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* Custom font import link (see fonts.google.com) */
/*##########################################################################
CHANGE VALUES BELOW TO CUSTOMIZE YOU THEME
##########################################################################*/
:root {
/* COLORS */
--themeColor1: #36D1DC;
/* Theme's color 1 */
--themeColor2: #5B86E5;
/* Theme's color 2 */
/* CUSTOM FONT */
--customFont: 'Open sans', sans-serif;
/* Custom font, change the name in 'font name here', you must import the font first */
/* HOME BUTTON */
--homeImage: url('https://i.redd.it/28y7kc7ibn071.jpg');
/* Home button image, must be a direct link | You can also set it to a gradient, google "css gradient"*/
--homeImageSize: cover;
/* To cover the button, set to "cover". You can also set it to "100% 100%" but the image will be stretched. Set to "contain" to see the entire image */
/* BACKGROUND */
--backgroundColor: #0d0d0d;
/* Background color */
--backgroundImage: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRuOCWEQHdkrwDd95tzcIE6GZKcAHEXEaLq8KcnxX9aqg&usqp=CAU&ec=48665699');
/* Backround image, must be a direct link | You can also set it to a gradient, google "css gradient"*/
--backgroundPosition: center;
/* Image position | center, left, right, bottom, top */
--backgroundSize: cover;
/* To cover the entire app, set to "cover". You can also set it to "100% 100%" but the image will be stretched. Set to "contain" to see the entire image */
--backgroundRepeat: no-repeat;
/* if you want the image to repeat | Google "css background repeat" */
--backgroundBlur: 100px;
/* Set to 0 to remove blur | Set to 10px for average blur */
--backgroundOpacity: .65;
/* 0 is transparent */
/* CODE BLOCKS */
--backgroundCode: rgba(0, 0, 0, .5);
--backgroundName: rgba(0, 0, 0, .5);
}