Compare commits
51
Commits
1.0
...
Rami6913/patch-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5e12ec4e7 | ||
|
|
b5b1415134 | ||
|
|
dcfea0e719 | ||
|
|
31f67a35a9 | ||
|
|
aa51c20e4a | ||
|
|
af2d5e23a2 | ||
|
|
03008cc0d7 | ||
|
|
cab82f75a8 | ||
|
|
c099edb6f2 | ||
|
|
aea78e2f48 | ||
|
|
567528c621 | ||
|
|
28e9ede32d | ||
|
|
067c37ade1 | ||
|
|
78f86d28da | ||
|
|
0c78ba0ac3 | ||
|
|
0434ba0cea | ||
|
|
e579a2c505 | ||
|
|
3f380304a3 | ||
|
|
a6246a9bf9 | ||
|
|
52357836c3 | ||
|
|
48402f8519 | ||
|
|
5297adae18 | ||
|
|
230c877e10 | ||
|
|
075ce5798f | ||
|
|
c48ccf605f | ||
|
|
f7e4e48389 | ||
|
|
65a5f646b1 | ||
|
|
aa7ff20002 | ||
|
|
29eac437b4 | ||
|
|
3e92005f82 | ||
|
|
13dfe549f0 | ||
|
|
dfd784ed21 | ||
|
|
8e78e41d98 | ||
|
|
62af294d9e | ||
|
|
f7978b7164 | ||
|
|
0aa8acaa30 | ||
|
|
802e8cd1b5 | ||
|
|
89bdecfc4e | ||
|
|
3b6cc60f1c | ||
|
|
8d45ec5fed | ||
|
|
9b8bc9a11f | ||
|
|
4b053ee002 | ||
|
|
c75a802114 | ||
|
|
d4e9c6cc01 | ||
|
|
46e74c9c6f | ||
|
|
e13c8d2054 | ||
|
|
4f0f58325f | ||
|
|
33c0a982d0 | ||
|
|
40597f77ae | ||
|
|
6d27304278 | ||
|
|
fbdc7e589f |
@@ -1,8 +1,16 @@
|
||||
<h1 align="center">Discord-Nasa</h1>
|
||||
<h1 align="center"><strong>Discord Theme</strong></h1>
|
||||
|
||||

|
||||
## How to install my theme ?
|
||||
Download the theme file and move it into your [BetterDiscord](https://betterdiscord.app) themes folder :
|
||||
|
||||
## How to install ?
|
||||
Download the theme file and move it into your [BetterDiscord](https://betterdiscord.net) themes folder:
|
||||
<h1 align="center"><strong>Discord Nasa</strong></h1>
|
||||
|
||||
>[Nasa.theme.css](https://github.com/UltraLionfr/My-BetterDiscord-Theme/releases/download/1.0/nasa.theme.css)
|
||||
>[Nasa.theme.css](https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme/releases/download/2.0/nasa.theme.css)
|
||||
>
|
||||
>
|
||||
|
||||
<h1 align="center"><strong>Discord One Piece</strong></h1>
|
||||
|
||||
>[One_Piece.theme.css](https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme/releases/download/1.0/one_piece.theme.css)
|
||||
>
|
||||
>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
theme: jekyll-theme-minimal
|
||||
+85
-5
@@ -1,3 +1,60 @@
|
||||
/*-------Blur spoiler-------*/
|
||||
/*blurs spoiler text instead of having a black bar over it*/
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9,
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9:hover,
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD {
|
||||
background: rgb(130, 130, 130, 0.1);
|
||||
/*adds minor grey-ish filter to differentiate spoilted text from normal text*/
|
||||
border-radius: 7px;
|
||||
/*adds rounded edges for the filter described above*/
|
||||
}
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9 > .inlineContent-3ZjPuv {
|
||||
filter: blur(3px);
|
||||
/*adds blur filter when text is left alone*/
|
||||
opacity: 1;
|
||||
/*makes blurred text fully opaque*/
|
||||
}
|
||||
.contents-2mQqc9 .spoilerText-3p6IlD.hidden-HHr2R9:hover > .inlineContent-3ZjPuv {
|
||||
filter: none;
|
||||
/*removes blur filter on hover*/
|
||||
opacity: 1;
|
||||
/*makes text opacity look like normal, non-spoiled text on hover*/
|
||||
}
|
||||
/*--------------------------*/
|
||||
|
||||
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(2) .colorHeaderPrimary-26Jzh-,
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(3) .colorHeaderPrimary-26Jzh- {
|
||||
filter: blur(5px);
|
||||
}
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(2) .colorHeaderPrimary-26Jzh-:hover,
|
||||
.profile-1eT9hT ~ * .field-1HUseB:nth-child(3) .colorHeaderPrimary-26Jzh-:hover {
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
|
||||
.theme-dark .itemContainer-1LSFks {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark .colorHeaderSecondary-3Sp3Ft,.colorHeaderPrimary-26Jzh-{
|
||||
color: white;
|
||||
}
|
||||
.theme-dark .input-cIJ7To {
|
||||
color: #f04747;
|
||||
}
|
||||
.emojiPicker-3PwZFl {
|
||||
background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");
|
||||
}
|
||||
.input--jS-j2 {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark .container-1CE3eW {
|
||||
background-image: url("https://i.imgur.com/b7XZsIU.jpg");
|
||||
}
|
||||
.container-UC8Ug1 {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/*discord logo*/
|
||||
#app-mount .listItemWrapper-3X98Pc .childWrapper-anI2G9 {background: url("https://i.imgur.com/ucqxw68.png") center/cover no-repeat;}
|
||||
.homeIcon-tEMBK1 {display: none;}
|
||||
@@ -23,7 +80,7 @@
|
||||
.iconWrapper-2OrFZ1:hover {transition: all .3s ease-in-out;transform: scale(1.2);}
|
||||
.typeWindows-1za-n7 {background-image: url("https://i.imgur.com/b7XZsIU.jpg");margin-top: 0px;padding: 3px; opacity: 0.5;}
|
||||
.wordmark-2iDDfm > svg > path{display: none !important;}
|
||||
.wordmark-2iDDfm::before {font-family: 'Orbitron', sans-serif;;content:'DISCORD | NASA by UltraLion';font-size: 16px;Font-Weight: 600;position:fixed;color: #f04747;}
|
||||
.wordmark-2iDDfm::before {font-family: 'Orbitron', sans-serif;;content:'';font-size: 16px;Font-Weight: 600;position:fixed;color: #f04747;}
|
||||
.theme-dark .applicationStore-1pNvnv {background-color: transparent;}
|
||||
.theme-dark .container-1D34oG {background-color: transparent;}
|
||||
.theme-dark .nowPlayingColumn-2sl4cE {background-color: transparent;}
|
||||
@@ -63,8 +120,8 @@
|
||||
.theme-dark .cancelButton-RGXhAE {font-family: 'Orbitron', sans-serif;;color: rgb(255, 255, 255);}
|
||||
.theme-dark .contents-18-Yxp {font-family: 'Orbitron', sans-serif;;color: white;}
|
||||
.theme-dark .size-30cdTn {background-image: url("https://i.imgur.com/b7XZsIU.jpg");border: none;}
|
||||
.theme-dark .footer-2gL1pp {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
.theme-dark .content-1LAB8Z {background-image: url("https://i.imgur.com/b7XZsIU.jpg");}
|
||||
.theme-dark .footer-2gL1pp {background-color: transparent;}
|
||||
.theme-dark .content-1LAB8Z {background-color: transparent;}
|
||||
.theme-dark .action-1lSjCi {background-color: transparent;}
|
||||
.theme-dark .colorStandard-2KCXvj {color: rgb(255, 255, 255);}
|
||||
.wrapper-2ZbzR9.theme-light {background-image: url("https://wallpaperset.com/w/full/8/f/e/36465.jpg");}
|
||||
@@ -72,6 +129,15 @@
|
||||
.helpText-h3r3wC {font-size: 15px;line-height: 13px;margin: 15px 0;color: white;}
|
||||
.avatarUploader-3XDtmn .sizeInfo-SKMPPw {display: block;font-size: 15px;color: #ffffff;}
|
||||
.theme-dark .input-UJ9Tr3 {color: #e3e5e8;border-bottom-color: white;}
|
||||
.theme-dark .itemContainer-1LSFks {
|
||||
background-color: transparent;
|
||||
}
|
||||
.theme-dark .colorHeaderSecondary-3Sp3Ft,.colorHeaderPrimary-26Jzh-{
|
||||
color: white;
|
||||
}
|
||||
.theme-dark .container-1CE3eW {
|
||||
background-image: url("https://i.imgur.com/b7XZsIU.jpg");
|
||||
}
|
||||
/*End Create or join server*/
|
||||
/*pageWrapper*/
|
||||
.theme-dark .pageWrapper-1PgVDX {background-color: transparent;}
|
||||
@@ -166,7 +232,7 @@
|
||||
.colorPrimary-3hws2f {color: white;}
|
||||
/*End Nitro*/
|
||||
.emptyChannelIcon-cc932w { background-color: transparent;}
|
||||
.unread-1xRYoj {background-color: #f04747;}
|
||||
.unread-1xRYoj {background-color: #f04747;} /*New Messages*/
|
||||
.interactive {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
.interactive:hover {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
|
||||
@@ -176,4 +242,18 @@
|
||||
.iconBackgroundTierTwo-3bCmdc {color: #ff73fa;}
|
||||
.disableColor-MwOAZf, .iconBackgroundTierNone-3MPhMJ, .iconBackgroundTierOne-2LhaMB, .iconBackgroundTierThree-3qw3JX, .iconBackgroundTierTwo-3bCmdc {color: #ff73fa;}
|
||||
.modeSelected-1zApJ_ .icon-1_QxNX, .modeSelected-1zApJ_:hover .icon-1_QxNX, .modeUnread-1zpFdA .icon-1_QxNX, .modeUnread-1zpFdA:hover .icon-1_QxNX {color: white;}
|
||||
.theme-dark .header-1TKi98 {background-image: url("https://cdn.lowgif.com/medium/001d1c51ecd8992a-index-of-gnutux-sparkle.gif");}
|
||||
.theme-dark .header-1TKi98 { background-color: transparent;}
|
||||
.sampleLink-2NLvZg {color: #f04747;}
|
||||
|
||||
.isUnread-3Ef-o9 {
|
||||
border-color: #f04747;
|
||||
}
|
||||
|
||||
.unreadPill-2HyYtt {
|
||||
background-color: #f04747;
|
||||
}
|
||||
|
||||
.unreadPillCapStroke-7rkHbg {
|
||||
color: #f04747;
|
||||
fill: #f04747;
|
||||
}
|
||||
|
||||
+9374
File diff suppressed because it is too large
Load Diff
+8
-7
@@ -1,12 +1,13 @@
|
||||
/**
|
||||
* @name Nasa
|
||||
* @author UltraLion#0001
|
||||
* @version 1.0
|
||||
* @author UltraLion
|
||||
* @version 2.0
|
||||
* @description Nasa Theme created by UltraLion.
|
||||
* @donate https://paypal.me/ultralionfr
|
||||
* @authorLink https://github.com/UltraLionfr
|
||||
* @website https://ultralion.ml
|
||||
**/
|
||||
* @donate paypal.me/UltraLionFr404
|
||||
* @authorId 281113457833672706
|
||||
* @source https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme
|
||||
* @website ultralion.online
|
||||
*/
|
||||
|
||||
/*
|
||||
/$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$
|
||||
@@ -21,7 +22,7 @@
|
||||
|
||||
@import url("https://ultralionfr.github.io/My-BetterDiscord-Collection-Theme/css/nasa.css");
|
||||
@import url("https://gibbu.github.io/BetterDiscord-Themes/RadialStatus/base.css");
|
||||
@import url("https://codedotspectra.github.io/themes/mini-themes/settingsIcons.css");
|
||||
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css");
|
||||
|
||||
|
||||
/*radialstatuts*/
|
||||
|
||||
@@ -0,0 +1,116 @@
|
||||
/**
|
||||
* @name One Piece
|
||||
* @author UltraLion
|
||||
* @version 1.0
|
||||
* @description One Piece theme for BetterDiscord.
|
||||
* @donate paypal.me/UltraLionFr404
|
||||
* @authorId 281113457833672706
|
||||
* @source https://github.com/UltraLionfr/My-BetterDiscord-Collection-Theme
|
||||
* @website https://ultralion.xyz
|
||||
*/
|
||||
|
||||
/*
|
||||
⣿⣿⣿⣿⡿⠛⠛⠛⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠛⠛⠛⢿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⠁⠀⠀⠀⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⠛⠛⠛⠛⠻⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀⠈⣿⣿⣿⣿
|
||||
⣿⠋⠉⠁⠀⠀⠀⠀⢴⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠻⣿⣿⣿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠈⠉⠻⣿
|
||||
⣿⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⣿⣿⣿⣿⠟⠁⣰⡆⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣄⡈⠻⣿⣿⣿⣿⡿⠏⠀⠀⠀⠀⠀⠀⠀⠀⣿
|
||||
⣿⣦⣄⣀⣤⣶⣄⠀⠀⠀⠀⠙⢿⡿⠃⠀⡾⠃⣰⠟⢠⡟⠀⠀⠀⠀⠀⠀⠀⠀⢿⡄⠈⢿⡀⠈⢿⡿⠋⠀⠀⠀⠀⣠⣶⣄⣀⣀⣴⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⢀⣿⣷⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣶⣾⣷⣶⣾⣿⡄⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣤⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⠿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣤⣼⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡀⠀⠀⠀⠀⣀⣴⣶⣶⣄⠀⠀⠀⠀⠀⠀⣠⣴⣶⣦⣄⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⢰⣿⣿⣿⣿⣿⣷⡄⠀⠀⢀⣾⣿⣿⣿⣿⣿⣇⠀⠀⠀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣆⠀⠀⢸⣿⣿⣿⣿⣿⣿⠇⠀⠀⠘⣿⣿⣿⣿⣿⣿⡿⠀⠀⣠⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣀⠀⠻⠿⣿⣿⠿⠋⠀⠀⠀⠀⠘⠿⢿⣿⡿⠿⠃⢀⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣀⠀⠀⠀⠀⠀⠐⢿⣿⠇⠀⠀⠀⠀⠀⣀⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⡿⠛⠲⠦⣤⣤⣤⣀⣀⣤⣤⣤⠴⠖⠛⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⢸⢧⣀⠀⢰⡇⠀⠈⠉⡏⠉⠀⢸⠀⠀⢀⣼⡇⠙⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⣟⠀⠈⠉⣾⠳⠶⠤⣤⣧⠤⠴⢾⡗⠉⠉⠀⢇⠀⠀⠈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⡿⠋⠉⠙⠻⠛⠁⠀⠀⠀⢀⡏⠑⢶⣤⡟⠀⠀⠀⠀⡇⠀⠀⠀⣷⣠⡴⠖⢻⠀⠀⠀⠀⠈⠻⠟⠋⠉⠙⢿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣷⠀⠀⠀⠈⠉⠛⠛⠛⠛⠛⠛⠋⠉⠀⠀⠀⣾⣿⣦⡀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣧⣀⣀⠀⠀⠀⠀⠐⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⣀⣠⣾⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣼⣿⣿⣿⣿⣇⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣦⣤⣤⣴⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣤⣤⣤⣤⣴⣶⣿⣿⣿⣿⣿⣿⣿⣤⣤⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
|
||||
*/
|
||||
|
||||
@import url(https://ultralionfr.github.io/My-BetterDiscord-Collection-Theme/css/one_piece.css);
|
||||
|
||||
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SettingsIcons.css);
|
||||
:root {
|
||||
--settingsicons: 1;
|
||||
--settingsiconssize: 20px;
|
||||
--settingsiconsgap: 13px;
|
||||
}
|
||||
|
||||
:root {
|
||||
--main-color: #6fb6d2;
|
||||
--hover-color: #2780e6;
|
||||
--success-color: green;
|
||||
--danger-color: red;
|
||||
--url-color: #2780e6;
|
||||
--background-image: url('https://i.imgur.com/iegvqaa.jpg');
|
||||
--background-shading: 100%;
|
||||
--background-position: center;
|
||||
--background-size: cover;
|
||||
--background-repeat: no-repeat;
|
||||
--background-attachment: fixed;
|
||||
--background-brightness: 100%;
|
||||
--background-contrast: 100%;
|
||||
--background-saturation: 100%;
|
||||
--background-grayscale: 0%;
|
||||
--background-invert: 0%;
|
||||
--background-blur: 0px;
|
||||
--background-overlay: rgba(0,0,0,0.6);
|
||||
--user-popout-image: url('https://i.imgur.com/iegvqaa.jpg');
|
||||
--user-popout-position: center;
|
||||
--user-popout-size: cover;
|
||||
--user-popout-repeat: no-repeat;
|
||||
--user-popout-attachment: fixed;
|
||||
--user-popout-brightness: 100%;
|
||||
--user-popout-contrast: 100%;
|
||||
--user-popout-saturation: 100%;
|
||||
--user-popout-grayscale: 0%;
|
||||
--user-popout-invert: 0%;
|
||||
--user-popout-blur: 3px;
|
||||
--user-modal-image: url('');
|
||||
--user-modal-position: center;
|
||||
--user-modal-size: cover;
|
||||
--user-modal-repeat: no-repeat;
|
||||
--user-modal-attachment: fixed;
|
||||
--user-modal-brightness: 100%;
|
||||
--user-modal-contrast: 100%;
|
||||
--user-modal-saturation: 100%;
|
||||
--user-modal-grayscale: 0%;
|
||||
--user-modal-invert: 0%;
|
||||
--user-modal-blur: 3px;
|
||||
--home-icon: url('https://i.imgur.com/ST9FcEq.png');
|
||||
--home-position: center;
|
||||
--home-size: 40px;
|
||||
--channel-unread: white;
|
||||
--channel-color: #A9A9A9;
|
||||
--online-color: #43b581;
|
||||
--dnd-color: #982929;
|
||||
--streaming-color: #593695;
|
||||
--offline-color: #808080;
|
||||
--main-font: Whitney;
|
||||
--code-font: Consolas;
|
||||
--channels-width: 220px;
|
||||
--members-width: 240px;
|
||||
--backdrop-overlay: rgba(0,0,0,0.8);
|
||||
--backdrop-image: var(--background-image);
|
||||
--backdrop-position: var(--background-position);
|
||||
--backdrop-size: var(--background-size);
|
||||
--backdrop-repeat: var(--background-repeat);
|
||||
--backdrop-attachment: var(--background-attachment);
|
||||
--backdrop-brightness: var(--background-brightness);
|
||||
--backdrop-contrast: var(--background-contrast);
|
||||
--backdrop-saturation: var(--background-saturation);
|
||||
--backdrop-invert: var(--background-invert);
|
||||
--backdrop-grayscale: var(--background-grayscale);
|
||||
--backdrop-sepia: var(--background-sepia);
|
||||
--backdrop-blur: var(--background-blur);
|
||||
--bd-blue: #2780e6;
|
||||
--bd-blue-hover: var(--hover-color);
|
||||
--bd-blue-active: var(--hover-color);
|
||||
}
|
||||
Reference in New Issue
Block a user