addet blesh
This commit is contained in:
parent
58205a50b9
commit
8c8d8e9962
302 changed files with 74275 additions and 0 deletions
21
.local/share/blesh/contrib/airline/base16_summerfruit.bash
Normal file
21
.local/share/blesh/contrib/airline/base16_summerfruit.bash
Normal file
|
@ -0,0 +1,21 @@
|
|||
# From github:vim-airline/vim-airline-themes/autoload/airline/themes/base16_summerfruit.vim
|
||||
# The MIT License (MIT)
|
||||
# Copyright (C) 2013-2021 Bailey Ling & Contributors.
|
||||
#
|
||||
# vim-airline template by chartoin (http://github.com/chartoin)
|
||||
# Base 16 Summerfruit Scheme by Christopher Corley (http://cscorley.github.io/)
|
||||
|
||||
ble-import lib/vim-airline
|
||||
|
||||
function ble/lib/vim-airline/theme:base16_summerfruit/initialize {
|
||||
ble-face -r vim_airline_@
|
||||
ble-face -s vim_airline_a fg=234,bg=40 # fg=#202020,bg=#00c918
|
||||
ble-face -s vim_airline_a_inactive fg=252,bg=234 # fg=#d0d0d0,bg=#202020
|
||||
ble-face -s vim_airline_a_insert fg=234,bg=68 # fg=#202020,bg=#3777e6
|
||||
ble-face -s vim_airline_a_replace fg=234,bg=198 # fg=#202020,bg=#ff0086
|
||||
ble-face -s vim_airline_a_visual fg=234,bg=127 # fg=#202020,bg=#ad00a1
|
||||
ble-face -s vim_airline_b fg=254,bg=236 # fg=#e0e0e0,bg=#303030
|
||||
ble-face -s vim_airline_b_inactive fg=252,bg=234 # fg=#d0d0d0,bg=#202020
|
||||
ble-face -s vim_airline_c fg=208,bg=234 # fg=#fd8900,bg=#202020
|
||||
ble-face -s vim_airline_c_inactive fg=252,bg=234 # fg=#d0d0d0,bg=#202020
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue