Ultra
A Smooth, Black theme
227
Live preview
Full Discord interface with this theme applied โ powered by ThemePreview.
Screenshot
1
/**2
* @name Ultra3
* @version 1.0.74
* @author TheCommieAxolotl#00015
* @authorId 5384879704083005446
* @description A Smooth, Black theme7
* @source https://github.com/TheCommieAxolotl/BetterDiscord-Stuff/tree/main/Ultra8
* @website https://thecommieaxolotl.netlify.app/9
* @donate https://github.com/sponsors/thecommieaxolotl10
* @invite g2KnUw7u7N11
*/12
13
/* Imports */14
@import url("https://discord-custom-covers.github.io/usrbg/dist/usrbg.css");15
@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Imports/Touchup.css");16
@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Imports/UserBadges.css");17
@import url("https://maendisease.github.io/BetterDiscordStuff/css/bettterInvites.css");18
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;200;400;500;600;700&display=swap");19
@import url("https://fonts.googleapis.com/css2?family=Source Code Pro:wght@550&display=swap");20
21
/* Source */22
@import url("https://thecommieaxolotl.github.io/BetterDiscord-Stuff/Ultra/Clients/betterdiscord.css");23
24
:root,25
.theme-dark {26
--text-normal: #dcddde;27
--text-muted: #4a4a52;28
--text-link: #6e6af6;29
--text-positive: #50dc7d;30
--text-warning: #8d4949;31
--text-danger: #8d4949;32
--text-brand: #6e6af6;33
--interactive-normal: #b9bbbe;34
--interactive-hover: #dcddde;35
--interactive-active: #c9ced0;36
--interactive-muted: #4f545c;37
--background-primary: #101014;38
--background-secondary: #17161b;39
--background-secondary-alt: #17161b;40
--background-tertiary: #101014;41
--background-accent: #4f545c;42
--background-floating: #17161b;43
--modal-background: #101014;44
--channeltextarea-background: #17161b;45
--info-positive-text: #fff;46
--info-warning-text: #fff;47
--info-warning-foreground: #6e6af6;48
--info-danger-text: #fff;49
--info-help-text: #fff;50
--status-warning-text: #000;51
--background-mentioned: #6f6af62c;52
--background-mentioned-hover: #6f6af615;53
--background-message-hover: rgba(4, 4, 5, 0.07);54
--scrollbar-auto-thumb: #6e6af6;55
--brand-experiment: #6e6af6;56
--brand-experiment-hover: #6f6af64d;57
--brand-experiment-560: #6e6af6;58
--channels-default: #4a4a52;59
--selected-indicator: #97ffa5;60
--hover-indicator: #ffffff;61
--font: "Lato";62
--code-font: "Source Code Pro";63
--boost-bar: none;64
}65
66
/* Made By The Commie Axolotl */67