-
Notifications
You must be signed in to change notification settings - Fork 6
/
BD.DiscordDarkness.theme.css
47 lines (46 loc) · 1.95 KB
/
BD.DiscordDarkness.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
/**
* @name DiscordDarkness
* @version 3.0.0
* @description Compact, squared and dark for nightowls!
* @author LyGhT.#1159
* @source https://github.com/LyGhT1337/DiscordDarkness/Css/Base.css
* @website https://LyGhT1337.github.io/DiscordDarkness/
*//*
+ ========================= +
+ DiscordDarkness Theme for Replugged (ex. Powercord) & BetterDiscord +
+ Made By LyGhT - Huge shoutout to cruxie and spectra for letting me develop this Theme +
+ ========================= +
The author LyGhT retains full rights of this code.
If you enjoy using the theme, help spread the word!
*/
/*###################################################################################################*/
/* Main */
@import url('https://lyght1337.github.io/DiscordDarkness/Css/Base.css');
/* Addons */
@import url('https://lyght1337.github.io/DarknessCodeBlocks/css/CodeBlocks.css');
@import url('https://lyght1337.github.io/DiscordDarkness/Css/MiniThemes/Statusright.css');
@import url("https://lavender-discord.github.io/Settings-Iconsax/theme.css");
@import url("https://crearts-community.github.io/Context-Icons/clients/powercord.css");
@import url("https://obscure-git.github.io/IconsaxDiscord/src/channel-icons.css");
@import url("https://obscure-git.github.io/IconsaxDiscord/src/toolbar.css");
@import url('https://lyght1337.github.io/DiscordDarkness/Css/MiniThemes/Badges.css');
/*###################################################################################################*/
:root{
--primary:#e94600;
--primaryT:#691f00;
--primary2:#d49b83;
--unreadcolor:#d49b83;
--hoverlight:#15151b;
/* Background */
--dark:#050608;
--medium:#0b0b0d;
--light:#15151a;
/* Pings */
--mentioned:rgba(250, 109, 26, 0.05);
--mentionedH:rgba(250, 109, 26, 0.14);
--pingbackground:rgba(34,14,69,1);
--pingcolor:rgba(115,0,230,1);
--pingbackgroundhover:rgba(110,0,232,0.45);
/* Images */
--HomeButtonImg:url('https://lyght1337.github.io/DiscordDarkness/Css/Website/homeimage.png');
}