-
Notifications
You must be signed in to change notification settings - Fork 23
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
Improve Lunacolors.md #331
base: master
Are you sure you want to change the base?
Conversation
@@ -28,14 +28,17 @@ Colors: | |||
- magenta | |||
- cyan | |||
- white | |||
|
|||
Styles: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Styles: | |
Styles: |
For the colors, there are background and bright variants. Background color | ||
variants have a `Bg` suffix, while bright variants use the `bright` prefix. | ||
These can also be combined. Note that appropriate camel casing must be applied. | ||
For example, bright blue would be written as `brightBlue`, a cyan background as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, bright blue would be written as `brightBlue`, a cyan background as | |
For example, bright blue would be written as `brightBlue`, a cyan background as |
blue would be `brightBlue` and background cyan would be `cyanBg`. | ||
For the colors, there are background and bright variants. Background color | ||
variants have a `Bg` suffix, while bright variants use the `bright` prefix. | ||
These can also be combined. Note that appropriate camel casing must be applied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These can also be combined. Note that appropriate camel casing must be applied. | |
These can also be combined. Note that appropriate camel casing must be applied. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small markdown changes. make sure to actually read the contributing.md and make your commits conventional and PR title.
Improved document formatting and mentioned 2 Lunacolors styles; reset and bright backgrounds.