Discord theme that will always match your wallpaper!
Because why not, I like having same theme on everything I thought it's cool.
- Compatible discord client
- One of color palettes generators:
- Vencord
- Vesktop
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
];
})
(Example from my config)
-
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.
Before you even start doing ANYTHING, you have to 8000 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'
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.
You can use -l
flag to use light mode like this (hellwal as backend ):
themecord -l
- dylanaraps for creating pywal and inspiration for other programmers
- refact0r for fixing miserable discord update and providing pretty and well-built discord theme