add screenshots

This commit is contained in:
Bailey Ling 2013-07-01 03:27:15 +02:00
parent f140b29cb7
commit 02d8d56196
4 changed files with 11 additions and 1 deletions

View File

@ -28,6 +28,16 @@ there are a couple configuration values available:
* `g:airline_theme` change the theme, currently only `default` is available
* `g:airline_powerline_fonts` enable/disable usage of patched powerline font symbols
# demo
## regular font
![img](regular.png)
## powerline font
![img](powerline.png)
# contributions
contributions and pull requests are welcome.

View File

@ -21,6 +21,6 @@ let g:airline#themes#default#visual = {
\ 'mode': [ '#000000' , '#ffaf00' , 232 , 214 , 'bold' ] ,
\ 'mode_seperator': [ '#ffaf00' , '#ff5f00' , 214 , 202 , 'bold' ] ,
\ 'info': [ '#000000' , '#ff5f00' , 232 , 202 , '' ] ,
\ 'info_seperator': [ '#000000' , '#5f0000' , 202 , 52 , 'bold' ] ,
\ 'info_seperator': [ '#ff5f00' , '#5f0000' , 202 , 52 , 'bold' ] ,
\ 'statusline': [ '#ffffff' , '#5f0000' , 15 , 52 , '' ] ,
\ }

BIN
powerline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
regular.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB