mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-12 16:57:00 +00:00
Reinstate the old names for backward compatibility.
This commit is contained in:
@@ -70,6 +70,10 @@ colorscheme, e.g.:
|
||||
To switch the background from dark to light or vice versa, just set `background`
|
||||
accordingly.
|
||||
|
||||
**Note:** the old names (`solarized8_dark*.vim` and `solarized8_light*.vim`) are
|
||||
still availabled, but **they are deprecated** and will be removed in a future
|
||||
release. Please, use one of the names above.
|
||||
|
||||
If you use Vim packages, there is no need to `packadd solarized8`. Keep your
|
||||
`runtimepath` clean!
|
||||
|
||||
|
||||
4
colors/solarized8_dark.vim
Normal file
4
colors/solarized8_dark.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=dark
|
||||
execute "source" s:dir."solarized8.vim"
|
||||
unlet s:dir
|
||||
4
colors/solarized8_dark_flat.vim
Normal file
4
colors/solarized8_dark_flat.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=dark
|
||||
execute "source" s:dir."solarized8_flat.vim"
|
||||
unlet s:dir
|
||||
4
colors/solarized8_dark_high.vim
Normal file
4
colors/solarized8_dark_high.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=dark
|
||||
execute "source" s:dir."solarized8_high.vim"
|
||||
unlet s:dir
|
||||
5
colors/solarized8_dark_low.vim
Normal file
5
colors/solarized8_dark_low.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=dark
|
||||
execute "source" s:dir."solarized8_low.vim"
|
||||
unlet s:dir
|
||||
|
||||
5
colors/solarized8_light.vim
Normal file
5
colors/solarized8_light.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=light
|
||||
execute "source" s:dir."solarized8.vim"
|
||||
unlet s:dir
|
||||
|
||||
4
colors/solarized8_light_flat.vim
Normal file
4
colors/solarized8_light_flat.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=light
|
||||
execute "source" s:dir."solarized8_flat.vim"
|
||||
unlet s:dir
|
||||
5
colors/solarized8_light_high.vim
Normal file
5
colors/solarized8_light_high.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=light
|
||||
execute "source" s:dir."solarized8_high.vim"
|
||||
unlet s:dir
|
||||
|
||||
4
colors/solarized8_light_low.vim
Normal file
4
colors/solarized8_light_low.vim
Normal file
@@ -0,0 +1,4 @@
|
||||
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
||||
set background=light
|
||||
execute "source" s:dir."solarized8_low.vim"
|
||||
unlet s:dir
|
||||
Reference in New Issue
Block a user