1
icons/folder-build.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{opacity:.16;fill:#fff;enable-background:new}.st1{fill:#f78c6c}</style><path class="st0" d="M17.8 10.1l5.2 2.3v-5c0-1.2-1-2.2-2.2-2.2H12L9.8 3H3.2C2 3 1 4 1 5.2v13.6c0 1.2 1 2.2 2.2 2h8.3v-7.9l6.3-2.8z"/><path class="st1" d="M23 12.4l-5.2-2.3-6.2 2.8v8.3l6.2 2.8 6.2-2.8v-8.3l-1-.5zm-5.2-1.2l4.5 2-4.5 2-4.5-2 4.5-2zm-.6 11.4l-4.1-1.8-.6-.3v-6.6l4.8 2.1v6.6zm5.8-4v1.9l-4.8 2.1v-6.5L23 14v4.6z"/></svg>
|
After Width: | Height: | Size: 486 B |
1
icons/folder-light-build.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#90a4ae}.st1{fill:#f78c6c}</style><path class="st0" d="M17.8 10.1l5.2 2.3v-5c0-1.2-1-2.2-2.2-2.2H12L9.8 3H3.2C2 3 1 4 1 5.2v13.6c0 1.2 1 2.2 2.2 2h8.3v-7.9l6.3-2.8z"/><path class="st1" d="M23 12.4l-5.2-2.3-6.2 2.8v8.3l6.2 2.8 6.2-2.8v-8.3l-1-.5zm-5.2-1.2l4.5 2-4.5 2-4.5-2 4.5-2zm-.6 11.4l-4.1-1.8-.6-.3v-6.6l4.8 2.1v6.6zm5.8-4v1.9l-4.8 2.1v-6.5L23 14v4.6z"/></svg>
|
After Width: | Height: | Size: 455 B |
1
icons/folder-outline-build.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{fill:#80cbc4}.st1{fill:#f78c6c}</style><path class="st0" d="M11.5 18.8H3.2V7.5h17.6v3.9l2.2 1V7.5c0-1.2-1-2.2-2.2-2.2H12L9.8 3H3.2C2 3 1 4 1 5.2v13.5C1 20 2 21 3.2 21h8.3v-2.2z"/><path class="st1" d="M23 12.4l-2.2-1-3-1.4-6.2 2.8v8.4l6.2 2.8 6.2-2.8v-8.3l-1-.5zm-5.2-1.2l3 1.4 1.5.7-1.5.7-3 1.4-4.5-2 4.5-2.2zm-.6 11.4L13.6 21l-.4-.2-.6-.3v-6.6l4.8 2.1v6.6zm5.8-4v2l-4.8 2.1v-6.6l2.5-1.1 2.2-1v4.6z"/></svg>
|
After Width: | Height: | Size: 492 B |
|
@ -1 +1 @@
|
|||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{opacity:.16;fill:#fff}</style><path class="st0" d="M9.8 3L12 5.2h8.8c1.2 0 2.2 1 2.2 2.2v11.2c0 1.2-1 2.2-2.2 2.2H3.2C2 21 1 20 1 18.8V5.2C1 4 2 3 3.2 3h6.6z"/></svg>
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><style>.st0{opacity:.16;fill:#fff;enable-background:new}</style><path class="st0" d="M9.8 3L12 5.2h8.8c1.2 0 2.2 1 2.2 2.2v11.2c0 1.2-1 2.2-2.2 2.2H3.2C2 21 1 20 1 18.8V5.2C1 4 2 3 3.2 3h6.6z"/></svg>
|
Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 273 B |
|
@ -3,12 +3,16 @@
|
|||
".git": "_file_git",
|
||||
".github": "_file_github",
|
||||
".gulp": "_file_gulp",
|
||||
"bower_components": "_file_bower"
|
||||
"bower_components": "_file_bower",
|
||||
"build": "_folder_dark_build",
|
||||
"dist": "_folder_dark_build"
|
||||
},
|
||||
"folderNamesExpanded": {
|
||||
"node_modules": "_file_nodejs",
|
||||
".git": "_file_git",
|
||||
".github": "_file_github",
|
||||
".gulp": "_file_gulp",
|
||||
"bower_components": "_file_bower"
|
||||
"bower_components": "_file_bower",
|
||||
"build": "_folder_open_build",
|
||||
"dist": "_folder_open_build"
|
||||
}
|
|
@ -2,12 +2,21 @@
|
|||
"_folder_dark": {
|
||||
"iconPath": "../icons/folder.svg"
|
||||
},
|
||||
"_folder_dark_build": {
|
||||
"iconPath": "../icons/folder-build.svg"
|
||||
},
|
||||
"_folder_light": {
|
||||
"iconPath": "../icons/folder-light.svg"
|
||||
},
|
||||
"_folder_light_build": {
|
||||
"iconPath": "../icons/folder-light-build.svg"
|
||||
},
|
||||
"_folder_open": {
|
||||
"iconPath": "../icons/folder-outline.svg"
|
||||
},
|
||||
"_folder_open_build": {
|
||||
"iconPath": "../icons/folder-outline-build.svg"
|
||||
},
|
||||
"_file_dark": {
|
||||
"iconPath": "../icons/file.svg"
|
||||
},
|
||||
|
|
|
@ -6,13 +6,17 @@
|
|||
".git": "_file_git",
|
||||
".github": "_file_github",
|
||||
".gulp": "_file_gulp",
|
||||
"bower_components": "_file_bower"
|
||||
"bower_components": "_file_bower",
|
||||
"build": "_folder_light_build",
|
||||
"dist": "_folder_light_build"
|
||||
},
|
||||
"folderNamesExpanded": {
|
||||
"node_modules": "_file_nodejs",
|
||||
".git": "_file_git",
|
||||
".github": "_file_github",
|
||||
".gulp": "_file_gulp",
|
||||
"bower_components": "_file_bower"
|
||||
"bower_components": "_file_bower",
|
||||
"build": "_folder_light_build",
|
||||
"dist": "_folder_light_build"
|
||||
}
|
||||
},
|
15
src/icons/svgs/folder-build.svg
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0.16;fill:#FFFFFF;enable-background:new ;}
|
||||
.st1{fill:#F78C6C;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M17.8,10.1l5.2,2.3v-5c0-1.2-1-2.2-2.2-2.2H12L9.8,3H3.2C2,3,1,4,1,5.2v13.6c0,1.2,1,2.2,2.2,2h8.3v-7.9
|
||||
L17.8,10.1z"/>
|
||||
<path class="st1" d="M23,12.4l-5.2-2.3l-6.2,2.8v7.9v0.4l6.2,2.8l6.2-2.8v-8.3L23,12.4z M17.8,11.2l4.5,2l-4.5,2l-4.5-2L17.8,11.2z
|
||||
M17.2,22.6l-4.1-1.8l-0.6-0.3v-6.6l4.8,2.1v4.7V22.6z M23,18.6v1.9l-4.8,2.1v-1.8v-4.7l4.8-2.1V18.6z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 848 B |
13
src/icons/svgs/folder-light-build.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#90A4AE;}
|
||||
.st1{fill:#F78C6C;}
|
||||
</style>
|
||||
<path class="st0" d="M17.8,10.1l5.2,2.3v-5c0-1.2-1-2.2-2.2-2.2H12L9.8,3H3.2C2,3,1,4,1,5.2v13.6c0,1.2,1,2.2,2.2,2h8.3v-7.9
|
||||
L17.8,10.1z"/>
|
||||
<path class="st1" d="M23,12.4l-5.2-2.3l-6.2,2.8v7.9v0.4l6.2,2.8l6.2-2.8v-8.3L23,12.4z M17.8,11.2l4.5,2l-4.5,2l-4.5-2L17.8,11.2z
|
||||
M17.2,22.6l-4.1-1.8l-0.6-0.3v-6.6l4.8,2.1v4.7V22.6z M23,18.6v1.9l-4.8,2.1v-1.8v-4.7l4.8-2.1V18.6z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 796 B |
16
src/icons/svgs/folder-outline-build.svg
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#80CBC4;}
|
||||
.st1{fill:#F78C6C;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M11.5,18.8H3.2V7.5h17.6v3.9l2.2,1V7.5c0-1.2-1-2.2-2.2-2.2H12L9.8,3H3.2C2,3,1,4,1,5.2v13.5C1,20,2,21,3.2,21
|
||||
h8.3v-0.2V18.8z"/>
|
||||
<path class="st1" d="M23,12.4l-2.2-1l-3-1.4l-6.2,2.8v5.9v2V21v0.2l6.2,2.8l6.2-2.8v-8.3L23,12.4z M17.8,11.2l3,1.4l1.5,0.7
|
||||
l-1.5,0.7l-3,1.4l-4.5-2L17.8,11.2z M17.2,22.6L13.6,21l-0.4-0.2l-0.6-0.3v-1.8v-4.8l4.8,2.1v2.7v2V21V22.6z M23,18.6v0.2v1.8
|
||||
l-4.8,2.1V21v-0.2v-2v-2.7l2.5-1.1l2.2-1V18.6z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 883 B |
|
@ -3,7 +3,7 @@
|
|||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{opacity:0.16;fill:#FFFFFF;}
|
||||
.st0{opacity:0.16;fill:#FFFFFF;enable-background:new ;}
|
||||
</style>
|
||||
<path class="st0" d="M9.8,3L12,5.2h8.8c1.2,0,2.2,1,2.2,2.2v11.2c0,1.2-1,2.2-2.2,2.2H3.2C2,21,1,20,1,18.8V5.2C1,4,2,3,3.2,3H9.8z"
|
||||
/>
|
||||
|
|
Before Width: | Height: | Size: 552 B After Width: | Height: | Size: 578 B |
|
@ -522,5 +522,5 @@ colors:
|
|||
|
||||
# Buttons
|
||||
#button.background: '{{variant.scheme.accents.teal}}'
|
||||
#button.foreground: '{{variant.scheme.base.black}}'
|
||||
#button.hoverBackground: '{{variant.scheme.accents.teal}}'
|
||||
#button.foreground: '{{variant.scheme.base.black}}'
|