-
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
1 changed file
with
58 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
/** | ||
* @name Latina Theme | ||
* @author Senka Wolf | Ryan#8282 | ||
* @version 1.0.0 | ||
* @description Latina Chracter Them From The Anime If It's for My Daughter, I'd Even Defeat a Demon Lord | Base theme: Frosted Glass by Gibbu#1211 | ||
* @invite CyszwsA | ||
* @authorId 170854083840704512 | ||
* @source https://github.com/SenkaWolf/BetterDiscord_Anime-Theme-Pack | ||
* @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/bsf33pp.jpg'); | ||
--background-image-blur: 1px; | ||
--popout-modal-image: url('https://i.imgur.com/bsf33pp.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: 105,105,131; | ||
--gradient-secondary: 211,208,229; | ||
--gradient-direction: 320deg; | ||
--tint-colour: 103,58,183; | ||
--tint-brightness: 0; | ||
--window-padding: 0px; /*Default 20 */ | ||
--window-roundness: 10px; | ||
--scrollbar-colour: rgba(211,208,229,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; | ||
--version: "Zero Two Theme By Senka Wolf"; | ||
} |