Installing the theme on Discord web - MythikAngel/miku-discord-theme GitHub Wiki

If you wish to use the theme on in your web browser, please follow the follow steps.

  1. Install Stylus
  2. Login to Discord Web
  3. Click on the Stylus icon in your browser toolbar and click "Write style for..."

  1. Paste the following code in the editor
/* Importing CSS */
@import url("https://mythikangel.github.io/miku-discord-theme/miku.css");

/*
--|Customizing theme|--
Change these values to customize the colors and avatar-roundness of the theme.
More information and instructions can be found on the Wiki:
https://github.com/MythikAngel/miku-discord-theme/wiki/Customizing-theme
*/
:root {
	--main-color: #E20B6C;
	--hover-color: #C60962;
	--avatar-radius: 0px; /* Set to 0px for square avatars and to 50px for round avatars */
}

Screenshot

  1. (Optional) Customize the theme (see the Customizing theme guide) for more info

  2. Click "Save"

The theme should now be installed and will be automatically updated