Skip to content
This repository was archived by the owner on Jul 3, 2025. It is now read-only.

Feature request: colorize vim highlight lines as well #21

@sagotsky

Description

@sagotsky

My .vimrc and theme files are full of things like:

  highlight VertSplit       ctermfg=235 ctermbg=235
  highlight SpellBad          ctermfg=229 cterm=underline
  hi normal ctermbg=black
  hi Pmenu                     ctermfg=gray ctermbg=235 gui=NONE
  hi PmenuSel                  ctermfg=white ctermbg=236 gui=NONE

They're almost completely meaningless to me.

I would love it if this plugin could highlight those as well. I figure this part of the plugin could only target buffers where filetype=vim and even within that only numbers following a ctermfg or ctermbg.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions