/** * @name Red Love Clear * @version 1.2 * @description Clear-vision based theme. Nice and light red. * @author Zero Industries * @source https://github.com/Z3R0-CDS/BDThemes * @website https://zer0-industries.com * @updateUrl https://zer0-industries.com/static/bdthemes/ClearLight.theme.css */ @import url("https://zer0-industries.com/static/bdthemes/src/clear_light_base.css?v=1.2"); :root { --wallpaper: url('https://zer0-industries.com/static/bdthemes/assets/images/redlove.jpg');/* <- Edit wallpaper here*/ --main-color: #b000d3; /*Additional Images*/ --profile-view-popout--wallpaper: var(--wallpaper); --profile-view-big--wallpaper: var(--wallpaper); /*Additional Colors*/ --url-color: var(--main-color) }