-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
DNOME.less
32 lines (26 loc) · 985 Bytes
/
DNOME.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
@accent_name: "blue"; // blue, green, orange, pink, purple, red, slate, teal, yellow
// DNOME version (can be seen in Discord settings).
@version: "3.4.0";
// The way Discord loads channels in the sidebar
// depends on the channel tab height, making it
// constantly change its size on guilds with
// many channels. Turn this to false for bigger
// channel tabs.
@fix_scrollbar_bug: true;
// Whether to disable the fancy attribution
// in settings. It will instead add a DNOME
// version entry above the others matching
// their style.
// If you are distributing DNOME with it
// disabled, consider:
// https://geopjr.dev/donate
@attribution: true;
@import (optional) "override_accent.less";
// The CSS variables for light and dark mode.
@import "modules/variables/index.less";
// Entrypoint
@import "modules/index.less";
// Removes dark marketing patterns on Discord.
// e.g. Buttons having a shine animation or
// a gift button in the message bar.
@import "modules/nitro.less";