Skip to content

Commit

Permalink
:>
Browse files Browse the repository at this point in the history
  • Loading branch information
sownteedev committed Nov 4, 2023
1 parent 990b112 commit c9deccc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions DarkMatter.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/**
* @name Dark Matter
* @author Tropical#8908, Hammock#3110
* @version 3.0.0
* @description A cold, dark & frosty theme.
* @source https://github.com/sownteedev/dotfiles
*/

@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;
}

0 comments on commit c9deccc

Please sign in to comment.