Discord theme that will always match your wallpaper!
Because why not, I like having same theme on everything I thought it's cool.
Like in title, overall discord theme, but Themecord also contains little animations on cursor hover on specific objects, list etc.
- Compatible discord client
- One of color palettes generators:
- Vencord
- Vesktop
Before you even start doing ANYTHING, you have to choose if you wanna use pywal or wallust
./css/hellwal/discord-colors.css
to ~/.config/hellwal/templates/
folder
./css/pywal/discord-colors.css
to ~/.config/wal/templates/
folder
./css/wallust/discord-colors.css
to ~/.config/wallust/templates/
folder
also add to ~/.config/wallust/wallust.toml
required config:
[templates]
themecord.template = "discord-colors.css"
themecord.target = '~/.cache/wallust/discord-colors.css'
yay -S themecord
- Install supported discord client
- Download themecord from release page
- Look into # Generating colorscheme Section
- In your discord client, go to themes and select Themecord from available themes.
- Now after you run hellwal, pywal or wallust run
./themecord
and your discord theme will be applied.
You can put it in /usr/local/bin/
for ease of use
- 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
-
Go to discord client and select Themecord from available themes
-
Now after you run hellwal, pywal or wallust run
./themecord
and your discord theme will be applied. and your discord client will update it's theme.
In folder ./nix
you can see example how I added to my flake hellwal, wallust and pywal templates.
In folder ./example
you see example script which you can use as your template in your own script/config for changing wallpapers and edit to your needs.