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

Compare commits

..

4 Commits

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`.