forked from gwennlbh/Frostify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser.styl
More file actions
29 lines (24 loc) · 687 Bytes
/
Copy pathuser.styl
File metadata and controls
29 lines (24 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@import "vars"
:root {
--bg1: url("https://wallpapersite.com/images/pages/pic_w/14537.jpg");
--bg2: url("https://i.pinimg.com/originals/da/ec/8d/daec8d755fe71408084e214a7b17460f.jpg");
--bg3: url("https://wallpapershome.com/images/pages/pic_hs/5321.jpg");
--bg: var(--bg2);
--bgcolor: #333;
--accent-color: #fd5252;
--accent-gradient: accent-gradient;
--accent: var(--accent-gradient);
--overlay: rgba(0,0,0,0.1);
// blur switches
--wallblur: 15px;
--sideblur: 0px;
--bannerblur: 0px;
--friendblur: 0px;
--musicplayerblur: 0px;
--accentblur: 0px;
--blur: 0px;
// switches
--turn-album-wall-on: 1;
--turn-wall-on: 0;
}
@import "/src/base.styl"