This addon has been moved to a snippets repository. You can find it located here.
Head over to your Themes folder -> open your terminal of choice -> copy-paste the following, then press enter:
git clone https://github.com/discord-extensions/gradient-buttons
- Install the browser extension for your respective browser.
- Once you have the browser extension, head over to this link. It will open a new window to the page to install the style.
- Press the "Install Style" button.
If you dislike the transitions on hover, you can simply just disable them using the variables. Head over to the root and paste the following under /* Transitions */
.
:root {
/* Transitions */
--button-transition: none;
--font-default: 500;
--font-hover: var(--font-default);
--fontsize-hover: 14px;
--transform-normal: scale(1);
--transform-hover: var(--transform-normal);
--button-transform-hover: var(--transform-normal);
}
Hoofer | botato |
If you are having any issues with the theme, feel free to join the support server, or make an issue on this repository.