From e40eb358535d22465ef113154605146e1dc084d4 Mon Sep 17 00:00:00 2001 From: Senka Wolf Date: Sun, 17 May 2020 14:41:46 +0100 Subject: [PATCH] Inital Upload --- README.md | 20 ++++++++++-- Themes/Zero-Two-Theme.theme.css | 57 +++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 Themes/Zero-Two-Theme.theme.css diff --git a/README.md b/README.md index c1fef95..a7e1910 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# BetterDiscord_Zero-Two-Theme - +# BetterDiscord Anime Theme Pack + +# How To Get This Theme To Work +- Download [BandagedBD](https://github.com/rauenzi/BetterDiscordApp) then install. +- Download [Anime Theme Pack]() +- Open Discord goto settings then goto the BandagedBD section. +- Click on Themes then click on Open Theme Folder. +- Drag the files with `.theme.css` in the name into the folder you just opened from the above step. +- Then enable the theme in Discord. + +# Recommended Plugins To Use Wuth This Theme +- [StatusEverywhere](https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/StatusEverywhere) - Puts status ring around avatars in chat area. +- [BetterRoleColors](https://github.com/rauenzi/BetterDiscordAddons/tree/master/Plugins/BetterRoleColors) - Adds server-based role colors to typing, voice, popouts, modals and more! + +# Credits +- [Frosted Glass Theme](https://github.com/Gibbu/BetterDiscord-Themes/tree/master/FrostedGlass) +- [Radial Status](https://github.com/GibbuBDStuff/RadialStatus) +- [Top Horizontal Server List](https://github.com/Gibbu/BetterDiscord-Themes/tree/master/HorizontalServerlist) \ No newline at end of file diff --git a/Themes/Zero-Two-Theme.theme.css b/Themes/Zero-Two-Theme.theme.css new file mode 100644 index 0000000..92a6f42 --- /dev/null +++ b/Themes/Zero-Two-Theme.theme.css @@ -0,0 +1,57 @@ +/** + * @name Zero Two Theme + * @author Senka Wolf | Ryan#8282 + * @version 1.0.0 + * @description Zero Two Chracter Them From The Anime Darling in the Franxx | Base theme: Frosted Glass by Gibbu#1211 + * @invite CyszwsA + * @authorId 170854083840704512 + * @source + * @website https://senkawolf.com +*/ +@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700,800,900&display=swap'); +@import url('https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/base.css'); +@import url('https://discord-custom-covers.github.io/usrbg/snippets/userPopouts.css'); +@import url('https://discord-custom-covers.github.io/usrbg/snippets/modals.css'); +@import url('https://monstrousdev.github.io/themes/addons/user-tags.css'); +@import url('https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css'); + +@import url('https://gibbu.github.io/BetterDiscord-Themes/RadialStatus/base.css'); +@import url('https://gibbu.github.io/BetterDiscord-Themes/HorizontalServerlist/base.css'); + +:root { + +--background-image: url('https://i.imgur.com/wH47lRO.jpg'); +--background-image-blur: 1px; +--popout-modal-image: url('https://i.imgur.com/wH47lRO.jpg'); +--popout-modal-blur: 5px; +--serverlist-brightness: 0.66; +--left-brightness: 0.72; +--middle-brightness: 0.6; +--right-brightness: 0; +--popout-modal-brightness: 0.7; +--gradient-primary: 103,58,183; +--gradient-secondary: 115,124,187; +--gradient-direction: 320deg; +--tint-colour: 103,58,183; +--tint-brightness: 0; +--window-padding: 0px; /*Default 20 */ +--window-roundness: 10px; +--scrollbar-colour: rgba(156,39,176,0.16); +--link-colour: #00b0f4; +--show-gift-gif-buttons: block; +--font: 'Nunito'; +--update-notice-1: none; + +--rs-small-spacing: 1px; +--rs-large-spacing: 2px; +--rs-width: 2px; +--rs-avatar-shape: 50%; +--rs-online-color: #43b581; +--rs-idle-color: #faa61a; +--rs-dnd-color: #f04747; +--rs-offline-color: #636b75; +--rs-streaming-color: #643da7; +--rs-invisible-color: #747f8d; +--HSL-server-icon-size: 25px; +--HSL-server-spacing: 5px; +}