Skip to content

Instantly share code, notes, and snippets.

@shmup
Last active April 16, 2020 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shmup/132ea897cec6c0074aad2075fc50ef64 to your computer and use it in GitHub Desktop.
Save shmup/132ea897cec6c0074aad2075fc50ef64 to your computer and use it in GitHub Desktop.
When intently combing code and comment relevancy, I want 'em to scream
" scream.vim, so comments stand out when I'm intently combing code
" :SCREAM - Grey100 on IndianRed
" :WHISPER - Apprentice defaults
function! LouderComments() abort
highlight Comment ctermbg=131 ctermfg=231
highlight Todo ctermbg=131 ctermfg=231 cterm=reverse
endfunction
command! SCREAM silent! call LouderComments()
command! WHISPER silent! colorscheme apprentice
@shmup
Copy link
Author

shmup commented Apr 16, 2020

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment