mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-08 01:54:44 +08:00
@@ -1,5 +1,3 @@
|
|||||||
function! airline#themes#deus#refresh()
|
|
||||||
|
|
||||||
if get(g:, 'deus_termcolors', 256) == 16
|
if get(g:, 'deus_termcolors', 256) == 16
|
||||||
let s:term_red = 1
|
let s:term_red = 1
|
||||||
let s:term_green = 2
|
let s:term_green = 2
|
||||||
@@ -117,7 +115,3 @@ function! airline#themes#deus#refresh()
|
|||||||
|
|
||||||
let g:airline#themes#deus#palette.replace_modified.airline_error =
|
let g:airline#themes#deus#palette.replace_modified.airline_error =
|
||||||
\ g:airline#themes#deus#palette.normal.airline_error
|
\ g:airline#themes#deus#palette.normal.airline_error
|
||||||
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
call airline#themes#deus#refresh()
|
|
||||||
|
|||||||
@@ -213,6 +213,15 @@ Has no effect if using true/24-bit color. To enable 16-color mode: >
|
|||||||
described in the installation notes for the joshdick/onedark.vim colorscheme:
|
described in the installation notes for the joshdick/onedark.vim colorscheme:
|
||||||
(https://github.com/joshdick/onedark.vim#installation)
|
(https://github.com/joshdick/onedark.vim#installation)
|
||||||
|
|
||||||
|
*airline-theme-deus*
|
||||||
|
|
||||||
|
*g:deus_termcolors*
|
||||||
|
|
||||||
|
Set to 256 for 256-color mode (the default), or 16 for 16-color mode.
|
||||||
|
Has no effect if using true/24-bit color. To enable 16-color mode: >
|
||||||
|
|
||||||
|
let g:onedark_termcolors = 16
|
||||||
|
<
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CONTRIBUTIONS *airline-themes-contributions*
|
CONTRIBUTIONS *airline-themes-contributions*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user