Skip to content

danihek/Themecord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Themecord

Discord theme that will always match your wallpaper!

drawing

Dependecies

  • python-pywal
  • Compatible discord client

Supported Clients:

  • Vencord
  • Vesktop

Installation (NixOS)

  1. Add themecord to inputs(just like home-manager) in your config flake:
themecord = {
   url = "github:danihek/themecord";
   inputs.nixpkgs.follows = "nixpkgs";
 };
  1. Add as a module:
({ config, pkgs, ... }: {
  environment.systemPackages = with pkgs; [
  themecord.packages.x86_64-linux.default
  ];
})

(Example from my config) alt text

  1. Rebuild your configuration and run themecord

  2. Go to discord client and turn on Themecord alt text

  3. If you used pywal before, then theme should work out of the box alt text

  4. Now you can use command themecord right after pywal, and your discord client will update it's theme.

Installation (Manual)

  1. Install supported discord client
  2. Copy colors-discord.css from ./css folder to your ~/.config/wal/templates/
  3. Copy Themecord.css and ThemecordFiller.css.themecord from ./css folder to your ~/.config/DISCORDCLIENT/themes/
  4. In your discord client, go to themes and select Themecord from available themes.
  5. Now when will you change your wallpaper using pywal, run ./scripts/themecord.sh and your discord theme will be applied.

Example usage

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!!

Showcase

alt text alt text alt text alt text alt text

alt text alt text alt text alt text

Releases

No releases published

Packages

No packages published