Add dark.theme
This commit is contained in:
parent
30fdfe2132
commit
fd2c9f1a5b
21
dark.theme
Normal file
21
dark.theme
Normal file
@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @name Dark
|
||||
* @author fascinated7
|
||||
* @version 1.0.0
|
||||
* @description Discord dark theme
|
||||
* @source https://git.fascinated.cc/Fascinated/dark-discord-theme
|
||||
*/
|
||||
|
||||
@import url('https://git.fascinated.cc/Fascinated/dark-discord-theme/raw/branch/master/base.css');
|
||||
|
||||
/* Variables */
|
||||
:root {
|
||||
--avatar-size: 32px;
|
||||
--background-image: url('https://i.imgur.com/7SbtKvw.png');
|
||||
--home-image: url('https://i.imgur.com/233d55Y.gif');
|
||||
--background-solid: #161921;
|
||||
--background-solid-dark: #101218;
|
||||
--background-solid-darker: #0c0e12;
|
||||
--accent: 37, 172, 232;
|
||||
--accent-alt: 29, 101, 134;
|
||||
}
|
Reference in New Issue
Block a user