https://github.com/refact0r/midnight-discord
a dark, customizable discord theme.
https://github.com/refact0r/midnight-discord
betterdiscord betterdiscord-theme css css-theme dark-theme discord discord-theme theme vencord vencord-theme
Last synced: 5 months ago
JSON representation
a dark, customizable discord theme.
- Host: GitHub
- URL: https://github.com/refact0r/midnight-discord
- Owner: refact0r
- License: mit
- Created: 2021-10-02T16:58:53.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T23:54:32.000Z (5 months ago)
- Last Synced: 2025-05-03T00:28:58.499Z (5 months ago)
- Topics: betterdiscord, betterdiscord-theme, css, css-theme, dark-theme, discord, discord-theme, theme, vencord, vencord-theme
- Language: CSS
- Homepage: https://betterdiscord.app/theme/midnight
- Size: 3.79 MB
- Stars: 1,012
- Watchers: 10
- Forks: 416
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# midnight
a dark, customizable discord theme.
## install
### vencord/betterdiscord (or any client that supports theme files)
1. download the theme file, [`midnight.theme.css`](https://github.com/refact0r/midnight-discord/blob/master/themes/midnight.theme.css). (there should be a download button at the top right of the page)
2. drag the file into your theme folder. (there should be a button to open the theme folder in theme settings)
3. (optional) customize the theme by editing the options in `midnight.theme.css`.### install through link
add `https://refact0r.github.io/midnight-discord/build/midnight.css` to your theme import links. you will need to copy the theme variables to your quickcss in order to customize the theme.
## flavors
flavors are preset customizations for midnight. screenshots coming soon!
to use a flavor, follow the install instructions above but download the flavor theme file of your choice instead of `midnight.theme.css`.
- [background](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-background.theme.css) (background image + transparent blurred panels)
- [catppuccin mocha](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-catppuccin-mocha.theme.css)
- [catppuccin macchiato](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-catppuccin-macchiato.theme.css)
- [nord](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-nord.theme.css)
- [rose pine](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-rose-pine.theme.css)
- [rose pine moon](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-rose-pine-moon.theme.css)
- [tokyo night](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-tokyo-night.theme.css)
- [vencord](https://github.com/refact0r/midnight-discord/blob/master/themes/flavors/midnight-vencord.theme.css)## discord server
need help? want to give feedback? want to be notified about upcoming changes? join
## contributing
this theme uses a dev script to check for changes in the source css files and combine them into a build file. to run locally:
1. clone the repository.
2. run `npm i`.
3. create a `.env` file in the project root with the paths of any local theme files you want to update (comma separated)```
DEV_OUTPUT_PATH=C:\Users\USERNAME\AppData\Roaming\Vencord\themes\midnight-dev.theme.css
```4. run `npm run dev`.
5. make changes to any file in `/src` or the main theme file. the local theme files you listed will automatically be updated, along with the build file in `/build`.
6. make a pull request with your changes!## credits
original design inspired by
window controls inspired by
thanks to all the [contributors](https://github.com/refact0r/midnight-discord/graphs/contributors)!