From fd2c9f1a5b8124882f9bccf6bd2a53c0833557c2 Mon Sep 17 00:00:00 2001 From: Lee Date: Mon, 21 Aug 2023 00:29:11 +0000 Subject: [PATCH] Add dark.theme --- dark.theme | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dark.theme diff --git a/dark.theme b/dark.theme new file mode 100644 index 0000000..c007f97 --- /dev/null +++ b/dark.theme @@ -0,0 +1,21 @@ +/** + * @name Dark + * @author fascinated7 + * @version 1.0.0 + * @description Discord dark theme + * @source https://git.fascinated.cc/Fascinated/dark-discord-theme +*/ + +@import url('https://git.fascinated.cc/Fascinated/dark-discord-theme/raw/branch/master/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; +}