diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-12-11 18:53:29 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-12-11 18:53:29 +0100 |
commit | dfb18411cf3d0cf7fd92b39476768e5f7ca47148 (patch) | |
tree | 6702a04d67dd13878d9d9a6bebebfdc964758866 /runtime/colors | |
parent | 175d0704dfb1247be7f414bfbcf9f5cfeced2794 (diff) | |
download | vim-git-dfb18411cf3d0cf7fd92b39476768e5f7ca47148.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/colors')
-rw-r--r-- | runtime/colors/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/colors/README.txt b/runtime/colors/README.txt index 988e2a048..3b3445cbc 100644 --- a/runtime/colors/README.txt +++ b/runtime/colors/README.txt @@ -36,6 +36,14 @@ Some attributes (e.g., bold) might be set in the defaults that you want removed in your color scheme. Use something like "gui=NONE" to remove the attributes. +In case you want to set 'background' depending on the colorscheme selected, +this autocmd might be useful: + autocmd SourcePre */colors/blue_sky.vim set background=dark +Replace "blue_sky" with the name of the colorscheme. + +In case you want to tweak a colorscheme after it was loaded, check out that +ColorScheme autocmd event. + To see which highlight group is used where, find the help for "highlight-groups" and "group-name". |