mirror of
https://github.com/vim-airline/vim-airline-themes
synced 2025-02-08 21:46:59 +00:00
add more screenshots, tweak simple theme to use nicer powerline symbol
This commit is contained in:
parent
0db74ea089
commit
825df128d8
16
README.md
16
README.md
@ -36,13 +36,21 @@ i wrote the initial version on an airplane, and since it's light as air it turne
|
|||||||
|
|
||||||
# screenshots
|
# 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
|
# contributions
|
||||||
|
|
||||||
|
@ -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:bg = 233
|
||||||
let s:sepc = 236
|
let s:sepc = 236
|
||||||
let s:sepg = '#303030'
|
let s:sepg = '#303030'
|
||||||
|
BIN
powerline.png
BIN
powerline.png
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
BIN
regular.png
BIN
regular.png
Binary file not shown.
Before Width: | Height: | Size: 35 KiB |
BIN
screenshots/dark-powerline.png
Normal file
BIN
screenshots/dark-powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
screenshots/dark.png
Normal file
BIN
screenshots/dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
screenshots/light.png
Normal file
BIN
screenshots/light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
BIN
screenshots/simple.png
Normal file
BIN
screenshots/simple.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 KiB |
Loading…
Reference in New Issue
Block a user