mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 14:04:53 +02:00
add screenshots
This commit is contained in:
parent
f140b29cb7
commit
02d8d56196
10
README.md
10
README.md
@ -28,6 +28,16 @@ there are a couple configuration values available:
|
|||||||
* `g:airline_theme` change the theme, currently only `default` is available
|
* `g:airline_theme` change the theme, currently only `default` is available
|
||||||
* `g:airline_powerline_fonts` enable/disable usage of patched powerline font symbols
|
* `g:airline_powerline_fonts` enable/disable usage of patched powerline font symbols
|
||||||
|
|
||||||
|
# demo
|
||||||
|
|
||||||
|
## regular font
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## powerline font
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
# contributions
|
# contributions
|
||||||
|
|
||||||
contributions and pull requests are welcome.
|
contributions and pull requests are welcome.
|
||||||
|
@ -21,6 +21,6 @@ let g:airline#themes#default#visual = {
|
|||||||
\ 'mode': [ '#000000' , '#ffaf00' , 232 , 214 , 'bold' ] ,
|
\ 'mode': [ '#000000' , '#ffaf00' , 232 , 214 , 'bold' ] ,
|
||||||
\ 'mode_seperator': [ '#ffaf00' , '#ff5f00' , 214 , 202 , 'bold' ] ,
|
\ 'mode_seperator': [ '#ffaf00' , '#ff5f00' , 214 , 202 , 'bold' ] ,
|
||||||
\ 'info': [ '#000000' , '#ff5f00' , 232 , 202 , '' ] ,
|
\ 'info': [ '#000000' , '#ff5f00' , 232 , 202 , '' ] ,
|
||||||
\ 'info_seperator': [ '#000000' , '#5f0000' , 202 , 52 , 'bold' ] ,
|
\ 'info_seperator': [ '#ff5f00' , '#5f0000' , 202 , 52 , 'bold' ] ,
|
||||||
\ 'statusline': [ '#ffffff' , '#5f0000' , 15 , 52 , '' ] ,
|
\ 'statusline': [ '#ffffff' , '#5f0000' , 15 , 52 , '' ] ,
|
||||||
\ }
|
\ }
|
||||||
|
BIN
powerline.png
Normal file
BIN
powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
regular.png
Normal file
BIN
regular.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
Loading…
x
Reference in New Issue
Block a user