Dark Matter
A cold, dark & frosty theme.
1.1K
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Dark Matter3
* @author Tropical#8908, Hammock#31104
* @version 3.0.05
* @description A cold, dark & frosty theme.6
* @source https://github.com/DiscordStyles/DarkMatter/7
*/8
9
@import url('https://DiscordStyles.github.io/DarkMatter/src/base.css');10
11
/* Variables */12
:root {13
--avatar-size: 32px;14
--background-image: url('https://i.imgur.com/7SbtKvw.png');15
--home-image: url('https://i.imgur.com/233d55Y.gif');16
--background-solid: #161921;17
--background-solid-dark: #101218;18
--background-solid-darker: #0c0e12;19
--accent: 37, 172, 232;20
--accent-alt: 29, 101, 134;21
}22