Skip to content

Instantly share code, notes, and snippets.

@Far-Se
Created December 13, 2023 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Far-Se/75a7279efc906179ddd924d16fcd469e to your computer and use it in GitHub Desktop.
Save Far-Se/75a7279efc906179ddd924d16fcd469e 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('https://DiscordStyles.github.io/DarkMatter/src/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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment