docs: extend the lunacolors guide

pull/331/head^2
Nadiyar 2024-12-16 03:46:12 +03:30 committed by Nadiyar
parent 36ce05e85a
commit cccd874ffb
1 changed files with 8 additions and 5 deletions

View File

@ -28,14 +28,17 @@ Colors:
- magenta - magenta
- cyan - cyan
- white - white
Styles: Styles:
- reset
- bold - bold
- dim - dim
- italic - italic
- underline - underline
- invert - invert
For the colors, there are background and bright variants. The background For the colors, there are background and bright variants. Background color
color variants have a suffix of `Bg` and bright has a prefix of `bright`. variants have a `Bg` suffix, while bright variants use the `bright` prefix.
Note that appropriate camel casing has to be applied to them. So bright These can also be combined. Note that appropriate camel casing must be applied.
blue would be `brightBlue` and background cyan would be `cyanBg`. For example, bright blue would be written as `brightBlue`, a cyan background as
`cyanBg`, and combining them would result in `brightBlueBg`.