Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuzumi-f/Discord-11
Theme based in windows 11 new UI | Support server: https://discord.gg/PsNtzGeHuW
https://github.com/zuzumi-f/Discord-11
betterdiscord betterdiscord-theme discord discord-theme stylus stylus-theme theme
Last synced: 2 months ago
JSON representation
Theme based in windows 11 new UI | Support server: https://discord.gg/PsNtzGeHuW
- Host: GitHub
- URL: https://github.com/zuzumi-f/Discord-11
- Owner: zuzumi-f
- Created: 2021-10-02T11:58:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T14:05:42.000Z (6 months ago)
- Last Synced: 2024-08-02T06:12:10.898Z (5 months ago)
- Topics: betterdiscord, betterdiscord-theme, discord, discord-theme, stylus, stylus-theme, theme
- Language: CSS
- Homepage:
- Size: 4.59 MB
- Stars: 119
- Watchers: 4
- Forks: 116
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- WinUI-3-Apps-List - Discord-11
README
# Discord 11
### [Version 4 is out!](https://github.com/zuzumi-f/Discord-11/blob/main/Discord11.theme.css)
A theme based on Windows 11's UI - by [zuzumi](https://github.com/zuzumi-f)
Special thanks to [Agentseed](https://github.com/agent-seed) for maintaining the theme while I wasn't here
- [Discord 11](#discord-11)
- [Windows 11 UI](#design)
- [Install](#install)
- Third party Discord clients
- UserStyle (Stylus, Stylish etc.)
- [Screenshots](#screenshots)
- [Dark mode](#dark-mode-details)
- [Light mode + glass effect](#light-mode-glass-details)
- [Customization](#customization)
- [Third party Discord clients](#customization-third-party)
- [UserStyle (Stylus)](#customization-userstyle-stylus)
- [Used Addons](#used-addons)## Design
You can find all the values of Windows 11's UI [here](https://www.figma.com/community/file/1159947337437047524)
[![image](https://user-images.githubusercontent.com/79029257/198903356-9c6463b9-dc84-420e-a932-98f647408000.png)](https://www.figma.com/community/file/1159947337437047524)
## Install
### Third party Discord clients
- BandagedBD
- Install from https://betterdiscord.app/theme/Discord%2011
- Goosemod, Powercord, Replugged
- Go to Settings > Plugins > Custom CSS
- Copy [Discord11.theme.css](Discord11.theme.css) contents and paste into the input box### UserStyle (Stylus, Stylish etc.)
- Open https://github.com/zuzumi-f/Discord-11/raw/main/Discord11.user.css
- Customize for your needs and click install
> Note: You need to enable CSP patching from your extension's settings, and make sure you don't have anohter extension that patches CSP. Otherwise theme won't work.## Screenshots
Dark mode
![image](https://github.com/zuzumi-f/Discord-11/assets/79029257/c0d5ab60-9513-4e67-a33b-98361f2a6ac2)
![image](https://github.com/zuzumi-f/Discord-11/assets/79029257/e7c9b644-8170-4b81-bddc-12cdd580df28)Light mode + glass effect
![image](https://github.com/zuzumi-f/Discord-11/assets/79029257/ba662175-dd26-4fa6-9169-3ffc53783986)
![image](https://github.com/zuzumi-f/Discord-11/assets/79029257/56134e12-3dff-42c5-9a64-96a12031108c)## Customization
Third party Discord clients
![Customize theme step 1](https://user-images.githubusercontent.com/79029257/196771736-bf0421c8-1d16-490e-8003-6c04086224e9.png)
![Customize theme step 2](https://user-images.githubusercontent.com/79029257/196772831-6f14281e-2731-47ee-b02e-90eef7e656e1.png)You can write any other code at the bottom of the file
![Customize theme step 3](https://user-images.githubusercontent.com/79029257/185492619-98009f68-31c4-4a59-a8dc-e515d22b4363.png)
UserStyle (Stylus)
![Customize theme step 1](https://i.imgur.com/G88mLLd.png)
## Compatibility
### [Horizontial Server List](https://betterdiscord.app/theme/Horizontal%20Server%20List)
You need to add the following CSS to the theme's CSS for it to work. [Check here for how customize the CSS](#customization).
```css
/* HSL on Top */
#app-mount .guilds_a4d4d9 [class*=expandedFolderBackground] {
border-radius: var(--winrad2) !important;
left: calc(var(--server-size)/2) !important;
}
#app-mount .guilds_a4d4d9 .wrapper_fd07a3 {
height: auto !important;
width: 0px !important;
top: calc(-50% + 1px) !important;
margin-left: 0px !important;
}
#app-mount .guilds_a4d4d9 [class*=pill] span {
border-radius: 1.5px !important;
}
#app-mount .listItem_c96c45 {
width: fit-content !important;
margin: 0 12px 6px !important;
}
.tutorialContainer_c96c45 + .listItem_c96c45 {
position: fixed !important;
}
#app-mount .base_a4d4d9 {
border-left: none;
border-top-left-radius: 0px;
}
```## Used Addons
- Fluent Icons by **[Stickfab](https://github.com/stickfab/pc-fluenticons)**
- Emoji Replace by **[DevilBro](https://github.com/mwittrien/BetterDiscordAddons/blob/master/Themes/EmojiReplace/EmojiReplace.theme.css)**
- FriendsGrid by **[CorellanStoma](https://github.com/CreArts-Community/Friends-Grid)**
- BearableInbox by **[Disease](https://github.com/maenDisease/BetterDiscordStuff/blob/main/css/bearableInbox.css)**