From 048d5bf1c1af0eb2b7ef3ce95c3a1386b6a5662a Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Thu, 31 Jul 2014 01:01:08 -0600 Subject: [PATCH] Added question about custom highlights, per issue #8 --- README.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.markdown b/README.markdown index 83e97df..7409c64 100644 --- a/README.markdown +++ b/README.markdown @@ -307,6 +307,25 @@ background: $ defaults write org.vim.MacVim MMNativeFullScreen 1 ``` +### Q: How can I apply my own custom highlights? + +_thematic_ doesn't yet support theme-specific customization beyond the `-fix` +and `-mute` options mentioned above, but you can ensure that custom highlights +are used in your `.vimrc`, for example: + +```vim +augroup MyCustomHighlights + autocmd! + autocmd colorscheme * + \ highlight SpellBad gui=bold guibg=#faa | + \ highlight SpellCap gui=bold guibg=#faf | + \ highlight SpellRare gui=bold guibg=#aff | + \ highlight SpellLocal gui=bold guibg=#ffa +augroup END +``` + +This will apply across all themes, as well as manual colorscheme changes. + ## Monospaced fonts Whether using terminal or GUI-based Vim, a good monospaced font can