Skip to content

Commit

Permalink
Up to spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByZach committed Jan 5, 2019
1 parent 02e07bc commit 7cc1035
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 92 deletions.
25 changes: 0 additions & 25 deletions Context.sublime-menu

This file was deleted.

152 changes: 94 additions & 58 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,60 +1,96 @@
[
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "ColorHelper",
"children":
[
{
"caption": "Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/ColorHelper/color_helper.sublime-settings",
"default": "// Settings in here override those in \"ColorHelper/color_helper.sublime-settings\",\n\n{\n\t$0\n}\n"
}
},
{ "caption": "-" },
{
"caption": "Changelog",
"command": "color_helper_changes"
},
{
"caption": "Documentation",
"command": "color_helper_open_site",
"args": {
"url": "http://facelessuser.github.io/ColorHelper/"
}
},
{
"caption": "Quick Start Guide",
"command": "color_helper_doc",
"args": {
"page": "${packages}/ColorHelper/quickstart.md"
}
},
{ "caption": "-" },
{
"caption": "Support Info",
"command": "color_helper_support_info"
},
{
"caption": "Issues",
"command": "color_helper_open_site",
"args": {
"url": "https://github.com/facelessuser/ColorHelper/issues"
}
}
]
}
]
}
]
}
{
"caption": "Tools",
"mnemonic": "T",
"id": "tools",
"children":
[
{
"id": "packages",
"caption": "Packages",
"children":
[
{
"caption": "Color Helper",
"children":
[
{
"caption": "Color Info",
"command": "color_helper",
"args": { "mode": "info" }
},
{
"caption": "Color Palettes",
"command": "color_helper",
"args": { "mode": "palette" }
},
{
"caption": "Color Picker",
"command": "color_helper",
"args": { "mode": "color_picker" }
}
]
}
]
}
]
},
{
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"id": "package-settings",
"children":
[
{
"caption": "ColorHelper",
"children":
[
{
"caption": "Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/ColorHelper/color_helper.sublime-settings",
"default": "// Settings in here override those in \"ColorHelper/color_helper.sublime-settings\",\n\n{\n\t$0\n}\n"
}
},
{ "caption": "-" },
{
"caption": "Changelog",
"command": "color_helper_changes"
},
{
"caption": "Documentation",
"command": "color_helper_open_site",
"args": {
"url": "https://facelessuser.github.io/ColorHelper/"
}
},
{
"caption": "Quick Start Guide",
"command": "color_helper_doc",
"args": {
"page": "${packages}/ColorHelper/quickstart.md"
}
},
{ "caption": "-" },
{
"caption": "Support Info",
"command": "color_helper_support_info"
},
{
"caption": "Issues",
"command": "color_helper_open_site",
"args": {
"url": "https://github.com/facelessuser/ColorHelper/issues"
}
}
]
}
]
}
]
}
]
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[![Unix Build Status][travis-image]][travis-link]
[![Package Control Downloads][pc-image]][pc-link]
![License][license-image]
# ColorHelper

ColorHelper makes work with colors easier by providing inline color previews in your documents (ST3 build 3118+) and offers tooltips with color previews of stylesheet colors, provides color translation, and allows the storing and accessing of favorite colors in color palettes. Most features are optionally configurable. For the most part, these tooltips should show any time the cursor is in a CSS, SCSS, or SASS color. It should also appear when in HTML style attributes.
Expand Down Expand Up @@ -37,9 +34,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE

[travis-image]: https://img.shields.io/travis/facelessuser/ColorHelper.svg
[travis-link]: https://travis-ci.org/facelessuser/ColorHelper
[pc-image]: https://img.shields.io/packagecontrol/dt/ColorHelper.svg
[pc-link]: https://packagecontrol.io/packages/ColorHelper
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg

0 comments on commit 7cc1035

Please sign in to comment.