-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnatsumi-config.css
56 lines (44 loc) · 1.56 KB
/
natsumi-config.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/* ==== Config ==== */
/*
Feel free to change these values to whatever you want, as long
as they use the correct format.
*/
* {
/* Accent color */
--natsumi-accent-color: var(--zen-primary-color);
--natsumi-pages-accent-color: #aac7ff;
/* Natsumi Glass Effect */
--glass-blur-radius: 20px;
--glass-shadow-size: 10px;
--glass-shadow-opacity: 75%;
/* Natsumi URLbar appear animations */
--urlbar-appear-animation-duration: 0.25s;
--urlbar-results-animation-duration: 0.5s;
--urlbar-individual-result-animation-duration: 1s;
--urlbar-individual-result-animation-delay: 0.1s;
--urlbar-individual-result-animation-delay-offset: 0.3s;
--urlbar-individual-result-expand-size: 1.1;
/* Natsumi border reload animations */
--reload-border-animation-duration: 0.2s;
--reload-border-animation-rotation-duration: 2s;
--reload-border-animation-exit-duration: 1s;
--reload-border-margin: 4px;
/* Natsumi URLbar reload animations */
--reload-urlbar-animation-duration: 0.2s;
--reload-urlbar-animation-fadein-duration: 2s;
/* Container tabs gradient */
--container-tabs-normal-gradient-width: 25%;
--container-tabs-expanded-gradient-width: 50%;
/* Floating Firefox sidebar panels */
--ff-sidebar-x-offset: 20px;
--ff-sidebar-y-offset: 20px;
/* Bouncing sidebar experiment */
--sidebar-bounce-distance: 8px;
--sidebar-bounce-duration: 0.3s;
/* Custom fonts experiment */
--custom-font: 'Nunito';
/* pdf.js */
--pdfjs-topbar-max-width: 750px; /* use calc(100% - 10px) for max width */
/* FF home */
--home-background-url: url('');
}