SimpleAndClean aims to deliver as clean of a UI as possible without nipping functionality. It ensures seamless integration and customizability for both casual users and developers alike.
Please note this is an active project—if you encounter issues or visual inconsistencies, open an issue so I can fix it promptly. Thank you for supporting the theme! :3
- No branding or titlebar
Keep things clean. Use native Windows shortcuts likeWin + ↑
orWin + ↓
to manage window sizing.
Tip
With the title bar removed, you may want to install AltSnap – a lightweight utility that lets you drag/resize windows by holding Alt
and clicking anywhere in the window.
-
Full Vencord compatibility
Built and tested with Vencord to ensure consistent experience. -
Custom background and icons
Personalize your setup with aesthetic visuals that still feel native to Discord. -
Pre Visual Refresh styling
Restores some of the older styling decisions like circlular guild icons. -
Extensive color palette
A wide range of colors to match your style and mood. -
Accessibility first design
Prioritizes accessible features so they will always work. -
Developer-friendly comments
Every element is clearly labeled in the source, making it easy to tweak and extend.
If you're just interested in changing things like the backgrounds, you can simply install themes by importing them using a link to the raw theme.css file.
-
Navigate to
Settings
>Vencord
>Themes
>Online Themes
-
Copy and Paste
https://raw.githubusercontent.com/akrossu/SimpleAndClean/refs/heads/main/SimpleAndClean.theme.css
into the textbox.
You may edit custom properties found in the theme file by navigating to Settings
> Vencord
> Themes
> Local Themes
> Edit QuickCSS
- By placing the custom property definition within a
:root
selector for example you may add custom backgrounds for both the Online and Local themes:
Note that you may only use web images.
:root {
--app-bg-url: url('https://4kwallpapers.com/images/walls/thumbs_3t/5669.jpg') !important;
}
-
Head over to the Latest Release and download
SimpleAndClean.theme.css
-
Navigate to the Vencord Themes folder:
Settings
>Vencord
>Themes
>Local Themes
>Open Themes Folder
-
Place
SimpleAndClean.theme.css
in the folder -
Make sure to click
Load Missing Themes
to load your new theme!
Important
BetterDiscord is not entirely supported as of right now, but I will be slowly adding specific platform support as soon as core features work.
-
Download the latest release of the theme:
- From the BetterDiscord Website
- Latest Release and download
SimpleAndClean.theme.css
-
Navigate to the BetterDiscord Themes folder:
Settings
>BetterDiscord
>Themes
>Open Themes Folder
-
Place
SimpleAndClean.theme.css
in the folder
Note: My previous theme fork, ModifiedRoundedDark, is no longer in active development. Future updates will focus on SimpleAndClean.
If you enjoy the theme or run into bugs, feel free to open an issue or reach out to me. Suggestions and contributions are always welcome!
Thank you for using SimpleAndClean 💚