mirror of
https://github.com/refact0r/midnight-discord.git
synced 2026-08-22 16:21:13 +02:00
772 B
772 B
contributing
this theme uses a dev script to check for changes in the /src .css files and combine them into a build file in /build. note that both the /src files and the /build file are tracked in git, so any changes you contribute should exist in both places!!
to run locally:
- clone the repository.
- run
npm i. - create a
.envfile 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
- run
npm run dev. - make changes to any file in
/srcor the main theme file. the local theme files you listed will automatically be updated, along with the build file in/build. - make a pull request with your changes!