discord-extensions-archived / gradient-buttonsv2

Spice up your Discord buttons with gradients!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOVED

This addon has been moved to a snippets repository. You can find it located here.

Downloads

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

Stylus

  1. Install the browser extension for your respective browser.
  2. Once you have the browser extension, head over to this link. It will open a new window to the page to install the style.
  3. Press the "Install Style" button.

Disabling Transitions

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);
}

Contributors

Hoofer botato

Support Server

If you are having any issues with the theme, feel free to join the support server, or make an issue on this repository.

About

Spice up your Discord buttons with gradients!

License:MIT License


Languages

Language:CSS 61.3%Language:SCSS 38.7%