Make WordPress Themes

source: blockstrap/0.1.12/styles/blue-red.json

Last change on this file was 177905, checked in by themedropbox, 3 years ago

New theme: BlockStrap - 0.0.1

File size: 7.3 KB
Line 
1{
2        "version": 2,
3        "settings": {
4                "color": {
5                        "palette": [
6                                { "slug": "foreground", "name": "Foreground", "color": "#0a0e0e" },
7                                { "slug": "background", "name": "Background", "color": "#fbfbfb" },
8                                { "slug": "primary", "name": "Primary", "color": "#fc4445" },
9                                { "slug": "secondary", "name": "Secondary", "color": "#cafafe" },
10                                { "slug": "tertiary", "name": "Tertiary", "color": "#55bcc9" },
11                                { "slug": "quaternary", "name": "Quaternary", "color": "#97caef" },
12                                { "slug": "quinary", "name": "Quinary", "color": "#3feee6" },
13                                { "slug": "senary", "name": "Senary", "color": "#659dbd" },
14                                { "slug": "septenary", "name": "Septenary", "color": "rgba(0,0,0,0.3)" },
15                                { "slug": "octonary", "name": "Octonary", "color": "rgba(255,255,255,0.3)" },
16                                { "slug": "black", "name": "Black", "color": "#000000" },
17                                { "slug": "white", "name": "White", "color": "#ffffff" }
18                        ],
19                        "gradients": [
20                                {
21                                        "slug": "foreground-fade",
22                                        "name": "Foreground Fade",
23                                        "gradient": "linear-gradient(150deg,var(--wp--preset--color--foreground) 0%,var(--wp--preset--color--tertiary) 90%)"
24                                },
25                                {
26                                        "slug": "foreground-primary",
27                                        "name": "Foreground - Primary",
28                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--primary) 70%)"
29                                },
30                                {
31                                        "slug": "primary-foreground",
32                                        "name": "Primary - Foreground",
33                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 70%, var(--wp--preset--color--foreground) 70%)"
34                                },
35                                {
36                                        "slug": "foreground-tertiary",
37                                        "name": "Foreground - Tertiary",
38                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--tertiary) 70%)"
39                                },
40                                {
41                                        "slug": "foreground-quaternary",
42                                        "name": "Foreground - Quaternary",
43                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--quaternary) 70%)"
44                                },
45                                {
46                                        "slug": "foreground-quinary",
47                                        "name": "Foreground - Quinary",
48                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) 70%, var(--wp--preset--color--quinary) 70%)"
49                                },
50                                {
51                                        "slug": "secondary-primary",
52                                        "name": "Secondary - Primary",
53                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--secondary) 30%, var(--wp--preset--color--primary) 30%)"
54                                },
55                                {
56                                        "slug": "primary-secondary",
57                                        "name": "Primary - Secondary",
58                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 30%, var(--wp--preset--color--secondary) 30%)"
59                                },
60                                {
61                                        "slug": "primary-secondary-50-50",
62                                        "name": "Primary - Secondary - 50/50",
63                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) 50%, var(--wp--preset--color--secondary) 50%)"
64                                },
65                                {
66                                        "slug": "background-secondary",
67                                        "name": "Background - Secondary",
68                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--background) 30%, var(--wp--preset--color--secondary) 30%)"
69                                },
70                                {
71                                        "slug": "secondary-background",
72                                        "name": "Secondary - Background",
73                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--secondary) 30%, var(--wp--preset--color--background) 30%)"
74                                },
75                                {
76                                        "slug": "secondary-background-50-50",
77                                        "name": "Secondary - Background - 50/50",
78                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--secondary) 50%, var(--wp--preset--color--background) 50%)"
79                                },
80                                {
81                                        "slug": "secondary-light-transparent",
82                                        "name": "Secondary - Light Transparent",
83                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--light-transparent) 30%, var(--wp--preset--color--secondary) 30%)"
84                                },
85                                {
86                                        "slug": "secondary-primary-circle",
87                                        "name": "Secondary Primary Circle",
88                                        "gradient": "radial-gradient(circle 200px, var(--wp--preset--color--secondary), var(--wp--preset--color--primary))"
89                                },
90                                {
91                                        "slug": "background-and-secondary",
92                                        "name": "Background and Secondary",
93                                        "gradient": "linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(to bottom, var(--wp--preset--color--secondary), var(--wp--preset--color--background))"
94                                },
95                                {
96                                        "slug": "secondary-and-background",
97                                        "name": "Secondary and Background",
98                                        "gradient": "linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(to bottom, var(--wp--preset--color--background), var(--wp--preset--color--secondary))"
99                                },
100                                {
101                                        "slug": "primary-and-secondary",
102                                        "name": "Primary and Secondary",
103                                        "gradient": "linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(45deg, var(--wp--preset--color--background) 25%, transparent 25%, transparent 75%, var(--wp--preset--color--background) 75%, var(--wp--preset--color--background)), linear-gradient(to bottom, var(--wp--preset--color--secondary), var(--wp--preset--color--primary))"
104                                },
105                                { "slug": "steel", "name": "Steel", "gradient": "linear-gradient(150deg,#cfcfcb 0%,#7e7771 70%)" },
106                                { "slug": "bronze", "name": "Bronze", "gradient": "linear-gradient(150deg,#ede4cf 0%,#c7ae88 70%)" },
107                                { "slug": "silver", "name": "Silver", "gradient": "linear-gradient(150deg,#d1d1d1 0%,#898989 40%,#d1d1d1 80%)" },
108                                { "slug": "gold", "name": "Gold", "gradient": "linear-gradient(150deg,#eecb58 0%,#be7f44 40% 60%,#eecb58 90%)" },
109                                {
110                                        "slug": "foreground-primary-button",
111                                        "name": "Foreground - Primary (Button)",
112                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--primary) calc(100% - 2.4em))"
113                                },
114                                {
115                                        "slug": "primary-foreground-button",
116                                        "name": "Primary - Foreground (Button)",
117                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--primary) calc(100% - 2.4em), var(--wp--preset--color--foreground) calc(100% - 2.4em))"
118                                },
119                                {
120                                        "slug": "foreground-tertiary-button",
121                                        "name": "Foreground - Tertiary (Button)",
122                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--tertiary) calc(100% - 2.4em))"
123                                },
124                                {
125                                        "slug": "foreground-quaternary-button",
126                                        "name": "Foreground - Quaternary (Button)",
127                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--quaternary) calc(100% - 2.4em))"
128                                },
129                                {
130                                        "slug": "foreground-quinary-button",
131                                        "name": "Foreground - Quinary (Button)",
132                                        "gradient": "linear-gradient(90deg, var(--wp--preset--color--foreground) calc(100% - 2.4em), var(--wp--preset--color--quinary) calc(100% - 2.4em))"
133                                }
134                        ]
135                }
136        }
137}
Note: See TracBrowser for help on using the repository browser.