diff --git a/lua/catppuccin/types.lua b/lua/catppuccin/types.lua index 555fa7f1..01079776 100644 --- a/lua/catppuccin/types.lua +++ b/lua/catppuccin/types.lua @@ -223,7 +223,7 @@ -- Whether to enable the integration. ---@field enabled boolean -- Sets the color of the scope line ----@field scope_color string? +---@field scope_color CtpColor? -- Enables char highlights per indent level. -- Follow the instructions on the plugins GitHub repo to set it up. ---@field colored_indent_levels boolean?