SettingsModal

By DevilBro Version 1.0.1 Updated 11/18/2023 46.6K downloads

Turns Settings Windows like User-/Channel-/Serversettings and Boost Overview into Modals

layout customizable other

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

SettingsModal screenshot
SettingsModal.theme.css
GitHub

Open source

https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/87d5c052677ea8fa8acff2bf5d1ad2184ef9ea6d/Themes/SettingsModal/SettingsModal.theme.css
1/**
2 * @name SettingsModal
3 * @description Turns Settings Windows like User-/Channel-/Serversettings and Boost Overview into Modals
4 * @author DevilBro
5 * @version 1.0.1
6 * @authorId 278543574059057154
7 * @invite Jx3TjNS
8 * @donate https://www.paypal.me/MircoWittrien
9 * @patreon https://www.patreon.com/MircoWittrien
10 * @website https://mwittrien.github.io/
11 * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
12 * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css
13 *
14 * @var range settingswidth_s "Settings Width: [default] = 960px" [960, 540, 3840, 20]
15 * @var range settingsheight_s "Settings Height: [default] = 80vh" [80, 20, 100, 5]
16 * @var text settingsbackground_s "Settings Background: lowest BG Color of changed Windows, change it in case another Theme turns them transparent [default] = transparent" transparent
17 */
18
19@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.css);
20
21:root {
22 --settingswidth: 960; /* default: 960px (width of the settings modal, px) */
23 --settingsheight: 80; /* default: 80vh (height of the settings modal, vh) */
24 --settingsbackground: transparent; /* default: transparent (lowest BG Color of changed Windows, change it in case another Theme turns them transparent) */
25}