diff --git a/autoload/lightline/colorscheme/solarized_dark.vim b/autoload/lightline/colorscheme/solarized_dark.vim index 526db25..f2b5f2c 100644 --- a/autoload/lightline/colorscheme/solarized_dark.vim +++ b/autoload/lightline/colorscheme/solarized_dark.vim @@ -3,10 +3,10 @@ " Version: 0.0 " Author: itchyny " License: MIT License -" Last Change: 2013/12/29 08:51:40. +" Last Change: 2014/01/02 23:40:14. " ============================================================================= let s:base03 = [ '#002b36', 17 ] -let s:base02 = [ '#073642', 23 ] +let s:base02 = [ '#073642', 24 ] let s:base01 = [ '#586e75', 241 ] let s:base00 = [ '#657b83', 66 ] let s:base0 = [ '#839496', 102 ] diff --git a/autoload/lightline/colorscheme/solarized_light.vim b/autoload/lightline/colorscheme/solarized_light.vim index 4c470ba..576e245 100644 --- a/autoload/lightline/colorscheme/solarized_light.vim +++ b/autoload/lightline/colorscheme/solarized_light.vim @@ -3,10 +3,10 @@ " Version: 0.0 " Author: itchyny " License: MIT License -" Last Change: 2013/12/29 08:51:38. +" Last Change: 2014/01/02 23:41:00. " ============================================================================= let s:base03 = [ '#002b36', 17 ] -let s:base02 = [ '#073642', 23 ] +let s:base02 = [ '#073642', 24 ] let s:base01 = [ '#586e75', 241 ] let s:base00 = [ '#657b83', 66 ] let s:base0 = [ '#839496', 102 ]