Skip to content

Commit 807f9f4

Browse files
updated default theme
1 parent 1e8aeac commit 807f9f4

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

src/_themes/index.scss

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,83 +6,83 @@
66

77
$punica-themes: (
88
default: (
9-
'name' : 'Default Theme',
10-
'type' : 'light', // light or dark (required*),
9+
'name' : 'Default Theme',
10+
'type' : 'light', // light or dark (required*),
1111
'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',
1414
),
1515
'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,
2121
),
2222
'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,
3434
),
3535
'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,
4040
),
4141
'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),
4747
),
4848
'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
5656
),
5757
'components': (
5858
'navbar': (
59-
'font-weight': 600
59+
'font-weight': 700
6060
),
6161
'tabnav': (
6262
'font-weight': 600
6363
),
6464
'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)
6767
),
6868
'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)
7171
),
7272
'menu': (
7373
'background': null, // (null = color > background)
7474
)
7575
),
7676
'elements': (
7777
'button': (
78-
'font-weight' : 600,
78+
'font-weight' : 700,
7979
'radius' : null, // (null = border > radius)
8080
'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
8686
)
8787
),
8888
)

0 commit comments

Comments
 (0)