diff --git a/autoload/airline/themes/gotham.vim b/autoload/airline/themes/gotham.vim index 65cb2cf..172fe47 100644 --- a/autoload/airline/themes/gotham.vim +++ b/autoload/airline/themes/gotham.vim @@ -42,7 +42,7 @@ endfunction " Normal mode ================================================================= " Colors. -let s:N1 = s:Array('base2', 'blue') +let s:N1 = s:Array('base6', 'blue') let s:N2 = s:Array('base5', 'base2') let s:N3 = s:Array('blue', 'base1') diff --git a/autoload/airline/themes/gotham256.vim b/autoload/airline/themes/gotham256.vim index 9ee0967..76fe27f 100644 --- a/autoload/airline/themes/gotham256.vim +++ b/autoload/airline/themes/gotham256.vim @@ -42,7 +42,7 @@ endfunction " Normal mode ================================================================= " Colors. -let s:N1 = s:Array('base2', 'blue') +let s:N1 = s:Array('base6', 'blue') let s:N2 = s:Array('base5', 'base2') let s:N3 = s:Array('blue', 'base1')