/**
 * @name Sharp And Simple
 * @author morebagels 
 * @version 1.1.0
 * @description very cut down theme designed to get as much of the noise and roundness out as i can manage
 * @source 
 * @invite 
*/

@import url("https://discordstyles.github.io/RadialStatus/RadialStatus.css");
@import url('https://abbie.github.io/discord-css/import.css');

:root {
    /*
   * RadialStatus veriables
   */
    --rs-avatar-shape: 0px; /*roundness of corner of radial variables*/
    --rs-small-spacing: 2px; /* Spacing between profile image and outer ring on small icons (e.g. member list) | Default: 2px */
    --rs-medium-spacing: 4px; /* Spacing between profile image and outer ring on medium icons (e.g. user popout) | Default: 4px */
    --rs-large-spacing: 4px; /* Spacing between profile image and outer ring on medium icons (e.g. user popout fullscreen) | Default: 4px */
    --rs-small-width: 2px; /* Ring width (follows same sizing as above) | Default: 1.5px */
    --rs-medium-width: 4px; /* Default: 2px */
    --rs-large-width: 4px; /* Default: 2px */
    /* Customizable colors */
    --rs-online-color: #43b581; /* Default: #43b581 */
    --rs-idle-color: #faa61a; /* Default: #faa61a */
    --rs-dnd-color: #f04747; /* Default: #f04747 */
    --rs-offline-color: #636b75; /* Default: #636b75 */
    --rs-streaming-color: #643da7; /* Default: #643da7 */
    --rs-invisible-color: #121214; /* Default: #747f8d */
    --rs-phone-color: var(
        --rs-online-color
    ); /* Color of the phone for mobile users | Default: var(--rs-online-color) */
    --rs-phone-visible: block; /* Visibility of the phone for mobile users | Default: block */
    /*
   * snippet for trimming
   */	
    --\\--compact-title-bar: true;
    --\\--compact-input-box: true;
    --\\--compact-context-menu: true;
    --\\--compact-user-area: true;
    --\\--compact-channel-categories: true;
    --\\--compact-server-list: true;

    --\\--hide-nameplates: true;
    --\\--hide-guild-tags: true;
    --\\--hide-profile-effects: true;
    --\\--hide-avatar-decorations: true;
    --\\--hide-gradient-glow-usernames: true;
    --\\--hide-server-boost-goal: true;
    --\\--hide-server-activity: true;
    --\\--hide-user-activity: true;
    --\\--hide-context-menu-quick-reactions: true;
    --\\--hide-hover-quick-reactions: false;
    --\\--hide-image-edit-button: true;
    --\\--hide-gif-button: false;
    --\\--hide-sticker-button: false;
    --\\--hide-emoji-button: false;
    --\\--hide-apps-button: true;
    --\\--hide-gift-button: true;
    --\\--hide-help-button: false;
    --\\--hide-shop-button: false;
    --\\--hide-nitro-button: true;
    --\\--hide-active-now: true;
    --\\--hide-nitro-upsells: true;
    --\\--hide-vencord-desktop-platform-indicator: true;
    --\\--hide-cluttery-badges: false;
    /* ^ hides quest, hypesquad, active dev, and discriminator badges */

    --\\--darker-scrollbar: true;
    --\\--darker-hovered-message: true;
    --\\--prevent-sidebar-resizing: false;
    --\\--fix-minor-icon-misalignments: true;
}
