Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Expand color definitions on hexadecimal values #85

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

mdsanima
Copy link
Contributor

In the color library, expanded color definitions with both integer and hexadecimal values for broader utility in scripting. Made color variable names read-only to enforce immutable color standards across the project. This change could facilitate future implementation of color-coded output or theming standards within scripts or command-line tools. Additionally, it lays the groundwork for consistency in color usage, preventing accidental overwrites and reducing errors.

Updated the README to include the '.sh' file extension in library references, enhancing clarity. Documented direct links to function definitions providing immediate access to code details. Improved example usages to showcase additional color values for better testing.

These enhancements are designed to improve developer experience by providing better documentation, clearer examples, and more robust tools for color management within the shell scripts.

In the color library, expanded color definitions with both integer
and hexadecimal values for broader utility in scripting. Made color
variable names read-only to enforce immutable color standards across
the project. This change could facilitate future implementation of
color-coded output or theming standards within scripts or command-line
tools. Additionally, it lays the groundwork for consistency in color
usage, preventing accidental overwrites and reducing errors.

Updated the README to include the '.sh' file extension in library references,
enhancing clarity. Documented direct links to function definitions providing
immediate access to code details. Improved example usages to showcase
additional color values for better testing.

These enhancements are designed to improve developer experience by providing
better documentation, clearer examples, and more robust tools for color
management within the shell scripts.
@mdsanima mdsanima merged commit 70d59c4 into main Feb 15, 2024
1 check passed
@mdsanima mdsanima deleted the feat/hex-color-palette branch February 15, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant