mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-01-09 01:02:19 +08:00
Check base16colorspace = 256 color in oceanicnext
- This fixes the airline if you're running with 256 colors matching the base16 colorscheme setup for oceanicnext
This commit is contained in:
@@ -176,9 +176,16 @@ colors in the terminal: (https://github.com/chriskempson/base16-shell). The
|
||||
colors used in this theme are within the 21 term colors set by Base16 Shell.
|
||||
The theme supports 2 options described below.
|
||||
|
||||
*g:airline_base16_oceanicnext*
|
||||
|
||||
Allow 256 color use of the base16_oceanicnext theme. Without this setting
|
||||
base16_oceanicnext may look incorrect in 256 color mode. To enable it: >
|
||||
|
||||
let base16colorspace = 256
|
||||
|
||||
*g:airline_base16_solarized*
|
||||
|
||||
Adjusts the colors to match base16_solirazed shell theme. You may also try to
|
||||
Adjusts the colors to match base16_solarized shell theme. You may also try to
|
||||
use it with other Base16 Shell themes. To enable it: >
|
||||
|
||||
let g:airline_base16_solarized = 1
|
||||
|
||||
Reference in New Issue
Block a user