Skip to content

Commit

Permalink
updated themes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderlineWords committed Mar 2, 2023
1 parent faaae9b commit 5261298
Show file tree
Hide file tree
Showing 18 changed files with 439 additions and 439 deletions.
96 changes: 48 additions & 48 deletions dark/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,83 +7,83 @@
///
$punica-themes: (
dark: (
'name' : 'Dark Theme',
'type' : 'dark', // light or dark (required*),
'name' : 'Dark Theme',
'type' : 'dark', // light or dark (required*),
'google-font': (
'name' : 'IBM+Plex+Sans+Hebrew', // or Source+Sans+Pro etc
'weights' : '300;400;600;700',
'name' : 'IBM+Plex+Sans+Hebrew', // or Source+Sans+Pro etc
'weights' : '400;600;700',
),
'typography': (
'font-family' : 'IBM Plex Sans Hebrew',
'font-size' : 13px,
'font-weight' : 400,
'line-height' : 1.7,
'header-weight' : 700,
'font-family' : 'IBM Plex Sans Hebrew',
'font-size' : 13px,
'font-weight' : 400,
'line-height' : 1.7,
'header-weight' : 700,
),
'color': (
'text' : white,
'background' : #252831,
'primary' : #3e5bb2,
'success' : #2f8f5d,
'warning' : #ab7d2d,
'error' : #ba3d3d,
'active' : lighten(#252831, 3.7%),
'negative' : white,
'grey' : #6d758c,
'secondary' : lighten(#252831, 5%),
'dark' : lighten(#252831, 4.5%),
'text' : white,
'background' : #252831,
'primary' : #3e5bb2,
'success' : #2f8f5d,
'warning' : #ab7d2d,
'error' : #ba3d3d,
'active' : lighten(#252831, 3.7%),
'negative' : white,
'grey' : #6d758c,
'secondary' : lighten(#252831, 5%),
'dark' : lighten(#252831, 4.5%),
),
'border': (
'color' : lighten(#252831, 17%),
'width' : 1px,
'style' : solid,
'radius': 4px,
'color' : lighten(#252831, 17%),
'width' : 1px,
'style' : solid,
'radius' : 4px,
),
'shadow': (
'horizontal': 0,
'vertical' : 1px,
'blur' : 4px,
'spread' : 0,
'color' : rgba(0, 0, 0, 0.20),
'horizontal' : 0,
'vertical' : 1px,
'blur' : 4px,
'spread' : 0,
'color' : rgba(0, 0, 0, 0.20),
),
'input': (
'color' : null, // (null = color > text)
'background' : lighten(#252831, 4.5%),
'border-color' : null, // (null = border > color)
'outline-color' : white,
'outline-width' : 2px,
'label-weight' : 600,
'transition' : .35s
'color' : null, // (null = color > text)
'background' : lighten(#252831, 4.5%),
'border-color' : null, // (null = border > color)
'outline-color' : white,
'outline-width' : 2px,
'label-weight' : 600,
'transition' : .35s
),
'components': (
'navbar': (
'font-weight': 600
'font-weight': 700
),
'tabnav': (
'font-weight': 600
),
'card': (
'background': lighten(#252831, 1.75%), // (null = color > background)
'radius' : null // (null = border > radius)
'background' : lighten(#252831, 1.75%), // (null = color > background)
'radius' : null // (null = border > radius)
),
'panel': (
'background': null, // (null = color > background)
'radius' : null // (null = border > radius)
'background' : null, // (null = color > background)
'radius' : null // (null = border > radius)
),
'menu': (
'background': null, // (null = color > background)
)
),
'elements': (
'button': (
'font-weight' : 600,
'radius' : null, // (null = border > radius)
'font-weight' : 700,
'radius' : null, // (null = border > radius)
'secondary': (
'color' : null,
'background' : linear-gradient(to top, #1e2027 0%,#252831 100%),
'hover-color' : null,
'hover-bg' : linear-gradient(to bottom, #1e2027 0%,#252831 100%),
'border-color' : null
'color' : null,
'background' : linear-gradient(to top, #1e2027 0%,#252831 100%),
'hover-color' : null,
'hover-bg' : linear-gradient(to bottom, #1e2027 0%,#252831 100%),
'border-color' : null
)
),
)
Expand Down
2 changes: 1 addition & 1 deletion dark/punica-dark.min.css

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions default/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,76 +7,76 @@
///
$punica-themes: (
default: (
'name' : 'Default Theme',
'type' : 'light', // light or dark (required*),
'name' : 'Default Theme',
'type' : 'light', // light or dark (required*),
'google-font': (
'name' : 'IBM+Plex+Sans+Hebrew', // or Source+Sans+Pro etc
'weights' : '300;400;600;700',
'name' : 'IBM+Plex+Sans+Hebrew', // or Source+Sans+Pro etc
'weights' : '400;600;700',
),
'typography': (
'font-family' : 'IBM Plex Sans Hebrew',
'font-size' : 13px,
'font-weight' : 400,
'line-height' : 1.7,
'header-weight' : 700,
'font-family' : 'IBM Plex Sans Hebrew',
'font-size' : 13px,
'font-weight' : 400,
'line-height' : 1.7,
'header-weight' : 700,
),
'color': (
'text' : #202123,
'background' : white,
'primary' : #314a93,
'success' : #297d51,
'warning' : #956d28,
'error' : #972727,
'active' : #dcdcdc,
'negative' : white,
'grey' : #979797,
'secondary' : #e6e6e6,
'dark' : #252831,
'text' : #202123,
'background' : white,
'primary' : #314a93,
'success' : #297d51,
'warning' : #956d28,
'error' : #972727,
'active' : #dcdcdc,
'negative' : white,
'grey' : #979797,
'secondary' : #e6e6e6,
'dark' : #252831,
),
'border': (
'color' : #c6c6c6,
'width' : 1px,
'style' : solid,
'radius': 4px,
'color' : #c6c6c6,
'width' : 1px,
'style' : solid,
'radius' : 4px,
),
'shadow': (
'horizontal': 0,
'vertical' : 2px,
'blur' : 4px,
'spread' : 0,
'color' : rgba(0, 0, 0, 0.20),
'horizontal' : 0,
'vertical' : 2px,
'blur' : 4px,
'spread' : 0,
'color' : rgba(0, 0, 0, 0.20),
),
'input': (
'color' : null, // (null = color > text)
'background' : white,
'border-color' : null, // (null = border > color)
'outline-color' : #252831,
'outline-width' : 2px,
'label-weight' : 600,
'transition' : .35s
'color' : null, // (null = color > text)
'background' : white,
'border-color' : null, // (null = border > color)
'outline-color' : #252831,
'outline-width' : 2px,
'label-weight' : 600,
'transition' : .35s
),
'components': (
'navbar': (
'font-weight': 600
'font-weight': 700
),
'tabnav': (
'font-weight': 600
),
'card': (
'background': null, // (null = color > background)
'radius' : null // (null = border > radius)
'background' : null, // (null = color > background)
'radius' : null // (null = border > radius)
),
'panel': (
'background': null, // (null = color > background)
'radius' : null // (null = border > radius)
'background' : null, // (null = color > background)
'radius' : null // (null = border > radius)
),
'menu': (
'background': null, // (null = color > background)
)
),
'elements': (
'button': (
'font-weight' : 600,
'font-weight' : 700,
'radius' : null, // (null = border > radius)
'secondary': (
'color' : null,
Expand Down
2 changes: 1 addition & 1 deletion default/punica.min.css

Large diffs are not rendered by default.

94 changes: 47 additions & 47 deletions dusty/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,53 +7,53 @@
///
$punica-themes: (
dusty: (
'name' : 'Dusty Theme',
'type' : 'light', // light or dark (required*),
'name' : 'Dusty Theme',
'type' : 'light', // light or dark (required*),
'google-font': (
'name' : 'Source+Sans+Pro', // or Source+Sans+Pro etc
'weights' : '300;400;600;700',
'name' : 'Source+Sans+Pro', // or Source+Sans+Pro etc
'weights' : '300;400;600;700',
),
'typography': (
'font-family' : 'Source Sans Pro',
'font-size' : .8538em,
'font-weight' : 400,
'line-height' : 1.9,
'header-weight' : 700,
'font-family' : 'Source Sans Pro',
'font-size' : .8538em,
'font-weight' : 400,
'line-height' : 1.9,
'header-weight' : 700,
),
'color': (
'text' : #525252,
'background' : #f5f5f5,
'primary' : #8396b1,
'success' : #91976a,
'warning' : #ac8870,
'error' : #8d5157,
'active' : #e2dede,
'negative' : #f5f5f5,
'grey' : #a8a8a8,
'secondary' : #ebebeb,
'dark' : #656565,
'text' : #525252,
'background' : #f5f5f5,
'primary' : #8396b1,
'success' : #91976a,
'warning' : #ac8870,
'error' : #8d5157,
'active' : #e2dede,
'negative' : #f5f5f5,
'grey' : #a8a8a8,
'secondary' : #ebebeb,
'dark' : #656565,
),
'border': (
'color' : #d3d3d3,
'width' : 1px,
'style' : solid,
'radius': 2px,
'color' : #d3d3d3,
'width' : 1px,
'style' : solid,
'radius' : 2px,
),
'shadow': (
'horizontal': 0,
'vertical' : 0,
'blur' : 8px,
'spread' : 0,
'color' : rgba(0, 0, 0, 0.1),
'horizontal' : 0,
'vertical' : 0,
'blur' : 8px,
'spread' : 0,
'color' : rgba(0, 0, 0, 0.1),
),
'input': (
'color' : null, // (null = color > text)
'background' : white,
'border-color' : null, // (null = border > color)
'outline-color' : #8396b1,
'outline-width' : 2px,
'label-weight' : 700,
'transition' : .35s
'color' : null, // (null = color > text)
'background' : white,
'border-color' : null, // (null = border > color)
'outline-color' : #8396b1,
'outline-width' : 2px,
'label-weight' : 700,
'transition' : .35s
),
'components': (
'navbar': (
Expand All @@ -63,27 +63,27 @@ $punica-themes: (
'font-weight': 600
),
'card': (
'background': white, // (null = color > background)
'radius' : 0 // (null = border > radius)
'background' : white, // (null = color > background)
'radius' : 0 // (null = border > radius)
),
'panel': (
'background': null, // (null = color > background)
'radius' : null // (null = border > radius)
'background' : null, // (null = color > background)
'radius' : null // (null = border > radius)
),
'menu': (
'background': null, // (null = color > background)
)
),
'elements': (
'button': (
'font-weight' : 700,
'radius' : null, // (null = border > radius)
'font-weight' : 700,
'radius' : null, // (null = border > radius)
'secondary': (
'color' : null,
'background' : linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%),
'hover-color' : null,
'hover-bg' : linear-gradient(to bottom, #D8D9DB 0%, #fff 80%, #FDFDFD 100%),
'border-color' : null
'color' : null,
'background' : linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%),
'hover-color' : null,
'hover-bg' : linear-gradient(to bottom, #D8D9DB 0%, #fff 80%, #FDFDFD 100%),
'border-color' : null
)
),
)
Expand Down
Loading

0 comments on commit 5261298

Please sign in to comment.