All Projects → Discord-Theme-Addons → gradientbuttons-v2

Discord-Theme-Addons / gradientbuttons-v2

Licence: MIT license
Spice up your Discord buttons with gradients!

Programming Languages

CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to gradientbuttons-v2

midnight-mars
A simple, nice looking and deep purple theme inspired by midnight on Mars!
Stars: ✭ 37 (+19.35%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme, vizality, vizality-theme
refined-user-connections
Adds a bit of a boom-shaka-laka to those user connections.
Stars: ✭ 15 (-51.61%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme, vizality, vizality-theme
discord-revamp
A revamp based on Discord's website.
Stars: ✭ 28 (-9.68%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme, vizality, vizality-theme
amoled-cord
A simple, no-bullshit AMOLED theme that's nice on your eyes. Lights out baby!
Stars: ✭ 144 (+364.52%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme, vizality, vizality-theme
LilyPichu
A theme based on @Melonturtle_ stream design
Stars: ✭ 68 (+119.35%)
Mutual labels:  betterdiscord, betterdiscord-theme, powercord, powercord-theme, vizality, vizality-theme
name-badges
Some nice custom badges for next to usernames.
Stars: ✭ 62 (+100%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord, powercord-theme
Tokyo-Night
A clean, dark Discord theme that celebrates the lights of Downtown Tokyo at night.
Stars: ✭ 46 (+48.39%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme, powercord-theme
CreArts-Discord
CreArts is an easily customizable theme that customizes the appearance.
Stars: ✭ 139 (+348.39%)
Mutual labels:  betterdiscord, powercord, vizality
iPadOS
Discord redesigned to be simplified. Design by jacktompsett on Behance.
Stars: ✭ 17 (-45.16%)
Mutual labels:  discord-theme, betterdiscord-theme, powercord-theme
RadialStatus
Changes the status icons to wrap around the avatar.
Stars: ✭ 69 (+122.58%)
Mutual labels:  discord-theme, betterdiscord-theme, powercord-theme
discord-theme
CSS Theme for Discord. (discontinued)
Stars: ✭ 16 (-48.39%)
Mutual labels:  discord-theme, betterdiscord, betterdiscord-theme
DiscordNight
An actual Dark/Nightmode Theme for Discord/BetterDiscord
Stars: ✭ 86 (+177.42%)
Mutual labels:  betterdiscord, betterdiscord-theme
HorizontalServerList
Moves the server list from the left to the top of Discord.
Stars: ✭ 36 (+16.13%)
Mutual labels:  discord-theme, powercord-theme
ClearVision-v6
Highly customizable theme for BetterDiscord.
Stars: ✭ 248 (+700%)
Mutual labels:  betterdiscord, betterdiscord-theme
WindowsXI
A Simple Theme Based On The New Windows 11! With Rounded Edges To Every Element Matching In Colour With Dark/Light Mode Variations & Border Radius' To Go Along With The Overall Theme, Enjoy! :)
Stars: ✭ 23 (-25.81%)
Mutual labels:  betterdiscord, powercord
Translucence
A translucent/frosted glass theme for Discord
Stars: ✭ 42 (+35.48%)
Mutual labels:  betterdiscord, betterdiscord-theme
better-status-indicators
A Powercord plug-in that provides enhanced functionality and personalization to statuses.
Stars: ✭ 68 (+119.35%)
Mutual labels:  powercord
Betterdiscordapp
Better Discord enhances Discord desktop app with new features.
Stars: ✭ 3,567 (+11406.45%)
Mutual labels:  betterdiscord
Fluent-Discord
Currently in-development Fluent Discord theme.
Stars: ✭ 22 (-29.03%)
Mutual labels:  betterdiscord
BetterDiscordPlugins
🔥 My collection of Discord plugins for BetterDiscord, the Discord enhancement project
Stars: ✭ 120 (+287.1%)
Mutual labels:  betterdiscord

MOVED

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

Downloads

Powercord & Vizality

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

BetterDiscord

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].