-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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; | ||
} |