Update BasicBackground.theme.css
This commit is contained in:
parent
111815ddca
commit
9e1f44a487
|
@ -11,15 +11,15 @@
|
|||
--accentcolor: 190,78,180; /* default: 190,78,180 (blurple: 114,137,218 bd-blue: 58,113,193) */
|
||||
|
||||
--background: url(https://mwittrien.github.io/BetterDiscordAddons/ThemesV2/BasicBackground/background.jpg); /* general background image */
|
||||
--backgroundsize: cover; /* default: cover (sizefit of general background - values: [cover/contain/auto]) */
|
||||
--backgroundsize: cover; /* default: cover (sizefit of general background - values: [cover/contain/auto]) */
|
||||
--backgroundblur: 0px; /* default: 0px (only works when --background is set to an image) */
|
||||
|
||||
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
|
||||
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout background - values: [cover/contain/auto]) */
|
||||
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout background - values: [cover/contain/auto]) */
|
||||
--popoutblur: 0px; /* default: 0px (only works when --popout is set to an image) */
|
||||
|
||||
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
|
||||
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop background - values: [cover/contain/auto]) */
|
||||
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop background - values: [cover/contain/auto]) */
|
||||
--backdropblur: 0px; /* default: 0px (only works when --backdrop is set to an image) */
|
||||
|
||||
--version1_0_5: none; /* DO NOT CHANGE, USED TO HIDE UPDATE NOTICE */
|
||||
|
|
Loading…
Reference in New Issue