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