├── transparent.theme.css ├── README.md └── videoBackground.plugin.js /transparent.theme.css: -------------------------------------------------------------------------------- 1 | /** 2 | * @name Transparency for Video Background 3 | * @version 1.0 4 | * @description Transparency for Video Background 5 | * @source https://github.com/Fuguu/videoBackground 6 | * @authorId 83151710654038016 7 | * @author Fugu 8 | **/ 9 | 10 | .theme-dark{ 11 | /*change last value from 0.0-1.0 to adjust brightness*/ 12 | --background-tertiary: rgba(25, 25, 25, 0.70); 13 | --background-primary: transparent; 14 | --background-secondary: transparent; 15 | --background-secondary-alt: transparent; 16 | --channeltextarea-background: transparent; 17 | } 18 | 19 | 20 | .wrapper-3NnKdC, 21 | .scroller-1Bvpku, 22 | .app-2rEoOp, 23 | .theme-dark .container-1D34oG{ 24 | background: transparent; 25 | } 26 | 27 | 28 | .fullscreen-bg video, 29 | .fullscreen-bg-video{ 30 | position: fixed; 31 | top: 50%; left: 50%; 32 | z-index: -100; 33 | min-width: 100%; 34 | min-height: 100%; 35 | width: auto; 36 | height: auto; 37 | transform: translate(-50%, -50%); 38 | } 39 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Video Background for BetterDiscord 2 | NOTE: I've only tested this on Windows. 3 | 4 | This is a guide to using the plugin. When working, it will insert a `