mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-13 13:33:49 -05:00
Update vim-airline URLs
This commit is contained in:
@@ -73,13 +73,13 @@ A dark Vim color scheme for the GUI and 16/256-color terminals, based on [FlatCo
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
This repository includes a companion [vim-airline](https://github.com/bling/vim-airline) theme for use with onedark.vim.
|
This repository includes a companion [vim-airline](https://github.com/vim-airline/vim-airline) theme for use with onedark.vim.
|
||||||
|
|
||||||
The vim-airline theme:
|
The vim-airline theme:
|
||||||
|
|
||||||
* Depends on onedark.vim for its colors, and must therefore be used in conjunction with it.
|
* Depends on onedark.vim for its colors, and must therefore be used in conjunction with it.
|
||||||
* Works with both color modes available in onedark.vim (16 or 256 colors), as specified in the configuration for onedark.vim.
|
* Works with both color modes available in onedark.vim (16 or 256 colors), as specified in the configuration for onedark.vim.
|
||||||
* Is based on vim-airline's ["tomorrow" theme](https://github.com/bling/vim-airline/blob/master/autoload/airline/themes/tomorrow.vim).
|
* Is based on vim-airline's ["tomorrow" theme](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/tomorrow.vim).
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
" [onedark.vim](https://github.com/joshdick/onedark.vim/)
|
" [onedark.vim](https://github.com/joshdick/onedark.vim/)
|
||||||
|
|
||||||
" This is a [vim-airline](https://github.com/bling/vim-airline) theme for use with
|
" This is a [vim-airline](https://github.com/vim-airline/vim-airline) theme for use with
|
||||||
" the [onedark.vim](https://github.com/joshdick/onedark.vim) colorscheme.
|
" the [onedark.vim](https://github.com/joshdick/onedark.vim) colorscheme.
|
||||||
|
|
||||||
" It is based on vim-airline's ["tomorrow" theme](https://github.com/bling/vim-airline/blob/master/autoload/airline/themes/tomorrow.vim).
|
" It is based on vim-airline's ["tomorrow" theme](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/tomorrow.vim).
|
||||||
|
|
||||||
let g:airline#themes#onedark#palette = {}
|
let g:airline#themes#onedark#palette = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user