This commit is contained in:
Mirco Wittrien 2021-02-12 21:17:51 +01:00
parent 99e163ba73
commit 49ecd29a1b
19 changed files with 70 additions and 479 deletions

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "CustomQuoter",
"author": "DevilBro",
"version": "1.2.5",
"description": "Customize the output of the native quote feature of Discord"
"description": "Brings back the Quote Feature and allows you to set your own Quote Formats"
},
"changeLog": {
"improved": {

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Let's you customize the output of the native quote feature of Discord
Brings back the Quote Feature and allows you to set your own Quote Formats

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "MessageUtilities",
"author": "DevilBro",
"version": "1.8.6",
"description": "Offer a number of useful message options (quick actions)"
"description": "Offers you a number of useful message options (quick actions)"
}
};

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Offer a number of useful message options. Remap the keybindings in the settings
Offers you a number of useful message options (quick actions)

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "PersonalPins",
"author": "DevilBro",
"version": "1.9.9",
"description": "Similar to normal pins, save messages as notes for yourself"
"description": "Allows you to save locally pin Messages similar to normal Pins"
},
"changeLog": {
"improved": {

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Allow you to pin messages in your own personal note books. Similar to pins you can check the notes of the current channel via the controlbar on the top
Allows you to save locally pin Messages similar to normal Pins

View File

@ -6,56 +6,56 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
- [Badges Everywhere](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BadgesEverywhere) - Display Badges (Nitro, Hypesquad, etc...) in the chat/memberlist/userpopout
- [Better Friend List](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BetterFriendList) - Add extra controls to the friends page, like sort by name/status, search and all/request/blocked amount
- [Better NSFW Tag](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BetterNsfwTag) - Add a more noticeable tag to NSFW channels
- [Better Search Page](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BetterSearchPage) - Add some extra controls to the search results page
- [Char Counter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CharCounter) - Add a character counter to the chat
- [Chat Aliases](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ChatAliases) - Allow the user to configure their own chat-aliases which will automatically be replaced before the message is being sent
- [Badges Everywhere](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BadgesEverywhere) - Displays Badges (Nitro, Hypesquad, etc...) in the chat/memberlist/userpopout
- [Better Friend List](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BetterFriendList) - Adds extra controls to the friends page, like sort by name/status, search and all/request/blocked amount
- [Better NSFW Tag](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BetterNsfwTag) - Adds a more noticeable tag to NSFW channels
- [Better Search Page](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/BetterSearchPage) - Adds some extra controls to the search results page
- [Char Counter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CharCounter) - Adds a character counter to the chat
- [Chat Aliases](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ChatAliases) - Allows the user to configure their own chat-aliases which will automatically be replaced before the message is being sent
- [Chat Filter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ChatFilter) - Allows the user to censor Words or block complete Messages/Statuses
- [Complete Timestamps](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CompleteTimestamps) - Replace all timestamps with complete timestamps
- [Copy Raw Message](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CopyRawMessage) - Add a entry in the contextmenu when you right click a message that allows you to copy the raw contents of a message
- [Creation Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CreationDate) - Display the Creation Date of an Account in the UserPopout and UserModal
- [Custom Quoter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CustomQuoter) - Customize the output of the native quote feature of Discord
- [Complete Timestamps](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CompleteTimestamps) - Replaces all timestamps with complete timestamps
- [Copy Raw Message](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CopyRawMessage) - Adds a entry in the contextmenu when you right click a message that allows you to copy the raw contents of a message
- [Creation Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CreationDate) - Displays the Creation Date of an Account in the UserPopout and UserModal
- [Custom Quoter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CustomQuoter) - Brings back the Quote Feature and allows you to set your own Quote Formats
- [Custom Status Presets](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/CustomStatusPresets) - Allows you to save custom statuses as quick select
- [Display Large Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayLargeMessages) - Inject the contents of large messages that were sent by discord via 'message.txt'
- [Display Servers As Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayServersAsChannels) - Display servers in a similar way as channels
- [Edit Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditChannels) - Allow the user to locally change the name and color of channels
- [Edit Servers](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditServers) - Allow the user to locally change the name, initials, icon and color of servers
- [Edit Users](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditUsers) - Allow you to change the icon, name, tag and color of users
- [Emoji Statistics](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EmojiStatistics) - Add some helpful options to show you more information about emojis and emojiservers
- [Force Image Previews](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ForceImagePreviews) - Force embedded Image Previews, if Discord doesn't do it itself
- [Friend Notifications](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/FriendNotifications) - Get a notification when a Friend or a User, you choose to observe, changes their status
- [Google Search Replace](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/GoogleSearchReplace) - Replace the default Google Text Search with a selection menu of several search engines
- [Google Translate Option](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/GoogleTranslateOption) - Add a Google Translate option to your context menu, which will open the selected text in Google Translate
- [Hide Muted Categories](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/HideMutedCategories) - Hide muted categories the same way muted channels are hidden, when the server is set to hide muted channels
- [Image Utilities](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ImageUtilities) - Add a handful of options for images/emotes/avatars (direct download, reverse image search, zoom, copy image link, copy image to clipboard, gallery mode)
- [Joined At Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/JoinedAtDate) - Display the Joined At Date of a Member in the UserPopout and UserModal
- [Last Message Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/LastMessageDate) - Display the Date of the last sent Message of a Member for the current Server/DM in the UserPopout and UserModal
- [Message Utilities](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/MessageUtilities) - Offer a number of useful message options
- [Notification Sounds](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/NotificationSounds) - Allow you to replace the native sounds of Discord with your own
- [Old Title Bar](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/OldTitleBar) - Revert the title bar back to its former self
- [Owner Tag](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/OwnerTag) - Add a tag or crown to the server owner (or admins/management)
- [Personal Pins](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PersonalPins) - Similar to normal pins, save messages as notes for yourself
- [Pin DMs](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PinDMs) - Allow you to pin DMs, making them appear at the top of your DMs/Guild-list
- [Plugin Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PluginRepo) - Allow you to look at all plugins from the plugin repo and download them on the fly
- [Quick Mention ](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/QuickMention) - Add a mention entry to the message option toolbar
- [Read All Notifications Button](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ReadAllNotificationsButton) - Add a little button at the top of your serverlist that enables you to clear all mentions and messagesnotifications at once
- [Remove Blocked Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveBlockedMessages) - Completely removes blocked messages
- [Remove Nicknames](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveNicknames) - Replace all nicknames with the actual accountnames
- [Reveal All Spoilers Option](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RevealAllSpoilersOption) - Add an entry to the message contextmenu to reveal all spoilers within a messageblock
- [Send Large Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SendLargeMessages) - Open a popout when your message is too large, which allows you to automatically send the message in several smaller messages
- [Server Counter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerCounter) - Add a server counter to the server list
- [Server Details](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerDetails) - Show details of a server when you hover over the icon in the server list
- [Server Hider](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerHider) - Add options on your server context menu to hide servers in your server list
- [Server Folders](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerFolders) - Patch Discords native Folders in a way to open Servers within a Folder in a new bar to the right - Also adds a bunch of new features to more easily organize, customize and manage your Folders
- [Show Hidden Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ShowHiddenChannels) - Display all hidden channels that can't be accessed due to role restrictions in a new category
- [Spell Check](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SpellCheck) - Add a spellcheck to all textareas
- [Spotify Controls](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SpotifyControls) - Add a control panel to discord when listening to spotify
- [Steam Profile Link](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SteamProfileLink) - Open a steam profile in steam instead of a browser when clicking the steamlink in a userprofile
- [Theme Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ThemeRepo) - Allow you to preview all themes from the theme repo and download them on the fly
- [Theme Settings](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ThemeSettings) - Allow you to change Theme Variables within BetterDiscord
- [Timed Light Dark Mode](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TimedLightDarkMode) - Allow you to automatically change light/dark mode depending on the time of date - Slider is added to the 'Appearance' settings
- [Top Role Everywhere](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TopRoleEverywhere) - Add the highest role of a user as a tag
- [User Notes](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/UserNotes) - Allow you to write your own user notes wihtout a character limit
- [Write UpperCase](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/WriteUpperCase) - Change first letter of each sentence in message input to uppercase.
- [Display Large Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayLargeMessages) - Injects the contents of large messages that were sent by discord via 'message.txt'
- [Display Servers As Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/DisplayServersAsChannels) - Displays servers in a similar way as channels
- [Edit Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditChannels) - Allows the user to locally change the name and color of channels
- [Edit Servers](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditServers) - Allows the user to locally change the name, initials, icon and color of servers
- [Edit Users](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EditUsers) - Allows you to change the icon, name, tag and color of users
- [Emoji Statistics](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/EmojiStatistics) - Adds some helpful options to show you more information about emojis and emojiservers
- [Force Image Previews](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ForceImagePreviews) - Forces embedded Image Previews, if Discord doesn't do it itself
- [Friend Notifications](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/FriendNotifications) - Shows a notification when a Friend or a User, you choose to observe, changes their status
- [Google Search Replace](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/GoogleSearchReplace) - Replaces the default Google Text Search with a selection menu of several search engines
- [Google Translate Option](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/GoogleTranslateOption) - Adds a Google Translate option to your context menu, which will open the selected text in Google Translate
- [Hide Muted Categories](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/HideMutedCategories) - Hides muted categories the same way muted channels are hidden, when the server is set to hide muted channels
- [Image Utilities](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ImageUtilities) - Adds a handful of options for images/emotes/avatars (direct download, reverse image search, zoom, copy image link, copy image to clipboard, gallery mode)
- [Joined At Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/JoinedAtDate) - Displays the Joined At Date of a Member in the UserPopout and UserModal
- [Last Message Date](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/LastMessageDate) - Displays the Date of the last sent Message of a Member for the current Server/DM in the UserPopout and UserModal
- [Message Utilities](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/MessageUtilities) - Offers a number of useful message options (quick actions)
- [Notification Sounds](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/NotificationSounds) - Allows you to replace the native sounds of Discord with your own
- [Old Title Bar](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/OldTitleBar) - Reverts the title bar back to its former self
- [Owner Tag](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/OwnerTag) - Adds a tag or crown to the server owner (or admins/management)
- [Personal Pins](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PersonalPins) - Allows you to save locally pin Messages similar to normal Pins
- [Pin DMs](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PinDMs) - Allows you to pin DMs, making them appear at the top of your DMs/Guild-list
- [Plugin Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/PluginRepo) - Allows you to look at all plugins from the plugin repo and download them on the fly
- [Quick Mention ](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/QuickMention) - Adds a mention entry to the message option toolbar
- [Read All Notifications Button](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ReadAllNotificationsButton) - Adds a little button at the top of your serverlist that enables you to clear all mentions and messagesnotifications at once
- [Remove Blocked Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveBlockedMessages) - Removes blocked messages/users completely
- [Remove Nicknames](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RemoveNicknames) - Replaces all nicknames with the actual accountnames
- [Reveal All Spoilers Option](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/RevealAllSpoilersOption) - Adds an entry to the message contextmenu to reveal all spoilers within a messageblock
- [Send Large Messages](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SendLargeMessages) - Allows you to enter larger messages in the chattextarea, which allows you to automatically send the message in several smaller messages
- [Server Counter](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerCounter) - Adds a server counter to the server list
- [Server Details](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerDetails) - Shows details of a server when you hover over the icon in the server list
- [Server Hider](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerHider) - Adds options on your server context menu to hide servers in your server list
- [Server Folders](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ServerFolders) - Changes Discords native Folders in a way to open Servers within a Folder in a new bar to the right - Also adds a bunch of new features to more easily organize, customize and manage your Folders
- [Show Hidden Channels](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ShowHiddenChannels) - Displays all hidden channels that can't be accessed due to role restrictions in a new category
- [Spell Check](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SpellCheck) - Adds a spellcheck to all textareas
- [Spotify Controls](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SpotifyControls) - Adds a control panel to discord when listening to spotify
- [Steam Profile Link](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/SteamProfileLink) - Opens Steam Links in Steam instead of your Browser
- [Theme Repo](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ThemeRepo) - Allows you to preview all themes from the theme repo and download them on the fly
- [Theme Settings](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/ThemeSettings) - Allows you to change Theme Variables within BetterDiscord
- [Timed Light Dark Mode](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TimedLightDarkMode) - Allows you to automatically change light/dark mode depending on the time of date - Slider is added to the 'Appearance' settings
- [Top Role Everywhere](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/TopRoleEverywhere) - Adds the highest role of a user as a tag
- [User Notes](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/UserNotes) - Allows you to write your own user notes wihtout a character limit
- [Write UpperCase](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/WriteUpperCase) - Changes the first letter of each sentence in message input to uppercase

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Completely removes blocked messages
Removes blocked messages/users completely

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "RemoveBlockedMessages",
"author": "DevilBro",
"version": "1.2.3",
"description": "Completely removes blocked messages"
"description": "Removes blocked messages/users completely"
},
"changeLog": {
"fixed": {

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Allow you to enter larger messages in the chattextarea, which allows you to automatically send the message in several smaller messages
Allows you to enter larger messages in the chattextarea, which allows you to automatically send the message in several smaller messages

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "SendLargeMessages",
"author": "DevilBro",
"version": "1.6.5",
"description": "Split messages into several smaller messages when your message exceeds the limit"
"description": "Allows you to enter larger messages in the chattextarea, which allows you to automatically send the message in several smaller messages"
}
};

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Open a steam profile in steam instead of a browser when clicking the steamlink in a userprofile. With the help of square
Opens Steam Links in Steam instead of your Browser

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "SteamProfileLink",
"author": "DevilBro",
"version": "1.0.9",
"description": "Open any Steam links in Steam instead of your internet browser"
"description": "Opens Steam Links in Steam instead of your Browser"
}
};

View File

@ -9,4 +9,4 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Change first letter of each sentence in message input to uppercase
Changes the first letter of each sentence in message input to uppercase

View File

@ -15,7 +15,7 @@ module.exports = (_ => {
"name": "WriteUpperCase",
"author": "DevilBro",
"version": "1.2.9",
"description": "Change first letter of each sentence in message input to uppercase"
"description": "Changes the first letter of each sentence in message input to uppercase"
},
"changeLog": {
"improved": {

View File

@ -1,381 +0,0 @@
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/ThemeDevBadge.css);
:root {
--daccentcolor: 114,137,218;
--vaccentcolor: var(--accentcolor,var(--daccentcolor));
}
.theme-light {
--header-primary: #fff;
--header-secondary: #b9bbbe;
--text-normal: #dcddde;
--text-muted: #72767d;
--text-link: #00b0f4;
--channels-default: #8e9297;
--interactive-normal: #b9bbbe;
--interactive-hover: #dcddde;
--interactive-active: #fff;
--interactive-muted: #4f545c;
--background-primary: #36393f;
--background-secondary: #2f3136;
--background-secondary-alt: #292b2f;
--background-tertiary: #202225;
--background-accent: #4f545c;
--background-floating: #18191c;
--background-mobile-primary: #36393f;
--background-mobile-secondary: #2f3136;
--background-modifier-hover: rgba(79,84,92,0.16);
--background-modifier-active: rgba(79,84,92,0.24);
--background-modifier-selected: rgba(79,84,92,0.32);
--background-modifier-accent: hsla(0,0%,100%,0.06);
--background-mentioned: rgba(250,166,26,0.05);
--background-mentioned-hover: rgba(250,166,26,0.08);
--background-message-hover: rgba(4,4,5,0.07);
--background-help-warning: rgba(250,166,26,0.1);
--background-help-info: rgba(0,176,244,0.1);
--scrollbar-thin-thumb: #202225;
--scrollbar-thin-track: transparent;
--scrollbar-auto-thumb: #202225;
--scrollbar-auto-track: #2e3338;
--scrollbar-auto-scrollbar-color-thumb: #202225;
--scrollbar-auto-scrollbar-color-track: #2f3136;
--elevation-stroke: 0 0 0 1px rgba(4,4,5,0.15);
--elevation-low: 0 1px 0 rgba(4,4,5,0.2),0 1.5px 0 rgba(6,6,7,0.05),0 2px 0 rgba(4,4,5,0.05);
--elevation-medium: 0 4px 4px rgba(0,0,0,0.16);
--elevation-high: 0 8px 16px rgba(0,0,0,0.24);
--logo-primary: #fff;
--focus-primary: #00b0f4;
--guild-header-text-shadow: 0 1px 1px rgba(0,0,0,0.4);
--channeltextarea-background: #40444b;
--activity-card-background: #202225;
--textbox-markdown-syntax: #8e9297;
--deprecated-card-bg: rgba(32,34,37,0.6);
--deprecated-card-editable-bg: rgba(32,34,37,0.3);
--deprecated-store-bg: #36393f;
--deprecated-quickswitcher-input-background: #72767d;
--deprecated-quickswitcher-input-placeholder: hsla(0,0%,100%,0.3);
--deprecated-text-input-bg: rgba(0,0,0,0.1);
--deprecated-text-input-border: rgba(0,0,0,0.3);
--deprecated-text-input-border-hover: #040405;
--deprecated-text-input-border-disabled: #202225;
--deprecated-text-input-prefix: #dcddde;
}
html {
color: #fff;
}
#app-mount .root-1gCeng { /* modal container */
background-color: var(--background-primary);
-webkit-box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2);
box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2);
}
#app-mount .footer-2gL1pp { /* modal footer */
background-color: var(--background-secondary);
-webkit-box-shadow: inset 0 1px 0 rgba(47,49,54,.6);
box-shadow: inset 0 1px 0 rgba(47,49,54,.6);
}
#app-mount .regionSelectModal-12e-57 { /* region modal container */
background-color: var(--background-primary) !important;
}
#app-mount .regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3 { /* region modal option */
background-color: var(--background-primary);
border-color: var(--background-modifier-accent);
}
#app-mount .regionSelectModal-12e-57 .regionSelectModalOption-2DSIZ3:hover {
background-color: var(--background-modifier-hover);
}
#app-mount .regionSelectName-2-2FWh { /* region modal name */
color: var(--text-normal);
}
#app-mount .regionSelectModal-12e-57 .regionSelectModalFooter-20C5iA { /* region modal footer */
color: var(--text-muted);
}
.arrow-hynWUl { /* create modal arrow */
object-position: -9999999px -9999999px;
-webkit-mask: url(https://discordapp.com/assets/69a0ea5dbf79a129c81a0cb171b60b7a.svg) center/cover no-repeat;
background: var(--text-normal);
}
#app-mount .backdrop-1wrmKB[style*="background-color: rgb(255,255,255)"] { /* download modal backdrop */
background-color: rgb(0,0,0) !important;
opacity: 0.85 !important;
}
#app-mount .downloadApps-wbBFdZ { /* download modal container */
background-color: var(--background-primary);
border-radius: 5px;
}
#app-mount .downloadApps-wbBFdZ .inner-2LETmR {
overflow-y: scroll;
}
#app-mount .downloadApps-wbBFdZ .inner-2LETmR:-webkit-scrollbar {
height: 16px;
width: 16px;
}
#app-mount .downloadApps-wbBFdZ .inner-2LETmR:-webkit-scrollbar-corner {
background-color: transparent;
}
#app-mount .downloadApps-wbBFdZ .inner-2LETmR:-webkit-scrollbar-thumb {
background-color: var(--scrollbar-auto-thumb);
min-height: 40px;
}
#app-mount .downloadApps-wbBFdZ .inner-2LETmR:-webkit-scrollbar-thumb,
#app-mount .downloadApps-wbBFdZ .inner-2LETmR:-webkit-scrollbar-track {
border: 4px solid transparent;
background-clip: padding-box;
border-radius: 8px;
}
#app-mount .downloadApps-wbBFdZ .inner-2LETmR:-webkit-scrollbar-track {
background-color: var(--scrollbar-auto-track);
}
#app-mount .uploadModalIn-1z07Bv .uploadDropModal-2kTwbc { /* uploadmodal container */
width: unset;
}
#app-mount .uploadDropModal-2kTwbc .bgScale-1otPtc {
background-color: var(--background-primary);
}
#app-mount .uploadDropModal-2kTwbc .inner-3nWsbo {
border-color: var(--text-normal);
}
#app-mount .uploadDropModal-2kTwbc .inner-3nWsbo .instructions-2Du9gG {
padding: 0 5px;
}
#app-mount .autocomplete-1vrmpx { /* autocomplete container */
background-color: var(--background-secondary);
}
#app-mount .selected-1Tbx07 { /* autocomplete row selected */
background-color: var(--background-primary);
}
#app-mount .divider-23swzi { /* autocomplete divider */
background-color: var(--background-modifier-accent);
}
#app-mount .contentTitle-2tG_sM { /* autocomplete contenttitle */
color: var(--text-muted);
}
#app-mount .contentTitle-2tG_sM strong {
color: var(--header-primary);
}
#app-mount .content-Qb0rXO { /* autocomplete content */
color: var(--header-primary);
}
#app-mount .iconForeground-1w5n7R{ /* autocomplete icon */
fill: var(--text-muted);
}
#app-mount .description-11DmNu,
#app-mount .descriptionUsername-J_75O8 {
color: var(--text-muted);
}
#app-mount .descriptionDiscriminator-3vUOCc {
color: var(--interactive-muted);
}
#app-mount .avatarStatus-3jMZl_ {
border-color: var(--background-secondary);
}
#app-mount .bd-addon-list .bd-addon-card.settings-open::-webkit-scrollbar,
#app-mount .bda-description.scroller::-webkit-scrollbar {
height: 8px;
width: 8px;
}
#app-mount .bd-addon-list .bd-addon-card.settings-open::-webkit-scrollbar-corner,
#app-mount .bda-description.scroller::-webkit-scrollbar-corner {
background-color: transparent;
}
#app-mount .bd-addon-list .bd-addon-card.settings-open::-webkit-scrollbar-thumb,
#app-mount .bda-description.scroller::-webkit-scrollbar-thumb {
background-clip: padding-box;
background-color: var(--scrollbar-thin-thumb);
border: 2px solid transparent;
border-radius: 4px;
min-height: 40px;
}
#app-mount .bd-addon-list .bd-addon-card.settings-open::-webkit-scrollbar-track,
#app-mount .bda-description.scroller::-webkit-scrollbar-track {
background-color: var(--scrollbar-thin-track);
border: 2px solid var(--scrollbar-thin-track);
}
body .ace_editor {
background: var(--background-secondary);
}
body .contentRegion-3nDuYy #bd-customcss-attach-controls,
body #bd-customcss-detach-container #bd-customcss-attach-controls {
background: var(--background-secondary);
box-shadow: 0 1px 0 0 var(--background-secondary) inset;
}
body .standardSidebarView-3F1I7i #bd-customcss-attach-controls button,
body .bd-detached-css-editor #bd-customcss-attach-controls button {
background: var(--background-primary);
}
body .standardSidebarView-3F1I7i #bd-customcss-attach-controls button[style*="border-left"],
body .bd-detached-css-editor #bd-customcss-attach-controls button[style*="border-left"] {
border-left-color: var(--background-secondary) !important;
}
body .standardSidebarView-3F1I7i #bd-customcss-attach-controls button[style*="border-right"],
body .bd-detached-css-editor #bd-customcss-attach-controls button[style*="border-right"] {
border-right-color: var(--background-secondary) !important;
}
#bd-customcss-attach-controls .help-text .inline {
background: var(--background-primary);
}
body #ace_settingsmenu {
position: absolute;
top: 10vh;
right: calc(50vw - 300px);
bottom: 10vh;
left: calc(50vw - 300px);
background-color: var(--background-primary);
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2);
padding-right: 20px;
}
body #ace_settingsmenu table,
body #ace_settingsmenu tr,
body #ace_settingsmenu td {
display: block;
}
body #ace_settingsmenu > table > tr:last-child {
color: var(--text-muted);
float: right;
}
body #ace_settingsmenu .ace_optionsMenuEntry {
height: 40px;
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 10px;
}
body #ace_settingsmenu .ace_optionsMenuEntry:hover {
background: none;
}
body #ace_settingsmenu .ace_optionsMenuEntry > td:first-child {
flex: 1 0 auto;
margin-right: 10px;
}
body #ace_settingsmenu .ace_optionsMenuEntry label {
color: var(--header-primary);
font-size: 16px;
font-weight: 500;
line-height: 24px;
cursor: pointer;
}
body #ace_settingsmenu .ace_optionsMenuEntry button {
justify-content: center;
align-items: center;
text-align: center;
background: transparent;
box-shadow: none;
border: none;
border-radius: 4px;
color: var(--interactive-normal);
min-width: 40px;
margin: 0 8px;
padding: 2px 8px;
}
body #ace_settingsmenu .ace_optionsMenuEntry button:hover {
background-color: var(--background-modifier-hover);
box-shadow: none;
border: none;
color: var(--interactive-hover);
}
body #ace_settingsmenu .ace_optionsMenuEntry button[ace_selected_button=true] {
background-color: var(--background-modifier-selected);
box-shadow: none;
border: none;
color: var(--interactive-active);
cursor: default;
}
body #ace_settingsmenu .ace_optionsMenuEntry input[type="text"],
body #ace_settingsmenu .ace_optionsMenuEntry input[type="number"],
body #ace_settingsmenu .ace_optionsMenuEntry select {
flex: 0 1 auto;
box-sizing: border-box;
float: unset !important;
background-color: rgba(0,0,0,.1);
border: 1px solid rgba(0,0,0,.3);
border-radius: 3px;
color: var(--header-primary);
width: 200px;
height: 40px;
padding: 10px;
font-size: 16px;
transition: background-color .15s ease, border .15s ease;
}
body #ace_settingsmenu .ace_optionsMenuEntry input[type="number"] {
padding-right: 2px;
}
body #ace_settingsmenu .ace_optionsMenuEntry input[type="text"]:hover,
body #ace_settingsmenu .ace_optionsMenuEntry input[type="number"]:hover,
body #ace_settingsmenu .ace_optionsMenuEntry select:hover {
border-color: #040405;
}
body #ace_settingsmenu .ace_optionsMenuEntry input[type="text"]:focus,
body #ace_settingsmenu .ace_optionsMenuEntry input[type="number"]:focus,
body #ace_settingsmenu .ace_optionsMenuEntry select:focus {
border-color: rgb(var(--vaccentcolor));
}
body #ace_settingsmenu .ace_optionsMenuEntry select option {
background-color: #303339;
color: var(--header-primary);
}
body #ace_settingsmenu input[type="checkbox"] {
position: relative;
float: unset !important;
width: 44px;
height: 24px;
}
body #ace_settingsmenu input[type="checkbox"]:before {
content: "";
display: block;
position: relative;
background: var(--text-muted);
border-radius: 14px;
width: 44px;
height: 24px;
transition: background .15s ease-in-out,box-shadow .15s ease-in-out,border .15s ease-in-out;
}
body #ace_settingsmenu input[type="checkbox"]:checked:before {
background: rgb(var(--vaccentcolor));
}
body #ace_settingsmenu input[type="checkbox"]:after {
content: "";
display: block;
width: 18px;
height: 18px;
position: absolute;
top: 3px;
left: 3px;
bottom: 3px;
background: var(--header-primary);
border-radius: 10px;
transition: all .15s ease;
box-shadow: 0 3px 1px 0 rgba(0,0,0,.05),0 2px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.05);
}
body #ace_settingsmenu input[type="checkbox"]:checked:after {
transform: translateX(20px);
}
body #ace_settingsmenu::-webkit-scrollbar {
height: 16px;
width: 16px;
}
body #ace_settingsmenu::-webkit-scrollbar-corner {
background-color: transparent;
}
body #ace_settingsmenu::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-auto-thumb);
min-height: 40px;
}
body #ace_settingsmenu::-webkit-scrollbar-thumb,
body #ace_settingsmenu::-webkit-scrollbar-track {
border: 4px solid transparent;
background-clip: padding-box;
border-radius: 8px;
}
body #ace_settingsmenu::-webkit-scrollbar-track {
background-color: var(--scrollbar-auto-track);
}

View File

@ -1,15 +0,0 @@
/**
* @name FullThemeDark
* @description Fix all unthemed sections in the native dark theme of discord
* @author DevilBro
* @version 1.0.0
* @authorId 278543574059057154
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
* @patreon https://www.patreon.com/MircoWittrien
* @website https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark
* @source https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/FullThemeDark/FullThemeDark.theme.css
* @updateUrl https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/FullThemeDark/FullThemeDark.theme.css
*/
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/FullThemeDark/FullThemeDark.css);

View File

@ -1,12 +0,0 @@
# Full Theme Dark - [![Downlad][download-badge]][download-link] [![Paypal][paypal-badge]][paypal-link] [![Patreon][patreon-badge]][patreon-link]
[download-badge]: https://img.shields.io/badge/Download-Theme-brightgreen.svg?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADGGlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjaY2BgnuDo4uTKJMDAUFBUUuQe5BgZERmlwH6egY2BmYGBgYGBITG5uMAxIMCHgYGBIS8/L5UBFTAyMHy7xsDIwMDAcFnX0cXJlYE0wJpcUFTCwMBwgIGBwSgltTiZgYHhCwMDQ3p5SUEJAwNjDAMDg0hSdkEJAwNjAQMDg0h2SJAzAwNjCwMDE09JakUJAwMDg3N+QWVRZnpGiYKhpaWlgmNKflKqQnBlcUlqbrGCZ15yflFBflFiSWoKAwMD1A4GBgYGXpf8EgX3xMw8BSMDVQYqg4jIKAUICxE+CDEESC4tKoMHJQODAIMCgwGDA0MAQyJDPcMChqMMbxjFGV0YSxlXMN5jEmMKYprAdIFZmDmSeSHzGxZLlg6WW6x6rK2s99gs2aaxfWMPZ9/NocTRxfGFM5HzApcj1xZuTe4FPFI8U3mFeCfxCfNN45fhXyygI7BD0FXwilCq0A/hXhEVkb2i4aJfxCaJG4lfkaiQlJM8JpUvLS19QqZMVl32llyfvIv8H4WtioVKekpvldeqFKiaqP5UO6jepRGqqaT5QeuA9iSdVF0rPUG9V/pHDBYY1hrFGNuayJsym740u2C+02KJ5QSrOutcmzjbQDtXe2sHY0cdJzVnJRcFV3k3BXdlD3VPXS8Tbxsfd99gvwT//ID6wIlBS4N3hVwMfRnOFCEXaRUVEV0RMzN2T9yDBLZE3aSw5IaUNak30zkyLDIzs+ZmX8xlz7PPryjYVPiuWLskq3RV2ZsK/cqSql01jLVedVPrHzbqNdU0n22VaytsP9op3VXUfbpXta+x/+5Em0mzJ/+dGj/t8AyNmf2zvs9JmHt6vvmCpYtEFrcu+bYsc/m9lSGrTq9xWbtvveWGbZtMNm/ZarJt+w6rnft3u+45uy9s/4ODOYd+Hmk/Jn58xUnrU+fOJJ/9dX7SRe1LR68kXv13fc5Nm1t379TfU75/4mHeY7En+59lvhB5efB1/lv5dxc+NH0y/fzq64Lv4T8Ffp360/rP8f9/AA0ADzT6lvFdAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAF1SURBVHja7JihTgNBEIb/K1WkBtEEAsESBKEvgEKRAhLHOxAMfQ9cHwEMBoFA1/ACBEGgzbkmUAwI+BENubTs9WZmLz1CZtZd9v7/u9vMZGdAGFabA05Hn3sWrYQwRB9rwafreikbQN5LiV6qhorDARzAARzAARzAARzAARzAARygGOAQ6a+GLr9jmlwpDuJbsxQrER+YYrXaI2D8EZyAEfangj2Fq0NrnBWry8YI5yb7rkRbBrDAK7X9NevlAYCL7Kns79iQKcunOU0+iO0fuSzV1QyUNjkU2b9wS66qm2nt8L3Q/oO7Gk3tWO2InzPtv3isU9RP9jqxmR8LMKsqdPVqFoC8qiDM/HiAcFUQZ34IYDr0VUGW+QEfK8BkVZBmfqkAWVWQZ37JAOA+n/nEtnh/wGd8JWP81Nt0P0r8Wu4ADvAHAOq2fsaP4N8BvFXi/ZoB3FYCcJMNKDbQw9Kc7YdoYfDzB+6xjUuM5mY+wsXYHvgeABIzsPkSOM/lAAAAAElFTkSuQmCC&style=flat
[download-link]: https://mwittrien.github.io/?ghdl=https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/FullThemeDark/FullThemeDark.theme.css
[paypal-badge]: https://img.shields.io/badge/Paypal-Donate!-%23003087.svg?logo=paypal&style=flat
[paypal-link]: https://paypal.me/MircoWittrien
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
Fixe all unthemed sections in the native dark theme of discord

View File

@ -6,9 +6,8 @@
[patreon-badge]: https://img.shields.io/badge/Patreon-Support!-%23F96854.svg?logo=patreon&style=flat
[patreon-link]: https://patreon.com/MircoWittrien
- [Basic Background](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground) - Use a background image in Discord without greatly altering the basic look of Discord
- [Blurple Recolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor) - Replace discords native blurple with your own color, change color in themefile
- [Discord Recolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/DiscordRecolor) - Easily customize discords native look
- [Emoji Replace](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace) - Replace discords emojis with emojis of a provider of your choice
- [Full Theme Dark](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/FullThemeDark) - Fix all unthemed sections in the native dark theme of discord
- [Server Columns](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns) - Change the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file
- [Basic Background](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground) - Allows you to use a background image in Discord without greatly altering the basic look of Discord
- [Blurple Recolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BlurpleRecolor) - Replaces discords native blurple with your own color, change color in themefile
- [Discord Recolor](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/DiscordRecolor) - Allows you to easily customize discords native look
- [Emoji Replace](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/EmojiReplace) - Replaces discords emojis with emojis of a provider of your choice
- [Server Columns](https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/ServerColumns) - Changes the Server List to a gridlike container to allow servers to be displayed in columns. Amount of columns can be set in the .theme.css file