2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 21:13:22 +00:00

Compare commits

..

5 Commits

Author SHA1 Message Date
Nadiyar
16d08d446f
Merge branch 'master' into patch-1 2024-12-29 11:54:18 +03:30
Nadiyar
97b38465a1
docs: remove extra space
Co-authored-by: sammy <torchedsammy@gmail.com>
2024-12-29 11:45:22 +03:30
Nadiyar
8c85653d72
docs: add new line
Co-authored-by: sammy <torchedsammy@gmail.com>
2024-12-29 11:44:51 +03:30
Nadiyar
5778f0cc2d
Update CHANGELOG.md 2024-12-16 03:55:24 +03:30
Nadiyar
fee75c9ff8
Update lunacolors.md 2024-12-16 03:46:12 +03:30

View File

@ -29,7 +29,7 @@ Colors:
- cyan - cyan
- white - white
Styles: Styles:
- reset - reset
- bold - bold
- dim - dim
@ -40,5 +40,5 @@ Styles:
For the colors, there are background and bright variants. Background color For the colors, there are background and bright variants. Background color
variants have a `Bg` suffix, while bright variants use the `bright` prefix. 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. 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 For example, bright blue would be written as `brightBlue`, a cyan background as
`cyanBg`, and combining them would result in `brightBlueBg`. `cyanBg`, and combining them would result in `brightBlueBg`.