diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:39:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-24 20:39:31 +0000 |
commit | a7241f5f19fd0865ce697939c347a8c88fb507d5 (patch) | |
tree | e1f1c07fe74094539286be048cc3306f6aedb0bc /runtime/colors | |
parent | f233048a129fa7a3b89e064078435181d6421da5 (diff) | |
download | vim-a7241f5f19fd0865ce697939c347a8c88fb507d5.zip |
updated for version 7.2a
Diffstat (limited to 'runtime/colors')
-rw-r--r-- | runtime/colors/slate.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/colors/slate.vim b/runtime/colors/slate.vim index 12d91bab7..f9a70b877 100644 --- a/runtime/colors/slate.vim +++ b/runtime/colors/slate.vim @@ -9,6 +9,7 @@ if version > 580 syntax reset endif endif +let colors_name = "slate" :hi Normal guifg=White guibg=grey15 :hi Cursor guibg=khaki guifg=slategrey :hi VertSplit guibg=#c2bfa5 guifg=grey40 gui=none cterm=reverse |