-
I'm new to using powercord, so I may just be missing something but cloning the powercord theme into the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Did you run
|
Beta Was this translation helpful? Give feedback.
-
To install the powercord theme:
|
Beta Was this translation helpful? Give feedback.
-
Uhh... Kinda late but the master branch is no longer maintained. Here's how to compile the theme on the rewrite branch. sudo pacman -S nodejs # Cause we need yarn. Fuck you npm
sudo corepack enable # Yarn is now shipped with nodejs >= 16.10
cd YOUR/POWERCORD/THEMES/FOLDER
git clone https://github.com/janleigh/discord-css && cd discord-css
yarn build # Compile the theme |
Beta Was this translation helpful? Give feedback.
Uhh... Kinda late but the master branch is no longer maintained. Here's how to compile the theme on the rewrite branch.