FilipLitwora / pywal-discord

🎨 A script that dynamically generates discord theme based on the current wal colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pywal-discord

Pywal-discord is a tool that makes and applies theme to discord with colors generated by pywal

Requires:

  • any css loader for discord (default configuration for BetterDiscord)
  • pywal (pip install --user pywal)

Works on:

  • Linux
  • MacOS

Installation:

Arch Linux

pywal-discord is available in the Arch Linux repos as pywal-discord-git.

Manual/Git install
cd pywal-discord
./install

gif

Configuration

Add your themes to $HOME/.config/pywal-discord/ ($HOME/.config/pywal-discord-themes/ on MacOS) following the pywal-discord-<theme_name>.css format.

You can copy /usr/share/pywal-discord/pywal-discord-default.css to use as a template.

To use the themes simply call pywal-discord -t <theme_name>.

Theme made by abou123

to use this theme

./pywal-discord -t abou

gif

About

🎨 A script that dynamically generates discord theme based on the current wal colorscheme

License:GNU General Public License v3.0


Languages

Language:CSS 91.7%Language:Shell 8.3%