From 2499bfc2340c768926e7b5c425b4b445406c49f1 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Sat, 20 Oct 2018 16:32:21 +0200 Subject: [PATCH] Remove deprecated colorscheme names (_dark*/_light*). --- Readme.md | 7 ++----- colors/solarized8_dark.vim | 4 ---- colors/solarized8_dark_flat.vim | 4 ---- colors/solarized8_dark_high.vim | 4 ---- colors/solarized8_dark_low.vim | 5 ----- colors/solarized8_light.vim | 5 ----- colors/solarized8_light_flat.vim | 4 ---- colors/solarized8_light_high.vim | 5 ----- colors/solarized8_light_low.vim | 4 ---- 9 files changed, 2 insertions(+), 40 deletions(-) delete mode 100644 colors/solarized8_dark.vim delete mode 100644 colors/solarized8_dark_flat.vim delete mode 100644 colors/solarized8_dark_high.vim delete mode 100644 colors/solarized8_dark_low.vim delete mode 100644 colors/solarized8_light.vim delete mode 100644 colors/solarized8_light_flat.vim delete mode 100644 colors/solarized8_light_high.vim delete mode 100644 colors/solarized8_light_low.vim diff --git a/Readme.md b/Readme.md index bfffd25..22631e0 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,3 @@ -**NOTE: version 1.0.0 has backward incompatible changes. Please review this Readme!** - # Solarized 8: True Colors Solarized 8 Flat Dark | Solarized 8 Flat Light @@ -88,9 +86,8 @@ colorscheme, e.g.: To switch the background from dark to light or vice versa, just set `background` accordingly. -**Note:** the old names (`solarized8_dark*` and `solarized8_light*`) are -still available, but **they are deprecated** and will be removed in a future -release. Please use one of the names above. +**Note:** the old names (`solarized8_dark*` and `solarized8_light*`) have been +removed in v1.1.1. Please use one of the names above. If you use Vim packages, there is no need to `packadd solarized8`. Keep your `runtimepath` clean! diff --git a/colors/solarized8_dark.vim b/colors/solarized8_dark.vim deleted file mode 100644 index 7a00223..0000000 --- a/colors/solarized8_dark.vim +++ /dev/null @@ -1,4 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=dark -execute "source" s:dir."solarized8.vim" -unlet s:dir diff --git a/colors/solarized8_dark_flat.vim b/colors/solarized8_dark_flat.vim deleted file mode 100644 index 9dd77b3..0000000 --- a/colors/solarized8_dark_flat.vim +++ /dev/null @@ -1,4 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=dark -execute "source" s:dir."solarized8_flat.vim" -unlet s:dir diff --git a/colors/solarized8_dark_high.vim b/colors/solarized8_dark_high.vim deleted file mode 100644 index 925f6a7..0000000 --- a/colors/solarized8_dark_high.vim +++ /dev/null @@ -1,4 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=dark -execute "source" s:dir."solarized8_high.vim" -unlet s:dir diff --git a/colors/solarized8_dark_low.vim b/colors/solarized8_dark_low.vim deleted file mode 100644 index e42d986..0000000 --- a/colors/solarized8_dark_low.vim +++ /dev/null @@ -1,5 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=dark -execute "source" s:dir."solarized8_low.vim" -unlet s:dir - diff --git a/colors/solarized8_light.vim b/colors/solarized8_light.vim deleted file mode 100644 index ae48f22..0000000 --- a/colors/solarized8_light.vim +++ /dev/null @@ -1,5 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=light -execute "source" s:dir."solarized8.vim" -unlet s:dir - diff --git a/colors/solarized8_light_flat.vim b/colors/solarized8_light_flat.vim deleted file mode 100644 index f2f7c67..0000000 --- a/colors/solarized8_light_flat.vim +++ /dev/null @@ -1,4 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=light -execute "source" s:dir."solarized8_flat.vim" -unlet s:dir diff --git a/colors/solarized8_light_high.vim b/colors/solarized8_light_high.vim deleted file mode 100644 index 6bcca19..0000000 --- a/colors/solarized8_light_high.vim +++ /dev/null @@ -1,5 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=light -execute "source" s:dir."solarized8_high.vim" -unlet s:dir - diff --git a/colors/solarized8_light_low.vim b/colors/solarized8_light_low.vim deleted file mode 100644 index b7d500a..0000000 --- a/colors/solarized8_light_low.vim +++ /dev/null @@ -1,4 +0,0 @@ -let s:dir = expand(':p:h').(!exists("+shellslash") || &shellslash ? '/' : '\') -set background=light -execute "source" s:dir."solarized8_low.vim" -unlet s:dir