-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9905625
commit 74698ec
Showing
17 changed files
with
4,762 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
### JetBrains template | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm | ||
|
||
## Directory-based project format | ||
.idea/ | ||
/*.iml | ||
# if you remove the above rule, at least ignore user-specific stuff: | ||
# .idea/workspace.xml | ||
# .idea/tasks.xml | ||
# .idea/dictionaries | ||
# and these sensitive or high-churn files: | ||
# .idea/dataSources.ids | ||
# .idea/dataSources.xml | ||
# .idea/sqlDataSources.xml | ||
# .idea/dynamic.xml | ||
# and, if using gradle:: | ||
# .idea/gradle.xml | ||
# .idea/libraries | ||
|
||
## File-based project format | ||
*.ipr | ||
*.iws | ||
|
||
## Additional for IntelliJ | ||
out/ | ||
|
||
# generated by mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# generated by JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# generated by Crashlytics plugin (for Android Studio and Intellij) | ||
com_crashlytics_export_strings.xml | ||
|
||
### Windows template | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows Installer files | ||
*.cab | ||
*.msi | ||
*.msm | ||
*.msp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,36 @@ | ||
material-design-color-palette | ||
============================= | ||
# [Material Design Color Palette v1.0.0](http://zavoloklom.github.io/material-design-color-palette) | ||
### Material Design Color Palette: LESS/CSS toolkit | ||
|
||
Color palette created and maintained by [Google](http://www.google.com/design/spec/style/color.html#color-color-palette). | ||
|
||
This color palette comprises primary and accent colors that can be used for illustration or to develop your brand colors. They’ve been designed to work harmoniously with each other. | ||
|
||
##License | ||
|
||
- Material Design Color Palette CSS and LESS files are licensed under the MIT License: | ||
- http://opensource.org/licenses/mit-license.html | ||
- Full details: http://zavoloklom.github.io/material-design-color-palette/license.html | ||
|
||
## Changelog | ||
- v1.0.0 - add all colors from [Google](http://www.google.com/design/spec/style/color.html#color-color-palette) | ||
|
||
## Versioning | ||
|
||
Material Design Color Palette will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format: | ||
|
||
`<major>.<minor>.<patch>` | ||
|
||
And constructed with the following guidelines: | ||
|
||
* New colors from Google or changes that breaking backward compatibility bumps the major (and resets the minor and patch) | ||
* New additions without breaking backward compatibility bumps the minor (and resets the patch) | ||
* Bug fixes and misc changes bumps the patch | ||
|
||
For more information on SemVer, please visit http://semver.org. | ||
|
||
## Author | ||
- Email: [email protected] | ||
- Website: design4net.ru | ||
- Twitter: https://twitter.com/zavoloklom | ||
- GitHub: https://github.com/zavoloklom | ||
- CodePen: http://codepen.io/zavoloklom |
Oops, something went wrong.