Skip to content

Commit

Permalink
Inital Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SenkaWolf committed May 17, 2020
1 parent 40e0145 commit e40eb35
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
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)
57 changes: 57 additions & 0 deletions Themes/Zero-Two-Theme.theme.css
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;
}

0 comments on commit e40eb35

Please sign in to comment.