add more screenshots, tweak simple theme to use nicer powerline symbol

This commit is contained in:
bling 2013-07-04 22:19:09 -04:00
parent 0db74ea089
commit 825df128d8
8 changed files with 17 additions and 4 deletions

View File

@ -36,13 +36,21 @@ i wrote the initial version on an airplane, and since it's light as air it turne
# screenshots
## regular font
## dark theme with a regular font
![img](regular.png)
![img](screenshots/dark.png)
## powerline font
## dark theme with the powerline font
![img](powerline.png)
![img](screenshots/dark-powerline.png)
## simple theme
![img](screenshots/simple.png)
## light theme
![img](screenshots/light.png)
# contributions

View File

@ -1,3 +1,8 @@
if g:airline_powerline_fonts
let g:airline_left_sep = ''
let g:airline_right_sep = ''
endif
let s:bg = 233
let s:sepc = 236
let s:sepg = '#303030'

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
screenshots/dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
screenshots/light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
screenshots/simple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB