/** * @name Zero Industries Clear * @version 1.3 * @description Clear-vision. Single url theme or use up to 3 background different images. Default no specific image (light size). * @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 */ /** Changes 1.3: Added more possible/optional font changes Changed primary font Changes 1.2: Added more possible/optional color changes Changes 1.1: Added url color option Changed design for better overview */ @import url("https://zer0-industries.com/static/bdthemes/src/clear_light_base.css?v=1.2"); :root { --wallpaper: url('https://www.refinery29.com/images/10512520.jpg');/* <- Edit wallpaper here*/ --main-color: #7e4ebb; /*Additional Images*/ --profile-view-popout--wallpaper: var(--wallpaper); --profile-view-big--wallpaper: var(--wallpaper); /*Additional Colors*/ --url-color: var(--main-color); --channel-unread: var(--main-color); /*Fonts*/ --main-font: Gill Sans, Helvetica Neue, Helvetica, Arial, sans-serif; }