mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-11 00:07:05 +00:00
Reinstate the old names for backward compatibility.
This commit is contained in:
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