unshittify-discord

UnShittify Discord

By @nak.kiwi (You can call me Nakki, feel free visit wy cozy website at nak.kiwi) :3

A personal project to fix the design mistakes and disalignments in the Discord app. If it’s unreadable, it’s by design, I didn’t want you to steal my secret sauce.

Disclaimer: This is a discord unoficcial theme, it is not affiliated with Discord in any way. If you are discord and wish for this to be taken down, please message me at hello@nak.kiwi

image


Installation (Vencord/BetterDiscord/Browser)

Option 1: Download Importer (Auto Update)

Download UnShittify.theme.css or UnShittifyRounded.theme.css and add it to your themes folder.

You won’t need both themes for rounded icons.

Option 2: Online Themes (Auto Update, no settings available)

Add the following line to your “Online Themes” imports:

https://mairiosipla.github.io/unshittify-discord/UnShittifySource.theme.css

And the following for rounded icons:

https://mairiosipla.github.io/unshittify-discord/RoundIconsSource.theme.css

[!NOTE]
You’ll need both themes for rounded icons.

Option 3 (For Bowsers using UserCSS extensions)

There are extra options: RoundIcons and RefreshedSeamlessChatBar Toggles.

Check out https://userstyles.world/style/21817

Option 4: Download Source (No Automatic Updates)

Download the raw CSS files:

And place them in your themes folder.

[!NOTE]
You’ll need both themes for rounded icons.


Use to Create Other Themes

Simply add this CSS at the top of your file:

@import url("https://mairiosipla.github.io/unshittify-discord/UnShittifySource.theme.css");

Optionally, you can also include rounded icons:

@import url("https://mairiosipla.github.io/unshittify-discord/RoundIconsSource.theme.css");

[!NOTE]
You’ll need both themes for rounded icons.


Features


Settings

If using Installation methods 1 or 4, you can change the following settings by opening the theme.css file in a text editor:

/* SETTINGS */
:root {
	/* Right padding of the top bar */
	--top-bar-padding: 220px;
	/* Icon scale */
	--icon-scale: 1;

	/* NSPG911 Refreshed Seamless Chat Bar */
	/* Custom padding for the chat box */
	--rscb-chat-box-padding: 8px;
	/* Whether you want the chat to not move up and down when someone starts typing */
	--rscb-no-jump-chat: 0;
}

Known Issues


Contributing

As long as you run the code through Prettier and use tabs instead of spaces, you’re good to go. 😄 Just open a pull request.

Discord will sometimes change classes between versions, to keep old clients supported adding classes is preferred (instead of replacing them).


License

See LICENSE.md

Credits

Thanks to @nspc911 for the Refreshed Seamless Chat Bar, Provided under the following license:

MIT License

Copyright (c) 2024 NSPC911

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.