1
Fork 0
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:
Neur1n 2023-06-25 19:39:53 +08:00 committed by GitHub
parent 9e62390ec1
commit a2f82bd987
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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] {
{