Skip to content

Commit 2ccc66b

Browse files
Add proper attribution to TintedTheming/Schemes project
- Clarify that this Swift package is an API implementation for TintedTheming/Schemes - Credit TintedTheming/Schemes as the primary source of color schemes - Update acknowledgments section with proper attribution
1 parent d26acae commit 2ccc66b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# TintedThemingSwift
22

3-
A Swift package for working with Base16 and Base24 color themes, providing easy access to a wide variety of color schemes for your applications.
3+
A Swift package for working with Base16 and Base24 color themes, providing easy access to a wide variety of color schemes for your iOS, macOS, watchOS, and tvOS applications.
4+
5+
This package is a Swift API implementation for the [TintedTheming/Schemes](https://github.com/tinted-theming/schemes) project, which provides a comprehensive collection of Base16 and Base24 color schemes.
46

57
## Features
68

@@ -160,9 +162,10 @@ Contributions are welcome! Please feel free to submit a Pull Request.
160162

161163
## License
162164

163-
This project is licensed under the MIT License - see the LICENSE file for details.
165+
This project is licensed under the MIT License - see [LICENSE](LICENSE) for details.
164166

165167
## Acknowledgments
166168

169+
- [TintedTheming/Schemes](https://github.com/tinted-theming/schemes) - The primary source of all color schemes used in this package. This Swift package serves as an API implementation for accessing these schemes.
167170
- [Base16](https://github.com/chriskempson/base16) - The original Base16 color scheme specification
168-
- [Tinted Theming](https://github.com/tinted-theming) - Community-driven theming projects
171+
- [Tinted Theming](https://github.com/tinted-theming) - Community-driven theming projects that maintain and develop the scheme specifications

0 commit comments

Comments
 (0)