mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-21 21:13:22 +00:00
Compare commits
5 Commits
14ea19f9d8
...
16d08d446f
Author | SHA1 | Date | |
---|---|---|---|
|
16d08d446f | ||
|
97b38465a1 | ||
|
8c85653d72 | ||
|
5778f0cc2d | ||
|
fee75c9ff8 |
@ -3,6 +3,8 @@
|
||||
## Unreleased
|
||||
### Added
|
||||
- Forward/Right arrow key will fill in hint text (#327)
|
||||
### Changed
|
||||
- Documentation for Lunacolors has been improved, with more information added.
|
||||
|
||||
## [2.3.4] - 2024-12-28
|
||||
### Fixed
|
||||
|
@ -28,14 +28,17 @@ Colors:
|
||||
- magenta
|
||||
- cyan
|
||||
- white
|
||||
|
||||
Styles:
|
||||
- reset
|
||||
- bold
|
||||
- dim
|
||||
- italic
|
||||
- underline
|
||||
- invert
|
||||
|
||||
For the colors, there are background and bright variants. The background
|
||||
color variants have a suffix of `Bg` and bright has a prefix of `bright`.
|
||||
Note that appropriate camel casing has to be applied to them. So bright
|
||||
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.
|
||||
For example, bright blue would be written as `brightBlue`, a cyan background as
|
||||
`cyanBg`, and combining them would result in `brightBlueBg`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user