This repository was archived by the owner on Jul 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.scss
More file actions
43 lines (36 loc) · 2.63 KB
/
index.scss
File metadata and controls
43 lines (36 loc) · 2.63 KB
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
33
34
35
36
37
38
39
40
41
42
43
//? This file is mostly for disabling stuff
//* To disable something add a "//"at the start of the thing you want to disable
//* Like this:
//@import './src/example/snippet';
//! Do not disable
@use "sass:color";
@import "./vars";
@import "./src/fonts/fonts";
@import "./src/main";
//? General
@import "./src/general/random-enhancements"; // Random stuff
@import "./src/general/removements"; // Remove certain things from Discord, because just why
@import "./src/general/fixes"; // Fixes some random stuff
@import "./src/general/blur"; // Blurs certain parts of Discord, such as your recent DMs and the "Active Now" panel
//? Snippets
@import "./src/snippets/custom-wordmark"; // Replaces the "Discord" on the titlebar with any text you want! (old font)
@import "./src/snippets/osx-titlebar"; // Makes the titlebar have more OSX-like buttons
@import "./src/snippets/embeds"; // Make images/embeds wrap instead of stacking on messages
@import "./src/snippets/no_dash/"; // Makes channel names have spaces instead of dashes
@import "./src/snippets/better-sidebar"; // Makes the icons on the dm channel list more compact and makes channel names have spaces instead of dashes
@import "./src/snippets/friend-grid"; // Makes your friend list be more grid-like (breaks if you have more than about 100 friends)
@import "./src/snippets/better-stage-discovery"; // Makes the stage discovery tab able to have multiple columns
@import "./src/snippets/better-nitro-tab"; // Adds a background and "improves" the UI of the Nitro tab
@import "./src/snippets/better-settings"; // Makes the settings tab look nicer by adding icons and making it "float"
//? User popouts/modals
@import "./src/user-popouts/main"; // The snippets in this category are made with this in mind, things will most likely break if you disable this
@import "./src/user-popouts/bigger-avatar"; // Self explanatory
@import "./src/user-popouts/spotify-buttons"; // Make the spotify activity buttons nicer
@import "./src/user-popouts/better-connections"; // Improves the icons for connections
@import "./src/user-popouts/better-activities"; // Brings back the colored activities in the style of https://github.com/Discord-Theme-Addons/amazing-activity-cards
//? Harmony
@import "./src/integrations/harmony"; // Just random "nice" changes, makes a lot of stuff be blurple. Mostly by https://github.com/KraXen72
//? Discolored
@import "./src/integrations/discolored"; // Makes Discord's "boring" SVGs colored By https://github.com/NYRI4 & https://github.com/Snapperito
//? Context menu icons
@import "./src/integrations/context-menu-icons"; // Adds icons to Discord's context menus (WIP)