HOME | DD

d0d0g0ne — 7RDISCORDmenu

#discordtheme #discordbackground #openasar
Published: 2023-04-19 07:40:31 +0000 UTC; Views: 571; Favourites: 0; Downloads: 0
Redirect to original
Description discord waIIpaper for OpenASAR, this time themed after FinaI Fantasy 7 Remake

here's the absurdIy Iong css to paste in, credit to ClearVision Team for aII the CSS:

/**

 * name FF7R

 * author Daz4th, code  b o r r o w e d  from ClearVision Team

 * version 6.1.1

 * description Highly customizable and beautiful theme for BetterDiscord.

 * source github.com/ClearVision/ClearVi…

 * website clearvision.gitlab.io

 * invite dHaSxn3

*/


import url('clearvision.gitlab.io/v6/main.… );


:root {

  --main-color: rgba(108, 125, 255);

  --hover-color:  rgba(108, 125, 255);

  --success-color: #7300ff ;

  --danger-color: #FF4D00 ;

  --url-color: var(--main-color);

  --background-image: url('images-wixmp-ed30a86b8c4ca8877… );

  /**


  */

  --background-shading: 100%;

  --background-position: center;

  --background-size: cover;

  --background-repeat: no-repeat;

  --background-attachment: fixed;

  --background-brightness: 100%;

  --background-contrast: 100%;

  --background-saturation: 100%;

  --background-grayscale: 0%;

  --background-invert: 0%;

  --background-blur: 0px;

  --background-overlay: rgba(0, 0, 0, 0.0);

  --user-popout-image: url('clearvision.gitlab.io/images/s… );

  --user-popout-position: center;

  --user-popout-size: cover;

  --user-popout-repeat: no-repeat;

  --user-popout-attachment: fixed;

  --user-popout-brightness: 100%;

  --user-popout-contrast: 100%;

  --user-popout-saturation: 100%;

  --user-popout-grayscale: 0%;

  --user-popout-invert: 0%;

  --user-popout-blur: 3px;

  --user-modal-image: url('clearvision.gitlab.io/images/s… );

  --user-modal-position: center;

  --user-modal-size: cover;

  --user-modal-repeat: no-repeat;

  --user-modal-attachment: fixed;

  --user-modal-brightness: 100%;

  --user-modal-contrast: 100%;

  --user-modal-saturation: 100%;

  --user-modal-grayscale: 0%;

  --user-modal-invert: 0%;

  --user-modal-blur: 3px;

  --home-icon: url('clearvision.gitlab.io/icons/di… );

  --home-position: center;

  --home-size: 40px;

   --channel-unread: linear-gradient(to left, rgba(55, 0, 255, 0.148), rgb(108, 125, 255));

  --channel-color: rgb(0, 126, 157);

  --muted-color: rgba(255,255,255,0.1);

  --online-color: #e1d4ff ;

  --idle-color: #ff0000 ;

  --dnd-color: #FF0000 ;

  --streaming-color: #ff008c ;

  --offline-color: #22003c ;

  --main-font: Helvetica;

  --code-font: Consolas;

  --channels-width: 220px;

  --members-width: 240px;

  --backdrop-overlay: rgba(0, 0, 0, 0.017);

  --backdrop-image: var(--background-image);

  --backdrop-position: var(--background-position);

  --backdrop-size: var(--background-size);

  --backdrop-repeat: var(--background-repeat);

  --backdrop-attachment: var(--background-attachment);

  --backdrop-brightness: var(--background-brightness);

  --backdrop-contrast: var(--background-contrast);

  --backdrop-saturation: var(--background-saturation);

  --backdrop-invert: var(--background-invert);

  --backdrop-grayscale: var(--background-grayscale);

  --backdrop-sepia: var(--background-sepia);

  --backdrop-blur: var(--background-blur);

  --bd-blue: var(--main-color);

  --bd-blue-hover: var(--hover-color);

  --bd-blue-active: var(--hover-color);

}


/* Any custom CSS below here */




Related content
Comments: 0