summaryrefslogtreecommitdiffstats
path: root/runtime/colors
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors')
-rw-r--r--runtime/colors/slate.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/colors/slate.vim b/runtime/colors/slate.vim
index 12d91bab7d..f9a70b8777 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