-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDarknessCodeBlocks.theme.css
More file actions
26 lines (25 loc) · 958 Bytes
/
DarknessCodeBlocks.theme.css
File metadata and controls
26 lines (25 loc) · 958 Bytes
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
/**
* @name DarknessCodeBlocks
* @version 1.0
* @description Compact, squared and dark for nightowls!
* @author LyGhT.#1159
* @source https://github.com/LyGhT1337/DarknessCodeBlocks/Css/CodeBlocks.css
* @website https://LyGhT1337.github.io/DiscordDarkness/
*//*
+ ========================= +
+ DarknessCodeBlocks Theme for Discord - Replugged +
+ Made By LyGhT - Huge shoutout to cruxie 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/DarknessCodeBlocks/css/CodeBlocks.css');
/*###################################################################################################*/
:root{
--hoverlight:#15151b;
--dark:#050608;
--medium:#0b0b0d;
--light:#15151a;
}