Discord theme that will always match your wallpaper!
Because why not, I like pywal and I thought it's cool.
Like in title, overall discord theme, but Themecord also contains little animations on cursor hover
- Compatible discord client
- python-pywal or wallust
- Vencord
- Vesktop
Before you even start doing ANYTHING, you have to choose if you wanna use pywal or wallust
./css/pywal/colors-discord.css
to ~/.config/wal/templates/
folder
./css/wallust/colors-discord.css
to ~/.config/wallust/templates/
folder
also add to ~/.config/wallust/wallust.toml
required config:
[templates]
themecord.template = "colors-discord.css"
themecord.target = '~/.cache/wallust/colors-discord.css'
- Install supported discord client
- Look into # Generating colorscheme Section
- Copy
Themecord.css
andThemecordFiller.css.themecord
from./css
folder to your~/.config/DISCORDCLIENT/themes/
- In your discord client, go to themes and select Themecord from available themes.
- Now when change your wallpaper using pywal, run
./scripts/themecord.sh
and your discord theme will be applied.
- Add themecord to inputs(just like home-manager) in your config flake:
themecord = {
url = "github:danihek/themecord";
inputs.nixpkgs.follows = "nixpkgs";
};
- Add as a module:
({ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
themecord.packages.x86_64-linux.default
];
})
-
Rebuild your configuration and run
themecord
-
If you used pywal before, then theme should work out of the box
-
Now you can use command
themecord
right after pywal, and your discord client will update it's theme.
In folder ./nix
you can see example how I added to my flake wallust and pywal.
In folder ./example
you see example script which you can use as your template in your own script/config and edit to your needs. Enjoy theme'in!!