Skip to content

Commit

Permalink
Merged release/v0.1.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiKillertO committed Jan 18, 2017
2 parents 0ecd7a5 + e7f8de5 commit 3a3549a
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 51 deletions.
40 changes: 28 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,52 @@
# 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.

<!--Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.
![](https://raw.githubusercontent.com/KamiKillertO/vscode_colorize/master/assets/demo.gif)

For example if there is an image subfolder under your extension project workspace:
## Features

> Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.-->
- Generate colored background for css hexa color
- Update the background when the color is updated

## Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

## 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

Expand Down
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 7 additions & 14 deletions assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -13,18 +13,14 @@
"Other"
],
"keywords": [
"hsl",
"rgb",
"rgba",
"color",
"css",
"hexa",
"sass",
"scss",
"less"
"hsl",
"rgb",
"preprocessor"
],
"galleryBanner": {
"color": "#87CEFA",
"theme": "dark"
},
"activationEvents": [
Expand All @@ -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 ./",
Expand All @@ -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",
Expand Down
22 changes: 8 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit 3a3549a

Please sign in to comment.