|
6 | 6 |
|
7 | 7 | $punica-themes: ( |
8 | 8 | default: ( |
9 | | - 'name' : 'Default Theme', |
10 | | - 'type' : 'light', // light or dark (required*), |
| 9 | + 'name' : 'Default Theme', |
| 10 | + 'type' : 'light', // light or dark (required*), |
11 | 11 | 'google-font': ( |
12 | | - 'name' : 'IBM+Plex+Sans+Hebrew', // or Source+Sans+Pro etc |
13 | | - 'weights' : '300;400;600;700', |
| 12 | + 'name' : 'IBM+Plex+Sans+Hebrew', // or Source+Sans+Pro etc |
| 13 | + 'weights' : '400;600;700', |
14 | 14 | ), |
15 | 15 | 'typography': ( |
16 | | - 'font-family' : 'IBM Plex Sans Hebrew', |
17 | | - 'font-size' : 13px, |
18 | | - 'font-weight' : 400, |
19 | | - 'line-height' : 1.7, |
20 | | - 'header-weight' : 700, |
| 16 | + 'font-family' : 'IBM Plex Sans Hebrew', |
| 17 | + 'font-size' : 13px, |
| 18 | + 'font-weight' : 400, |
| 19 | + 'line-height' : 1.7, |
| 20 | + 'header-weight' : 700, |
21 | 21 | ), |
22 | 22 | 'color': ( |
23 | | - 'text' : #202123, |
24 | | - 'background' : white, |
25 | | - 'primary' : #314a93, |
26 | | - 'success' : #297d51, |
27 | | - 'warning' : #956d28, |
28 | | - 'error' : #972727, |
29 | | - 'active' : #dcdcdc, |
30 | | - 'negative' : white, |
31 | | - 'grey' : #979797, |
32 | | - 'secondary' : #e6e6e6, |
33 | | - 'dark' : #252831, |
| 23 | + 'text' : #202123, |
| 24 | + 'background' : white, |
| 25 | + 'primary' : #314a93, |
| 26 | + 'success' : #297d51, |
| 27 | + 'warning' : #956d28, |
| 28 | + 'error' : #972727, |
| 29 | + 'active' : #dcdcdc, |
| 30 | + 'negative' : white, |
| 31 | + 'grey' : #979797, |
| 32 | + 'secondary' : #e6e6e6, |
| 33 | + 'dark' : #252831, |
34 | 34 | ), |
35 | 35 | 'border': ( |
36 | | - 'color' : #c6c6c6, |
37 | | - 'width' : 1px, |
38 | | - 'style' : solid, |
39 | | - 'radius': 4px, |
| 36 | + 'color' : #c6c6c6, |
| 37 | + 'width' : 1px, |
| 38 | + 'style' : solid, |
| 39 | + 'radius' : 4px, |
40 | 40 | ), |
41 | 41 | 'shadow': ( |
42 | | - 'horizontal': 0, |
43 | | - 'vertical' : 2px, |
44 | | - 'blur' : 4px, |
45 | | - 'spread' : 0, |
46 | | - 'color' : rgba(0, 0, 0, 0.20), |
| 42 | + 'horizontal' : 0, |
| 43 | + 'vertical' : 2px, |
| 44 | + 'blur' : 4px, |
| 45 | + 'spread' : 0, |
| 46 | + 'color' : rgba(0, 0, 0, 0.20), |
47 | 47 | ), |
48 | 48 | 'input': ( |
49 | | - 'color' : null, // (null = color > text) |
50 | | - 'background' : white, |
51 | | - 'border-color' : null, // (null = border > color) |
52 | | - 'outline-color' : #252831, |
53 | | - 'outline-width' : 2px, |
54 | | - 'label-weight' : 600, |
55 | | - 'transition' : .35s |
| 49 | + 'color' : null, // (null = color > text) |
| 50 | + 'background' : white, |
| 51 | + 'border-color' : null, // (null = border > color) |
| 52 | + 'outline-color' : #252831, |
| 53 | + 'outline-width' : 2px, |
| 54 | + 'label-weight' : 600, |
| 55 | + 'transition' : .35s |
56 | 56 | ), |
57 | 57 | 'components': ( |
58 | 58 | 'navbar': ( |
59 | | - 'font-weight': 600 |
| 59 | + 'font-weight': 700 |
60 | 60 | ), |
61 | 61 | 'tabnav': ( |
62 | 62 | 'font-weight': 600 |
63 | 63 | ), |
64 | 64 | 'card': ( |
65 | | - 'background': null, // (null = color > background) |
66 | | - 'radius' : null // (null = border > radius) |
| 65 | + 'background' : null, // (null = color > background) |
| 66 | + 'radius' : null // (null = border > radius) |
67 | 67 | ), |
68 | 68 | 'panel': ( |
69 | | - 'background': null, // (null = color > background) |
70 | | - 'radius' : null // (null = border > radius) |
| 69 | + 'background' : null, // (null = color > background) |
| 70 | + 'radius' : null // (null = border > radius) |
71 | 71 | ), |
72 | 72 | 'menu': ( |
73 | 73 | 'background': null, // (null = color > background) |
74 | 74 | ) |
75 | 75 | ), |
76 | 76 | 'elements': ( |
77 | 77 | 'button': ( |
78 | | - 'font-weight' : 600, |
| 78 | + 'font-weight' : 700, |
79 | 79 | 'radius' : null, // (null = border > radius) |
80 | 80 | 'secondary': ( |
81 | | - 'color' : null, |
82 | | - 'background' : linear-gradient(to top, #e6e6e6 0%,#ffffff 100%), |
83 | | - 'hover-color' : null, |
84 | | - 'hover-bg' : linear-gradient(to bottom, #e6e6e6 0%,#ffffff 100%), |
85 | | - 'border-color' : null |
| 81 | + 'color' : null, |
| 82 | + 'background' : linear-gradient(to top, #e6e6e6 0%,#ffffff 100%), |
| 83 | + 'hover-color' : null, |
| 84 | + 'hover-bg' : linear-gradient(to bottom, #e6e6e6 0%,#ffffff 100%), |
| 85 | + 'border-color' : null |
86 | 86 | ) |
87 | 87 | ), |
88 | 88 | ) |
|
0 commit comments