Skip to content

sus by jimiskindasus

Details

Authorjimiskindasus

LicenseNo License

Categorydiscord styles

Created

Updated

Code size3.7 kB

Code checksum96950baf

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

:P

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         sus
@version      20211124.17.30
@namespace    userstyles.world/user/jimiskindasus
@description  :P
@author       jimiskindasus
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://discord.com") {
@import url('https://rmkx.github.io/Boreal/src/boreal.css'); /*Main CSS sheet*/ /*!!!I did not make this code, So the bugs are not my fault.!!!*/
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap'); /*Put your font url here*/

::-webkit-input-placeholder, body, button, input, select, textarea {
    font-family: "Rubik"; /*Change the font name you imported here*/
}

:root {
    --server-hiding-width: 2.5%; /*Amount that will be shown when the channels panel hides | Default 50px*/
    --members-hiding-width: 2.9%; /*Amount that will be shown when the server's members panel hides | Default 2.9%*/
    --showing-width: 10%; /*Amount that will be shown when the panels show | Default 13.5%*/
    --transition-speed: 3s; /*Changes the transition speed*/
    --hidden-background: rgba(0, 0, 0, 0); /*Background of the elements when hidden*/
    /*Background of the elements when showing*/
    --showing-background: linear-gradient(195deg, rgba(0, 0, 0, .395) 14%, rgba(37, 6, 91, .379) 35%, rgba(169, 0, 247, .379) 59%, rgba(34, 0, 77, .53) 87%, rgba(0, 0, 0, .63) 96%);
    
    --background-image: url(https://media.discordapp.net/attachments/912807465270280254/913117191111598132/discord_theme.jpg?width=1130&height=636); /*Change the link to your custom image (I would reccomend uploading the image to discord and copying the link to the image on discord) */
    --bg-blur: 0px; /*changes the blur of the background image*/
    --main-accent: rgb(85, 85, 85); /*Main accent of the theme for little elements*/
    --main-accent-rgb: 135, 3, 14; /*RGB code of main accent for some elements, change this if you change main accent*/
    --popout-blur: 2px; /*Changes the blur of elements that appear on screen*/
    --bg-opacity: 1; /*Changes the opacity of the background*/
    --links: rgb(255, 238, 0); /*Color for links*/
  
    --panel-boxes: rgba(0, 0, 0, .72); /*Changes the background of the surrounded panels*/
    --second-panel-bg: rgba(95, 15, 175, .51); /*changes the bg of panels that come out, like right clicking on a user*/
    --panel-border: 0px solid rgb(0, 0, 0); /*Changes the borders of the surrounded panels*/
    --panel-border-radius: 24px; /*Changes the radius of the surrounded panels*/
  
    --chat-hover: rgba(151, 15, 149, .55); /*Message background when hovering*/
    --embed-border: 0px; /*Makes it so some embeds in chat have their corresponding border | 0px = no borders*/
  
    --buttons-background: rgb(33, 27, 106); /*Changes the color of the buttons*/
    --buttons-border: 0px solid rgb(15, 22, 117); /*Changes the color of the buttons*/
    --buttons-radius: 20px; /*Changes the radius of the buttons*/
    --buttons-color: rgba(0, 16, 153, .93); /*Changes the color of the button text*/
  
    /*Changes the color of the background when hovering*/
    --element-hovered: linear-gradient(195deg, rgba(255, 255, 255, .395) 14%, rgba(22, 0, 132, .379) 35%, rgba(0, 1, 255, .52) 59%, rgba(0, 8, 117, .53) 87%, rgba(17, 19, 60, .63) 96%); 
    /*Code for the gradient*/
    --underline-gradient: linear-gradient(195deg, rgba(102, 81, 81, .395) 14%, rgba(35, 1, 57, .379) 35%, rgba(5, 0, 53, .34) 59%, rgba(152, 0, 172, .34) 87%, rgba(69, 0, 79, .53) 96%);
  
    --settings-width: 85%; /*Width for the settings window*/
    --settings-heigth: 85%; /*Width for the settings window*/
    --icon-padding: 10px; /*Changes the padding between the icon and the text | Default 35px*/
}
}

Reviews

No reviews yet.