Skip to content

Commit

Permalink
Add color-shades extension (raycast#7424)
Browse files Browse the repository at this point in the history
* Add color shades extensions to generate and manage colors shades palettes

* Change wording for copy as variables
  • Loading branch information
qeude authored Jul 14, 2023
1 parent 039493b commit da1acf4
Show file tree
Hide file tree
Showing 19 changed files with 2,770 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/color-shades/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
10 changes: 10 additions & 0 deletions extensions/color-shades/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/color-shades/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/color-shades/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Color shades generator Changelog

## [Initial Version] - 2023-07-06
3 changes: 3 additions & 0 deletions extensions/color-shades/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Color shades generator

Generate color shades from a base color and manage your generated color shades palettes.
Binary file added extensions/color-shades/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da1acf4

Please sign in to comment.