I would like to turn off the strong yellow background of the comments before a function. For example:

/**
  *  This is a comment with a strong, distracting yellow background.
  */
function this_is_a_function() {
    // This comment looks normal.
    drupal_exit();
}

I'm using vim with the "desert" colorscheme with "background=dark", therefore the highlighted comment is very distracting. How could I turn it off?

Thank you!

Comments

camil.bancioiu created an issue. See original summary.

rodrigoaguilera’s picture

Status: Active » Closed (won't fix)

I think that is related to the theme you choose. It is true that function header comments are a different color than the inline comments and that is the responsibility of this plugin:

https://cgit.drupalcode.org/vimrc/tree/bundle/vim-plugin-for-drupal/synt...

But I think that should be a setting for your theme, not for this plugin