Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

discord-extensions-archived/gradient-buttonsv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.