From c9deccc3896d89f0cad9380b15ec6bbcfbab0bc5 Mon Sep 17 00:00:00 2001 From: sownteedev Date: Sat, 4 Nov 2023 18:31:51 +0700 Subject: [PATCH] :> --- DarkMatter.theme.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 DarkMatter.theme.css diff --git a/DarkMatter.theme.css b/DarkMatter.theme.css new file mode 100644 index 00000000..db601c9c --- /dev/null +++ b/DarkMatter.theme.css @@ -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; +}