diff --git a/README.md b/README.md index 64719342..80b08dcc 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,22 @@ -# Colorize README +# Colorize -Colorize will scan your css files looking for colors and generate a background for each of them. -The background is generated from the color. - -![](assets/demo.gif) +[![codebeat badge](https://codebeat.co/badges/71c89f96-3953-49b5-a5ae-8f40ad1359fd)](https://codebeat.co/projects/github-com-kamikillerto-vscode_colorize) +[![Build Status](https://travis-ci.org/KamiKillertO/vscode_colorize.svg?branch=master)](https://travis-ci.org/KamiKillertO/vscode_colorize) +[![Build status](https://ci.appveyor.com/api/projects/status/errygb6n97kiq75a?svg=true)](https://ci.appveyor.com/project/KamiKillertO/vscode-colorize) +[![Licence](https://img.shields.io/github/license/KamiKillertO/vscode_colorize.svg)](https://github.com/KamiKillertO/vscode_colorize) +![VS Code Marketplace](http://vsmarketplacebadge.apphb.com/version-short/kamikillerto.vscode-colorize.svg) -## Features +Instantly visualize your css colors -Generate background for css hexa color +This extension scan your css files looking for colors and generate a colored background for each of them. +The background is generated from the color. - +- Generate colored background for css hexa color +- Update the background when the color is updated ## Known Issues @@ -21,16 +24,29 @@ Calling out known issues can help limit users opening duplicate issues against y ## Release Notes -### Latest 0.1.0 (2017.01.17) +## Latest 0.1.1 (2017.01.18) + +- README update +- Update logo + +### 0.1.0 (2017.01.17) - First Release - Add support for css hexa colors +- Background update on color update See [CHANGELOG](CHANGELOG.md) for more information. ## Roadmap -These depend on the feedback and user requests. +- [x] Generate background for hexa colors +- [x] Update background on color updates +- [ ] Generate background for rgb colors +- [ ] Generate background for rgba colors +- [ ] Generate background for hsl colors +- [ ] Generate background for hsla colors +- [ ] Generate background for Predefined/Cross-browser colors +- [ ] Generate background for preprocessor variables ## Contributing diff --git a/assets/logo.png b/assets/logo.png index 644cde05..1c7b129f 100644 Binary files a/assets/logo.png and b/assets/logo.png differ diff --git a/assets/logo.svg b/assets/logo.svg index cf9c417a..60d64762 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,18 +1,11 @@ - + - - - - - - - - - - - - #colorize - \ No newline at end of file + + + + + #colorize + diff --git a/package.json b/package.json index ed2ff21f..d6e644e9 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "vscode-colorize", "displayName": "colorize", "description": "A vscode extension to help visualize css colors in files.", - "version": "0.1.0", - "publisher": "KamiKillertO", + "version": "0.1.1", + "publisher": "kamikillerto", "license": "Apache-2.0", "icon": "assets/logo.png", "engines": { @@ -13,18 +13,14 @@ "Other" ], "keywords": [ - "hsl", - "rgb", - "rgba", "color", "css", "hexa", - "sass", - "scss", - "less" + "hsl", + "rgb", + "preprocessor" ], "galleryBanner": { - "color": "#87CEFA", "theme": "dark" }, "activationEvents": [ @@ -43,7 +39,7 @@ "homepage": "https://github.com/KamiKillertO/vscode_colorize", "repository": { "type": "git", - "url": "https://github.com/KamiKillertO/vscode_colorize.git" + "url": "https://github.com/KamiKillertO/vscode_colorize" }, "scripts": { "vscode:prepublish": "tsc -p ./", @@ -56,7 +52,7 @@ "devDependencies": { "@types/chai": "3.4.34", "@types/mocha": "2.2.37", - "@types/node": "6.0.50", + "@types/node": "6.0.60", "chai": "3.5.0", "mocha": "3.2.0", "node-pre-gyp": "0.6.32", diff --git a/yarn.lock b/yarn.lock index 6c03b49e..0245d770 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,9 +10,9 @@ version "2.2.37" resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-2.2.37.tgz#8e0d5327ffa0734999c1010967853de917f3a38e" -"@types/node@6.0.50": - version "6.0.50" - resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.50.tgz#211c61ef6e0c79c466e9755a75d50496aaf94bea" +"@types/node@6.0.60": + version "6.0.60" + resolved "https://registry.yarnpkg.com/@types/node/-/node-6.0.60.tgz#e7e134ebc674ae6ed93c36c767739b110d2c57fc" abbrev@1: version "1.0.9" @@ -730,7 +730,7 @@ glob@3.2.11: inherits "2" minimatch "0.3" -glob@7.0.5, glob@^7.0.5: +glob@7.0.5: version "7.0.5" resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95" dependencies: @@ -751,7 +751,7 @@ glob@^5.0.15, glob@^5.0.3, glob@~5.0.0: once "^1.3.0" path-is-absolute "^1.0.0" -glob@^7.1.1: +glob@^7.0.5, glob@^7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8" dependencies: @@ -1694,8 +1694,8 @@ object-assign@^3.0.0: resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2" object-assign@^4.0.0, object-assign@^4.0.1, object-assign@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.0.tgz#7a3b3d0e98063d43f4c03f2e8ae6cd51a86883a0" + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" object-keys@~0.4.0: version "0.4.0" @@ -1708,13 +1708,7 @@ object.omit@^2.0.0: for-own "^0.1.4" is-extendable "^0.1.1" -once@^1.3.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - dependencies: - wrappy "1" - -once@~1.3.0, once@~1.3.3: +once@^1.3.0, once@~1.3.0, once@~1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/once/-/once-1.3.3.tgz#b2e261557ce4c314ec8304f3fa82663e4297ca20" dependencies: