diff --git a/colors/highlite.vim b/colors/highlite.vim index 5847b91..38a1f3c 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -116,9 +116,7 @@ local purple_light = {'#af60af', 63, 'magenta'} = { bg=, -- The color used for background color, or use 'NONE', 'fg' or 'bg' fg=, -- The color used for foreground color, or use 'NONE', 'fg' or 'bg' - --[[ Style can be 'bold', 'italic', and more. See |attr-list| for more information. - Style can also have a color, and/or multiple s. - ]] + -- Style can be 'bold', 'italic', and more. See |attr-list| for more information. It can also have a color, and/or multiple s. style=|{ [, ] [color=]}) } ```