diff --git a/applications/betterdiscord/plugins/0BDFDB.config.json b/applications/betterdiscord/plugins/0BDFDB.config.json index 6f17060..efafbff 100755 --- a/applications/betterdiscord/plugins/0BDFDB.config.json +++ b/applications/betterdiscord/plugins/0BDFDB.config.json @@ -1,8 +1,8 @@ { "changeLogs": { - "BDFDB": "1.7.1", - "ImageUtilities": "4.4.1", - "ShowHiddenChannels": "3.0.0" + "BDFDB": "1.7.13", + "ImageUtilities": "4.4.5", + "ShowHiddenChannels": "3.0.2" }, "choices": { "toastPosition": "right" @@ -11,5 +11,9 @@ "showSupportBadges": false, "showToasts": false, "useChromium": false + }, + "hashes": { + "0BDFDB.data.json": "eba8f6a411217ea657304a19ae4dffa2f2e5248d", + "0BDFDB.raw.css": "80b6d40ad2af425192bcab890200d7814ea6d9a1" } } \ No newline at end of file diff --git a/applications/betterdiscord/plugins/GuildProfile.config.json b/applications/betterdiscord/plugins/GuildProfile.config.json index 156cfc8..8ea8394 100755 --- a/applications/betterdiscord/plugins/GuildProfile.config.json +++ b/applications/betterdiscord/plugins/GuildProfile.config.json @@ -1,6 +1,6 @@ { "currentVersionInfo": { - "version": "1.1.0", + "version": "1.3.0", "hasShownChangelog": true } } \ No newline at end of file diff --git a/applications/betterdiscord/themes/DiscordNight.theme.css b/applications/betterdiscord/themes/DiscordNight.theme.css deleted file mode 100755 index e4f5b3a..0000000 --- a/applications/betterdiscord/themes/DiscordNight.theme.css +++ /dev/null @@ -1,30 +0,0 @@ -/** - * @name DiscordNight - * @version 0.9.2 - * @description Dark and compact theme for BetterDiscord - * @source https://github.com/KillYoy/DiscordNight/ - * @donate https://www.paypal.me/KillYoy - * @author KillYoy#0295 - * @authorId 98468214824001536 -*/ - -@import url("https://KillYoy.github.io/DiscordNight/DiscordNight.css"); - -:root { - --Text-Channels-Capital-Letter: none; - --Channel-List-Width: 164px; - --Embed-Remove-Button: none; - --Home-Close-DM-Button: none; -} -.chat-3bRxxu .message-2qnXI6:hover { - outline: 1px solid #5a5a5a; -} -.sidebar-2K8pFh .containerDefault-3tr_sE { - padding-top: 4px; -} -.botTagRegular-2HEhHi, .botTagInvert-18-95s { - background: none; -} -code { - font-family: monospace !important; -} diff --git a/applications/betterdiscord/themes/Pixelcord.theme.css b/applications/betterdiscord/themes/Pixelcord.theme.css new file mode 100644 index 0000000..418615a --- /dev/null +++ b/applications/betterdiscord/themes/Pixelcord.theme.css @@ -0,0 +1,156 @@ +/** + * @name Pixelcord + * @author Hyblocker + * @version 3.2.7 + * @description Material Design Theme with numerous enhancements for Discord + * @source https://github.com/hyblocker/pixelcord + * @updateUrl https://raw.githubusercontent.com/hyblocker/pixelcord/main/Pixelcord.theme.css + */ +/* + SETTINGS +*/ +/* Enhancements | Modal Blur - Blurs the black tinted background behind modals like image previews if enabled */ +/* @import url(https://hyblocker.github.io/pixelcord/modules/enhancements/background_blur.css); */ +/* Functions | Collapsing channels list - Channels list collapses and uncollapses on hover, giving you more room to read */ +/* @import url(https://hyblocker.github.io/pixelcord/modules/functions/hover_channels.css); */ +/* Functions | Collapsing members list - Members list collapses and uncollapses on hover, giving you more room to read */ +/* @import url(https://hyblocker.github.io/pixelcord/modules/functions/hover_members.css); */ +/* Functions | macOS Buttons - Replaces window buttons with macOS style buttons (Windows) */ +/* @import url(https://hyblocker.github.io/pixelcord/modules/functions/macos_buttons.css); */ +/* + EXTERNAL MODULES +*/ +/* Add-Ons | Discolored - Colorize Discord's boring SVGs! */ +@import url(https://nyri4.github.io/Discolored/main.css); +/* Add-Ons | Google Emojis */ +/* @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/EmojiReplace/base/Google.css); */ +/* Add-Ons | BadgesEverywhere - Colored Badges */ +@import url(https://mr-miner1.github.io/Better-Badges/src/badges.css); +/* Add-Ons | BadgesEverywhere - White Badges */ +/* @import url(https://mr-miner1.github.io/Better-Badges/src/whitebadges.css); */ +/* + DO NOT REMOVE +*/ +@import url(https://hyblocker.github.io/pixelcord/dist.css); +/* + VARIABLES +*/ +[data-popout-root].newBrand, +html.newBrand, +:root { + --snackbar-bg: #333; + --snackbar-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%); + --snackbar-radius: 4px; + --snackbar-height: 32px; + --snackbar-padding: 14px 16px; + --switch-knob-color: #ECECEC; + --switch-slider-color: rgba(135, 135, 135,0.65); + --button-radius: 4px; + --background-blur-intensity: 10px; + --chatbox-top-padding: 16px; + --header-weight: 600; + --subtitle-weight: 500; + --section-weight: 900; + --font-header: "Google Sans", "Migu 1M", sans-serif; + --font-code: "Roboto Mono", monospace; + --font-primary: var(--font-header); + --font-secondary: var(--font-header); + --font-display: var(--font-header); + --card-padding: 12px; + --channels-width: 300px; + --pip-width: 320px; + --pip-radius: 12px; + --tooltip-bg: #2a2a2a; + --tooltip-text: #ffffff; + --checkbox-size: 15px; + --settings-list-width: 316px; + --settings-padding: 8px; + --settings-header-height: 84px; + --members-width: 240px; + --mouseX: 0px; + --mouseY: 0px; +} + +.theme-light { + --accent: var(--primary-700); + --accent-selected-highlight: rgba(28, 116, 233, 12%); + --accent-highlight: var(--primary-500); + --accent-text: white; + --text-semidark: rgb(149, 149, 149); + --baseline: #f8f9fa; + --chip: #D7D7D7; + --chip-active: #D7D7D7; + --chip-text: #363536; + --navdrawer-color: white; + --navdrawer-hover: rgba(0, 0, 0, 0.05); + --navdrawer-active: rgba(0, 0, 0, 0.1); + --navdrawer-separator: rgba(0, 0, 0, 0.1); + --combobox-outline: rgba(0, 0, 0, 0.1); + --title-color: #606060; + --list-color: #202124; + --logo-color: #202124; + --header-color: #202124; + --interactive-muted: #8f929c; + --channels-default: #46494c; + --ripple-default: rgba(0, 0, 0, 0.36); + --danger: rgb(255, 70, 70); + --danger-highlight: rgb(255, 118, 118); + --online: #43b581; + --online-highlight: #66c296; + --idle: #faa61a; + --dnd: var(--danger); + --stream: #643da7; + --offline: #636b75; +} + +.callContainer-36WRfH, +.theme-dark { + --accent: var(--primary-400); + --accent-selected-highlight: rgba(52, 164, 255, 12%); + --accent-highlight: var(--primary-200); + --accent-text: white; + --baseline: #272a2b; + --chip: #595A5E; + --chip-active: #595A5E; + --chip-text: white; + --navdrawer-color: #222222; + --navdrawer-hover: rgba(255, 255, 255, 0.05); + --navdrawer-active: rgba(255, 255, 255, 0.1); + --navdrawer-separator: rgba(255, 255, 255, 0.1); + --combobox-outline: rgba(255, 255, 255, 0.1); + --title-color: #aaa; + --list-color: #fff; + --logo-color: #fff; + --header-color: #fff; + --interactive-muted: #6b6b6b; + --channels-default: #9b9fa5; + --ripple-default: rgba(255, 255, 255, 0.36); + --danger: rgb(207, 102, 121); + --danger-highlight: rgb(255, 118, 118); + --online: #66c296; + --online-highlight: #43b581; + --idle: #fbec52; + --dnd: var(--danger); + --stream: #9176c1; + --offline: #868d96; +} + +:root { + --chip-height: 16px; +} + +* { + text-transform: none !important; +} + +code { + font-family: monospace !important; +} + +.chat-3bRxxu .message-2qnXI6:hover { + outline: 1px solid #5a5a5a; +} + +.botTagRegular-2HEhHi, .botTagInvert-18-95s { + background: none; +}