From 3a070860d8e310559f0ea5cb6d4ecf1e1e080076 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 20 Jun 2021 07:49:03 -0600 Subject: [PATCH] betterdiscord stuff --- .gitignore | 3 ++ .../betterdiscord/plugins/0BDFDB.config.json | 15 +++++++ .../plugins/BetterRoleColors.config.json | 39 ++++++++++++++++++ .../plugins/GuildProfile.config.json | 6 +++ .../plugins/ImageUtilities.config.json | 40 +++++++++++++++++++ .../plugins/ShowHiddenChannels.config.json | 19 +++++++++ .../plugins/TypingUsersAvatars.config.json | 6 +++ .../plugins/ZeresPluginLibrary.config.json | 6 +++ .../themes/DiscordNight.theme.css | 30 ++++++++++++++ 9 files changed, 164 insertions(+) create mode 100755 applications/betterdiscord/plugins/0BDFDB.config.json create mode 100755 applications/betterdiscord/plugins/BetterRoleColors.config.json create mode 100755 applications/betterdiscord/plugins/GuildProfile.config.json create mode 100755 applications/betterdiscord/plugins/ImageUtilities.config.json create mode 100755 applications/betterdiscord/plugins/ShowHiddenChannels.config.json create mode 100755 applications/betterdiscord/plugins/TypingUsersAvatars.config.json create mode 100755 applications/betterdiscord/plugins/ZeresPluginLibrary.config.json create mode 100755 applications/betterdiscord/themes/DiscordNight.theme.css diff --git a/.gitignore b/.gitignore index c008f33..336eacb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ emacs/auto-save-list emacs/backup emacs/custom.el emacs/elpa +applications/betterdiscord/plugins/*.data.json +applications/betterdiscord/plugins/*.plugin.js +applications/betterdiscord/plugins/*.css diff --git a/applications/betterdiscord/plugins/0BDFDB.config.json b/applications/betterdiscord/plugins/0BDFDB.config.json new file mode 100755 index 0000000..6f17060 --- /dev/null +++ b/applications/betterdiscord/plugins/0BDFDB.config.json @@ -0,0 +1,15 @@ +{ + "changeLogs": { + "BDFDB": "1.7.1", + "ImageUtilities": "4.4.1", + "ShowHiddenChannels": "3.0.0" + }, + "choices": { + "toastPosition": "right" + }, + "general": { + "showSupportBadges": false, + "showToasts": false, + "useChromium": false + } +} \ No newline at end of file diff --git a/applications/betterdiscord/plugins/BetterRoleColors.config.json b/applications/betterdiscord/plugins/BetterRoleColors.config.json new file mode 100755 index 0000000..a21e24c --- /dev/null +++ b/applications/betterdiscord/plugins/BetterRoleColors.config.json @@ -0,0 +1,39 @@ +{ + "currentVersionInfo": { + "version": "0.8.14", + "hasShownChangelog": true + }, + "settings": { + "global": { + "important": false + }, + "modules": { + "typing": true, + "voice": true, + "mentions": true, + "botTags": true, + "memberList": true + }, + "popouts": { + "username": false, + "discriminator": false, + "nickname": true, + "fallback": true + }, + "modals": { + "username": true, + "discriminator": false + }, + "auditLog": { + "username": true, + "discriminator": false + }, + "account": { + "username": true, + "discriminator": false + }, + "mentions": { + "changeOnHover": true + } + } +} \ No newline at end of file diff --git a/applications/betterdiscord/plugins/GuildProfile.config.json b/applications/betterdiscord/plugins/GuildProfile.config.json new file mode 100755 index 0000000..156cfc8 --- /dev/null +++ b/applications/betterdiscord/plugins/GuildProfile.config.json @@ -0,0 +1,6 @@ +{ + "currentVersionInfo": { + "version": "1.1.0", + "hasShownChangelog": true + } +} \ No newline at end of file diff --git a/applications/betterdiscord/plugins/ImageUtilities.config.json b/applications/betterdiscord/plugins/ImageUtilities.config.json new file mode 100755 index 0000000..7f82273 --- /dev/null +++ b/applications/betterdiscord/plugins/ImageUtilities.config.json @@ -0,0 +1,40 @@ +{ + "amounts": { + "hoverDelay": 0 + }, + "engines": { + "_all": true, + "Baidu": true, + "Bing": true, + "Google": true, + "ImgOps": true, + "IQDB": true, + "Reddit": true, + "SauceNAO": true, + "Sogou": true, + "TinEye": true, + "WhatAnime": true, + "Yandex": true + }, + "general": { + "resizeImage": true, + "addDetails": true, + "showAsHeader": true, + "showOnHover": false, + "enableGallery": true, + "enableZoom": true, + "pixelZoom": false, + "enableCopyImg": true, + "enableSaveImg": true + }, + "places": { + "userAvatars": true, + "groupIcons": true, + "guildIcons": true, + "emojis": true + }, + "zoomSettings": { + "lensSize": 200, + "zoomLevel": 1.6999999999999997 + } +} \ No newline at end of file diff --git a/applications/betterdiscord/plugins/ShowHiddenChannels.config.json b/applications/betterdiscord/plugins/ShowHiddenChannels.config.json new file mode 100755 index 0000000..d4fd91e --- /dev/null +++ b/applications/betterdiscord/plugins/ShowHiddenChannels.config.json @@ -0,0 +1,19 @@ +{ + "blacklist": [], + "categorydata": [], + "channels": { + "GUILD_TEXT": true, + "GUILD_VOICE": true, + "GUILD_ANNOUNCEMENT": true, + "GUILD_STORE": true, + "GUILD_STAGE_VOICE": true + }, + "general": { + "alwaysCollapse": false, + "showForNormal": true, + "showVoiceUsers": true + }, + "sortOrder": { + "hidden": "native" + } +} \ No newline at end of file diff --git a/applications/betterdiscord/plugins/TypingUsersAvatars.config.json b/applications/betterdiscord/plugins/TypingUsersAvatars.config.json new file mode 100755 index 0000000..54b34aa --- /dev/null +++ b/applications/betterdiscord/plugins/TypingUsersAvatars.config.json @@ -0,0 +1,6 @@ +{ + "currentVersionInfo": { + "version": "1.0.2", + "hasShownChangelog": true + } +} \ No newline at end of file diff --git a/applications/betterdiscord/plugins/ZeresPluginLibrary.config.json b/applications/betterdiscord/plugins/ZeresPluginLibrary.config.json new file mode 100755 index 0000000..4b708ad --- /dev/null +++ b/applications/betterdiscord/plugins/ZeresPluginLibrary.config.json @@ -0,0 +1,6 @@ +{ + "currentVersionInfo": { + "version": "1.2.29", + "hasShownChangelog": true + } +} \ No newline at end of file diff --git a/applications/betterdiscord/themes/DiscordNight.theme.css b/applications/betterdiscord/themes/DiscordNight.theme.css new file mode 100755 index 0000000..e4f5b3a --- /dev/null +++ b/applications/betterdiscord/themes/DiscordNight.theme.css @@ -0,0 +1,30 @@ +/** + * @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; +}