Skip to content

Instantly share code, notes, and snippets.

@DerTyp7214
Last active August 26, 2024 17:15
Show Gist options
  • Save DerTyp7214/e4ca68f389efb973c447414b6b820a13 to your computer and use it in GitHub Desktop.
Save DerTyp7214/e4ca68f389efb973c447414b6b820a13 to your computer and use it in GitHub Desktop.
/**
* @name Dark Matter
* @author Tropical#8908, Hammock#3110
* @version 3.0.0
* @description A cold, dark & frosty theme.
* @source https://github.com/DiscordStyles/DarkMatter/
*/
@import url('http://localhost:3000/colors.css');
@import url('https://DiscordStyles.github.io/DarkMatter/src/base.css');
/* Variables */
:root {
--avatar-size: 32px;
--background-image: transparent;
--home-image: transparent;
--background-solid: #16192160;
--background-solid-dark: #10121860;
--background-solid-darker: #0c0e1260;
--accent: 37, 172, 232;
--accent-alt: 29, 101, 134;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment