From cf2a1ee7ab0de35ba3538019079f0b5707e5d96d Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 11:35:08 +0100 Subject: [PATCH 01/10] fix: Update some file icons --- src/icons/ai.svg | 3 ++ src/icons/grunt.svg | 3 ++ src/icons/image.svg | 2 +- src/icons/license.svg | 3 ++ src/icons/markdown.svg | 2 +- src/icons/markup.png | Bin 0 -> 286 bytes src/icons/pug.svg | 63 +++++-------------------------- src/icons/python.svg | 69 +--------------------------------- src/icons/ruby.svg | 58 +++------------------------- src/icons/sass.svg | 55 +-------------------------- src/icons/sublime.svg | 3 ++ src/icons/svg.svg | 21 +++++++++++ src/icons/yaml.svg | 55 +-------------------------- src/icons/zip.svg | 59 +++-------------------------- src/material-theme-icons.json | 40 +++++++++++++++----- 15 files changed, 93 insertions(+), 343 deletions(-) create mode 100644 src/icons/ai.svg create mode 100644 src/icons/grunt.svg create mode 100644 src/icons/license.svg create mode 100644 src/icons/markup.png create mode 100644 src/icons/sublime.svg create mode 100644 src/icons/svg.svg diff --git a/src/icons/ai.svg b/src/icons/ai.svg new file mode 100644 index 0000000..dcad0f0 --- /dev/null +++ b/src/icons/ai.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/grunt.svg b/src/icons/grunt.svg new file mode 100644 index 0000000..94a8442 --- /dev/null +++ b/src/icons/grunt.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/image.svg b/src/icons/image.svg index e7a71bb..c37763f 100755 --- a/src/icons/image.svg +++ b/src/icons/image.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/license.svg b/src/icons/license.svg new file mode 100644 index 0000000..56f79ca --- /dev/null +++ b/src/icons/license.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/markdown.svg b/src/icons/markdown.svg index c7f505a..18cdeaf 100755 --- a/src/icons/markdown.svg +++ b/src/icons/markdown.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/markup.png b/src/icons/markup.png new file mode 100644 index 0000000000000000000000000000000000000000..0eaa5959ad2cf9e2dab1f7a3c2280fb9e1359b2d GIT binary patch literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}H#}V&Ln1hn z6C_?X2--5}?W+FcF0R~m{=|_NOSjklE=#(iv^vr084pYK6-J#G2hW{2v4thJN5by$ z|9bzDf+BNishF{Z{7P|2J!bRY_%!$%p=j@5M@7k9^o~Y*58`wf7r$2d9pR iDRZ2_!X0TYMGQ?{@=C_ - - - - - image/svg+xml - - - - - - - + + + + + + + + + + diff --git a/src/icons/python.svg b/src/icons/python.svg index 788d1cb..5643e9c 100755 --- a/src/icons/python.svg +++ b/src/icons/python.svg @@ -1,68 +1,3 @@ - - - - - - image/svg+xml - - - - - - - - - - + + diff --git a/src/icons/ruby.svg b/src/icons/ruby.svg index e7afd20..e91a776 100755 --- a/src/icons/ruby.svg +++ b/src/icons/ruby.svg @@ -1,54 +1,6 @@ - - - - - - image/svg+xml - - - - - - - + + + + + diff --git a/src/icons/sass.svg b/src/icons/sass.svg index a372f5b..3270306 100755 --- a/src/icons/sass.svg +++ b/src/icons/sass.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/sublime.svg b/src/icons/sublime.svg new file mode 100644 index 0000000..8a9d10f --- /dev/null +++ b/src/icons/sublime.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/svg.svg b/src/icons/svg.svg new file mode 100644 index 0000000..dd0f1e0 --- /dev/null +++ b/src/icons/svg.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/yaml.svg b/src/icons/yaml.svg index 317d881..e19a2b5 100755 --- a/src/icons/yaml.svg +++ b/src/icons/yaml.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/zip.svg b/src/icons/zip.svg index 277a4df..c1cf4bc 100755 --- a/src/icons/zip.svg +++ b/src/icons/zip.svg @@ -1,54 +1,7 @@ - - - - - - image/svg+xml - - - - - - - + + + + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 6252bd9..774122a 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,23 @@ { "iconDefinitions": { + "_file_license": { + "iconPath": "./icons/license.svg" + }, + "_file_markup": { + "iconPath": "./icons/markup.svg" + }, + "_file_sublime": { + "iconPath": "./icons/sublime.svg" + }, + "_file_grunt": { + "iconPath": "./icons/grunt.svg" + }, + "_file_ai": { + "iconPath": "./icons/ai.svg" + }, + "_file_svg": { + "iconPath": "./icons/svg.svg" + }, "_file_bower": { "iconPath": "./icons/bower.svg" }, @@ -284,6 +302,10 @@ "folder": "_folder_dark", "file": "_file_dark", "fileExtensions": { + "sublime-settings": "_file_sublime", + "sublime-theme": "_file_sublime", + "sublime-commands": "_file_sublime", + "sublime-menu": "_file_sublime", "html": "_file_html", "jade": "_file_pug", "pug": "_file_pug", @@ -313,7 +335,9 @@ "jpeg": "_file_image", "jpg": "_file_image", "gif": "_file_image", - "svg": "_file_image", + "svg": "_file_svg", + "eps": "_file_svg", + "ai": "_file_ai", "ico": "_file_image", "tif": "_file_image", "tiff": "_file_image", @@ -527,6 +551,8 @@ "css.map": "_file_cssmap" }, "fileNames": { + "tmTheme": "_file_markup", + "gruntfile.js": "_file_grunt", "bower.json": "_file_bower", "webpack.js": "_file_webpack", "webpack.config.js": "_file_webpack", @@ -553,14 +579,10 @@ "procfile": "_file_settings", ".env": "_file_tune", "dockerfile": "_file_docker", - "license": "_file_certificate", - "license.md": "_file_certificate", - "license.md.rendered": "_file_certificate", - "license.txt": "_file_certificate", - "licence": "_file_certificate", - "licence.md": "_file_certificate", - "licence.md.rendered": "_file_certificate", - "licence.txt": "_file_certificate", + "license": "_file_license", + "license.md": "_file_license", + "license.md.rendered": "_file_license", + "license.txt": "_file_license", ".babelrc": "_file_json", ".eslintrc": "_file_json", ".buildignore": "_file_settings", From b9276468291b4f6fb6d920956df14072038d3303 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 12:27:00 +0100 Subject: [PATCH 02/10] fix: Fix some file and folder icons --- src/icons/dlang.svg | 3 + src/icons/folder-outline.svg | 15 +-- src/icons/folder.svg | 14 +-- src/icons/git.svg | 4 +- src/icons/markup.png | Bin 286 -> 0 bytes src/icons/markup.svg | 8 ++ src/icons/ocaml.svg | 202 +--------------------------------- src/icons/php.svg | 55 +-------- src/icons/react.svg | 55 +-------- src/icons/sass.svg | 2 +- src/icons/todo.svg | 3 + src/material-theme-icons.json | 9 +- 12 files changed, 36 insertions(+), 334 deletions(-) create mode 100644 src/icons/dlang.svg delete mode 100644 src/icons/markup.png create mode 100644 src/icons/markup.svg create mode 100644 src/icons/todo.svg diff --git a/src/icons/dlang.svg b/src/icons/dlang.svg new file mode 100644 index 0000000..40b13c6 --- /dev/null +++ b/src/icons/dlang.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/folder-outline.svg b/src/icons/folder-outline.svg index ee47427..a59c192 100644 --- a/src/icons/folder-outline.svg +++ b/src/icons/folder-outline.svg @@ -1,14 +1,3 @@ - - - - - - - + + diff --git a/src/icons/folder.svg b/src/icons/folder.svg index c9fdf3c..a99899a 100644 --- a/src/icons/folder.svg +++ b/src/icons/folder.svg @@ -1,13 +1,3 @@ - - - - - - - + + diff --git a/src/icons/git.svg b/src/icons/git.svg index d8ae975..89a4c3c 100755 --- a/src/icons/git.svg +++ b/src/icons/git.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/icons/markup.png b/src/icons/markup.png deleted file mode 100644 index 0eaa5959ad2cf9e2dab1f7a3c2280fb9e1359b2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 286 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}H#}V&Ln1hn z6C_?X2--5}?W+FcF0R~m{=|_NOSjklE=#(iv^vr084pYK6-J#G2hW{2v4thJN5by$ z|9bzDf+BNishF{Z{7P|2J!bRY_%!$%p=j@5M@7k9^o~Y*58`wf7r$2d9pR iDRZ2_!X0TYMGQ?{@=C_ + + + + + + + diff --git a/src/icons/ocaml.svg b/src/icons/ocaml.svg index 030ad2d..12c4dd4 100755 --- a/src/icons/ocaml.svg +++ b/src/icons/ocaml.svg @@ -1,199 +1,3 @@ - - - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + diff --git a/src/icons/php.svg b/src/icons/php.svg index e92929d..8af9132 100755 --- a/src/icons/php.svg +++ b/src/icons/php.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/react.svg b/src/icons/react.svg index 0a055da..95fdef4 100755 --- a/src/icons/react.svg +++ b/src/icons/react.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/sass.svg b/src/icons/sass.svg index 3270306..4e448be 100755 --- a/src/icons/sass.svg +++ b/src/icons/sass.svg @@ -1,3 +1,3 @@ - + diff --git a/src/icons/todo.svg b/src/icons/todo.svg new file mode 100644 index 0000000..515e729 --- /dev/null +++ b/src/icons/todo.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 774122a..666b509 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,8 @@ { "iconDefinitions": { + "_file_todo": { + "iconPath": "./icons/todo.svg" + }, "_file_license": { "iconPath": "./icons/license.svg" }, @@ -302,6 +305,7 @@ "folder": "_folder_dark", "file": "_file_dark", "fileExtensions": { + "do": "_file_todo", "sublime-settings": "_file_sublime", "sublime-theme": "_file_sublime", "sublime-commands": "_file_sublime", @@ -395,6 +399,9 @@ "bzip2": "_file_zip", "gzip": "_file_zip", "7z": "_file_zip", + "7zip": "_file_zip", + "pzip": "_file_zip", + "wim": "_file_zip", "rar": "_file_zip", "tgz": "_file_zip", "exe": "_file_exe", @@ -584,7 +591,7 @@ "license.md.rendered": "_file_license", "license.txt": "_file_license", ".babelrc": "_file_json", - ".eslintrc": "_file_json", + ".eslintrc": "_file_yaml", ".buildignore": "_file_settings", ".htaccess": "_file_xml", "composer.lock": "_file_json", From 3921218751b09abfa075efe63dbcb349f7ea3e90 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:08:12 +0100 Subject: [PATCH 03/10] feat(Icons): Add new icons --- .npmignore | 1 - src/icons/coffee.svg | 56 ++--------------------------------- src/icons/console.svg | 55 ++-------------------------------- src/icons/folder-light.svg | 3 ++ src/icons/github.svg | 3 ++ src/icons/nodejs.svg | 55 ++-------------------------------- src/icons/procfile.svg | 3 ++ src/icons/sketch.svg | 12 ++++++++ src/icons/stylus.svg | 7 +++++ src/icons/swig.svg | 3 ++ src/icons/twig.svg | 3 ++ src/material-theme-icons.json | 53 +++++++++++++++++++++++++++------ test/source.swig | 0 13 files changed, 84 insertions(+), 170 deletions(-) delete mode 100644 .npmignore create mode 100644 src/icons/folder-light.svg create mode 100644 src/icons/github.svg mode change 100755 => 100644 src/icons/nodejs.svg create mode 100644 src/icons/procfile.svg create mode 100644 src/icons/sketch.svg create mode 100644 src/icons/stylus.svg create mode 100644 src/icons/swig.svg create mode 100644 src/icons/twig.svg create mode 100644 test/source.swig diff --git a/.npmignore b/.npmignore deleted file mode 100644 index aa8e45f..0000000 --- a/.npmignore +++ /dev/null @@ -1 +0,0 @@ -src/ \ No newline at end of file diff --git a/src/icons/coffee.svg b/src/icons/coffee.svg index a410a9c..9495cef 100755 --- a/src/icons/coffee.svg +++ b/src/icons/coffee.svg @@ -1,55 +1,3 @@ - - - - - - image/svg+xml - - - - - - - - + + diff --git a/src/icons/console.svg b/src/icons/console.svg index 952e532..05e0344 100755 --- a/src/icons/console.svg +++ b/src/icons/console.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/folder-light.svg b/src/icons/folder-light.svg new file mode 100644 index 0000000..54846de --- /dev/null +++ b/src/icons/folder-light.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/github.svg b/src/icons/github.svg new file mode 100644 index 0000000..6edfae5 --- /dev/null +++ b/src/icons/github.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/nodejs.svg b/src/icons/nodejs.svg old mode 100755 new mode 100644 index 53d78f7..c8cd6a0 --- a/src/icons/nodejs.svg +++ b/src/icons/nodejs.svg @@ -1,54 +1,3 @@ - - - - - - image/svg+xml - - - - - - - + + diff --git a/src/icons/procfile.svg b/src/icons/procfile.svg new file mode 100644 index 0000000..d0cc0fe --- /dev/null +++ b/src/icons/procfile.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/sketch.svg b/src/icons/sketch.svg new file mode 100644 index 0000000..61b3083 --- /dev/null +++ b/src/icons/sketch.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/icons/stylus.svg b/src/icons/stylus.svg new file mode 100644 index 0000000..5ff74bf --- /dev/null +++ b/src/icons/stylus.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/icons/swig.svg b/src/icons/swig.svg new file mode 100644 index 0000000..5e20edf --- /dev/null +++ b/src/icons/swig.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/twig.svg b/src/icons/twig.svg new file mode 100644 index 0000000..a3ae0c6 --- /dev/null +++ b/src/icons/twig.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index 666b509..d712913 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -1,5 +1,20 @@ { "iconDefinitions": { + "_file_stylus": { + "iconPath": "./icons/stylus.svg" + }, + "_file_swig": { + "iconPath": "./icons/swig.svg" + }, + "_file_twig": { + "iconPath": "./icons/twig.svg" + }, + "_file_sketch": { + "iconPath": "./icons/sketch.svg" + }, + "_file_procfile": { + "iconPath": "./icons/procfile.svg" + }, "_file_todo": { "iconPath": "./icons/todo.svg" }, @@ -51,6 +66,9 @@ "_file_git": { "iconPath": "./icons/git.svg" }, + "_file_github": { + "iconPath": "./icons/github.svg" + }, "_file_image": { "iconPath": "./icons/image.svg" }, @@ -288,23 +306,28 @@ "_folder_dark": { "iconPath": "./icons/folder.svg" }, - "_folder_open_dark": { - "iconPath": "./icons/folder-outline.svg" - }, "_folder_light": { - "iconPath": "./icons/folder.svg" + "iconPath": "./icons/folder-light.svg" }, - "_folder_open_light": { + "_folder_open": { "iconPath": "./icons/folder-outline.svg" }, "_file_npm": { "iconPath": "./icons/npm.svg" } }, - "folderExpanded": "_folder_open_dark", + "folderExpanded": "_folder_open", "folder": "_folder_dark", + "light": { + "folderExpanded": "_folder_open", + "folder": "_folder_light" + }, "file": "_file_dark", "fileExtensions": { + "styl": "_file_stylus", + "twig": "_file_twig", + "swig": "_file_swig", + "sketch": "_file_sketch", "do": "_file_todo", "sublime-settings": "_file_sublime", "sublime-theme": "_file_sublime", @@ -423,6 +446,8 @@ "sh": "_file_console", "bat": "_file_console", "ps1": "_file_console", + "fish": "_file_console", + "bash": "_file_console", "gradle": "_file_gradle", "doc": "_file_word", "docx": "_file_word", @@ -577,13 +602,13 @@ ".jscsrc": "_file_json", ".jshintrc": "_file_json", ".jshintignore": "_file_settings", - ".npmignore": "_file_nodejs", + ".npmignore": "_file_npm", "tsconfig.json": "_file_json", "tslint.json": "_file_json", "androidmanifest.xml": "_file_android", "gradle-wrapper.properties": "_file_gradle", ".editorconfig": "_file_settings", - "procfile": "_file_settings", + "procfile": "_file_procfile", ".env": "_file_tune", "dockerfile": "_file_docker", "license": "_file_license", @@ -626,7 +651,17 @@ }, "folderNames": { "node_modules": "_file_nodejs", - ".gulp": "_file_gulp" + ".git": "_file_git", + ".github": "_file_github", + ".gulp": "_file_gulp", + "bower_components": "_file_bower" + }, + "folderNamesExpanded": { + "node_modules": "_file_nodejs", + ".git": "_file_git", + ".github": "_file_github", + ".gulp": "_file_gulp", + "bower_components": "_file_bower" }, "languageIds": { "git": "_file_git" diff --git a/test/source.swig b/test/source.swig new file mode 100644 index 0000000..e69de29 From 84079abfd08602a5e1507c4bb76e5d9e10bf862e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:12:01 +0100 Subject: [PATCH 04/10] chore: Update scripts --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d102c7..f32292d 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,10 @@ "start": "npm run remove-min && npm run minimize-icons && npm run minimize-json", "minimize-icons": "svgo -f src/icons -o dist/icons", "minimize-json": "json-minify src/material-theme-icons.json > dist/material-theme-icons.json", - "remove-min": "rimraf min" + "remove-min": "rimraf min", + "release": "npm run bump && npm run changelog", + "changelog": "gulp changelog", + "bump": "gulp bump" }, "categories": [ "Themes", From 0f13362905d79adf611a43ed4e57bcc31868b14a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:22:52 +0100 Subject: [PATCH 05/10] chore: fix markup icon --- src/material-theme-icons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/material-theme-icons.json b/src/material-theme-icons.json index d712913..dafbbba 100644 --- a/src/material-theme-icons.json +++ b/src/material-theme-icons.json @@ -580,10 +580,10 @@ "mli": "_file_ocaml", "cmx": "_file_ocaml", "js.map": "_file_jsmap", - "css.map": "_file_cssmap" + "css.map": "_file_cssmap", + "tmTheme": "_file_markup" }, "fileNames": { - "tmTheme": "_file_markup", "gruntfile.js": "_file_grunt", "bower.json": "_file_bower", "webpack.js": "_file_webpack", From 60ff3c06624a04c49f9571fc35836eb82bfe6c81 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:29:33 +0100 Subject: [PATCH 06/10] chore: Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05298e1..214071e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -# Material Theme β for Visual Studio Code +

+ ### Beta (β) release The most epic theme meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one. From ab283c25dc68343f2eaf2a23b0a0a38ea5e0d97e Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:32:00 +0100 Subject: [PATCH 07/10] chore: Update image header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 214071e..efb8c28 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -

+

### Beta (β) release From efc8aca2746c9cd9c96f7289ea5d885443307b2a Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:34:01 +0100 Subject: [PATCH 08/10] chore: Fix image header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efb8c28..3879684 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -

+

### Beta (β) release From 93ab71e0db8d978b6b1c7cb0f60cbd59c00431d6 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:55:46 +0100 Subject: [PATCH 09/10] chore: Update readme --- README.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3879684..24c8691 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,33 @@ -

+

### Beta (β) release -The most epic theme meet Visual Studio Code. If you have problems, first search for a similiar issue and then report a new one. +[![GitHub tag](https://img.shields.io/github/release/equinusocio/vsc-material-theme.svg?style=flat-square)](https://github.com/equinusocio/vsc-material-theme/releases) +[![Beerpay](https://beerpay.io/equinusocio/vsc-material-theme/badge.svg?style=beer)](https://beerpay.io/equinusocio/vsc-material-theme) + +The most epic theme meet Visual Studio Code. Please note that this theme is still in Beta (β) release. You can help by reporting issues [here](https://github.com/equinusocio/vsc-material-theme/issues) + + +# Easy installation +You can install this awesome theme through the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Equinusocio.vsc-material-theme). +1. Press cmd/ctrl + P +2. Type `ext install vsc-material-theme` + + +# Activate the theme + +1. Press cmd/ctrl + Shift + P and type `color`, then select **Color Theme** +2. Select `Material Theme Darker` or `Material Theme Lighter` fromt the list, then press **Enter** + + +# Recommended settings for a better experience: + +```json + // Controls the font family. + "editor.fontFamily": "Operator Mono", + // Controls the line height. Use 0 to compute the lineHeight from the fontSize. + "editor.lineHeight": 24, + // Enables font ligatures + "editor.fontLigatures": true, +``` \ No newline at end of file From f8735a5cbef514abd042bd33666deeb9a71ee671 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Sat, 11 Feb 2017 14:57:39 +0100 Subject: [PATCH 10/10] release: 0.0.5 --- CHANGELOG.md | 14 +++++--------- package.json | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8a996..b6966c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,17 @@ - -## 0.0.4 (2017-02-09) + +## 0.0.5 (2017-02-11) ### Bug Fixes -* Add bower icon ([b326f26](https://github.com/equinusocio/vsc-material-theme/commit/b326f26)) -* Fix background color for highlighted searched string ([fc94c09](https://github.com/equinusocio/vsc-material-theme/commit/fc94c09)), closes [#4](https://github.com/equinusocio/vsc-material-theme/issues/4) * Fix opened folder icon ([b21c04f](https://github.com/equinusocio/vsc-material-theme/commit/b21c04f)), closes [#1](https://github.com/equinusocio/vsc-material-theme/issues/1) -* Fix var hover background ([a471a2a](https://github.com/equinusocio/vsc-material-theme/commit/a471a2a)) -* Update json icon ([2793178](https://github.com/equinusocio/vsc-material-theme/commit/2793178)) +* Fix some file and folder icons ([5526e62](https://github.com/equinusocio/vsc-material-theme/commit/5526e62)) +* Update some file icons ([88b4739](https://github.com/equinusocio/vsc-material-theme/commit/88b4739)) ### Features -* Add lighter theme (wip) ([8827f12](https://github.com/equinusocio/vsc-material-theme/commit/8827f12)) -* Add Material Theme icon-theme ([8defc56](https://github.com/equinusocio/vsc-material-theme/commit/8defc56)) -* first beta release ([262097f](https://github.com/equinusocio/vsc-material-theme/commit/262097f)) +* **Icons:** Add new icons ([d02f2fe](https://github.com/equinusocio/vsc-material-theme/commit/d02f2fe)) diff --git a/package.json b/package.json index f32292d..1affae1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vsc-material-theme", "displayName": "Material Theme", "description": "The most epic theme now for Visual Studio Code", - "version": "0.0.4", + "version": "0.0.5", "publisher": "Equinusocio", "license": "Apache-2.0", "icon": "logo.png",