Skip to content

Discord by bombwastakenn

Details

Authorbombwastakenn

LicenseNo License

Categorydiscord.com

Created

Updated

Code size3.4 kB

Code checksum7a8a76ae

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           ? - May 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("example.com") {
    /* Insert code here... */
    :root {
	/* font, change to 'gg sans' for default discord font */
	--font: 'figtree';

	/* top left corner text */
	--corner-text: 'Nord';

	/* color of status indicators and window controls */
	--online-indicator: #a3be8c; /* change to #23a55a for default green */
	--dnd-indicator: #bf616a; /* change to #f13f43 for default red */
	--idle-indicator: #ebcb8b; /* change to #f0b232 for default yellow */
	--streaming-indicator: #b48ead; /* change to #593695 for default purple */

	/* accent colors */
	--accent-1: hsl(179, 25%, 65%); /* links */
	--accent-2: hsl(193, 43%, 67%); /* general unread/mention elements */
	--accent-3: hsl(193, 43%, 67%); /* accent buttons */
	--accent-4: hsl(193, 37%, 60%); /* accent buttons when hovered */
	--accent-5: hsl(193, 31%, 53%); /* accent buttons when clicked */
	--mention: hsla(193, 43%, 51%, 0.1); /* mentions & mention messages */
	--mention-hover: hsla(193, 43%, 51%, 0.05); /* mentions & mention messages when hovered */

	/* text colors */
	--text-0: #2e3440; /* text on colored elements */
	--text-1: #000000; /* other normally white text */
	--text-2: #e5e9f0; /* headings and important text */
	--text-3: #eceff4; /* normal text */
	--text-4: #000000; /* icon buttons and channels */
	--text-5: #434c5e; /* muted channels/chats and timestamps */

	/* background and dark colors */
	--bg-1: #434c5e; /* dark buttons when clicked */
	--bg-2: #3b4252; /* dark buttons */
	--bg-3: #2e3440; /* spacing, secondary elements */
	--bg-4: #272b35; /* main background color */
	--hover: hsla(220, 17%, 32%, 0.3); /* buttons when hovered */
	--active: hsla(220, 17%, 32%, 0.5); /* channels and buttons when clicked or selected */
	--message-hover: hsla(0, 0%, 0%, 0.1); /* messages when hovered */

	/* amount of spacing and padding */
	--spacing: 12px;

	/* animations */
	/* ALL ANIMATIONS CAN BE DISABLED WITH REDUCED MOTION IN DISCORD SETTINGS */
	--list-item-transition: 0.2s ease; /* channels/members/settings hover transition */
	--unread-bar-transition: 0.2s ease; /* unread bar moving into view transition */
	--moon-spin-transition: 0.4s ease; /* moon icon spin */
	--icon-spin-transition: 1s ease; /* round icon button spin (settings, emoji, etc.) */

	/* corner roundness (border-radius) */
	--roundness-xl: 22px; /* roundness of big panel outer corners */
	--roundness-l: 20px; /* popout panels */
	--roundness-m: 16px; /* smaller panels, images, embeds */
	--roundness-s: 12px; /* members, settings inputs */
	--roundness-xs: 10px; /* channels, buttons */
	--roundness-xxs: 8px; /* searchbar, small elements */

	/* direct messages moon icon */
	/* change to block to show, none to hide */
	--discord-icon: none; /* discord icon */
	--moon-icon: block; /* moon icon */
	--moon-icon-url: url('https://upload.wikimedia.org/wikipedia/commons/c/c4/Font_Awesome_5_solid_moon.svg'); /* custom icon url */
	--moon-icon-size: auto;

	/* filter uncolorable elements to fit theme */
	/* (just set to none, they're too much work to configure) */
	--login-bg-filter: none; /* login background artwork */
	--green-to-accent-3-filter: none; /* add friend page explore icon */
	--blurple-to-accent-3-filter: none; /* add friend page school icon */
}
}

Reviews

No reviews yet.