You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---A table of fallback colors if a colorscheme used by the user does not have a highlight group, the entry point to this are typically through the `status.colors` option.
63
-
---@fieldfallback_colorstable<string,string>?
63
+
---@fieldfallback_colorsStringMap?
64
64
---Configure which icons that are highlighted based on context
65
65
---Example:
66
66
---
@@ -148,7 +148,7 @@
148
148
--- GitAdd = "",
149
149
---}
150
150
---```
151
-
---@fieldiconsAstroUIIconTable?
151
+
---@fieldiconsStringMap?
152
152
--- A table of only text "icons" used when icons are disabled
153
153
---Example:
154
154
---
@@ -157,7 +157,7 @@
157
157
--- GitAdd = "[+]",
158
158
---}
159
159
---```
160
-
---@fieldtext_iconsAstroUIIconTable?
160
+
---@fieldtext_iconsStringMap?
161
161
---Configuration options for the AstroNvim lines and bars built with the `status` API.
0 commit comments