mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
fix: fix default fg and bg coloring for hl.nu (#537)
This commit is contained in:
parent
9e62390ec1
commit
a2f82bd987
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ export def combine [txt: string, fg: record, bg: record] {
|
|||
}
|
||||
|
||||
export def create [txt: string,
|
||||
fg = "n", bg = "n",
|
||||
fg = "default", bg = "default",
|
||||
bli = false, bol = false, dim = false, hid = false,
|
||||
ita = false, rev = false, stk = false, und = false] {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue