addet blesh
This commit is contained in:
parent
58205a50b9
commit
8c8d8e9962
302 changed files with 74275 additions and 0 deletions
24
.local/share/blesh/contrib/airline/hybrid.bash
Normal file
24
.local/share/blesh/contrib/airline/hybrid.bash
Normal file
|
@ -0,0 +1,24 @@
|
|||
# From github:vim-airline/vim-airline-themes/autoload/airline/themes/hybrid.vim
|
||||
# The MIT License (MIT)
|
||||
# Copyright (C) 2013-2021 Bailey Ling & Contributors.
|
||||
#
|
||||
# vim-airline companion theme of Hybrid
|
||||
# (https://github.com/w0ng/vim-hybrid)
|
||||
|
||||
ble-import lib/vim-airline
|
||||
|
||||
function ble/lib/vim-airline/theme:hybrid/initialize {
|
||||
ble-face -r vim_airline_@
|
||||
ble-face -s vim_airline_a fg=-1,bg=152 # fg=-1,bg=#add8e6
|
||||
ble-face -s vim_airline_a_inactive fg=-1,bg=-1 # fg=-1,bg=-1
|
||||
ble-face -s vim_airline_a_insert fg=-1,bg=196 # fg=-1,bg=#ff0000
|
||||
ble-face -s vim_airline_a_replace fg=-1,bg=213 # fg=-1,bg=#ff8bff
|
||||
ble-face -s vim_airline_a_visual fg=-1,bg=195 # fg=-1,bg=#e0ffff
|
||||
ble-face -s vim_airline_b fg=-1,bg=254 # fg=-1,bg=#e5e5e5
|
||||
ble-face -s vim_airline_b_inactive fg=-1,bg=-1 # fg=-1,bg=-1
|
||||
ble-face -s vim_airline_c fg=-1,bg=213 # fg=-1,bg=#ff8bff
|
||||
ble-face -s vim_airline_c_inactive fg=-1,bg=-1 # fg=-1,bg=-1
|
||||
ble-face -s vim_airline_warning fg=-1,bg=-1 # fg=-1,bg=-1
|
||||
ble-face -s vim_airline_warning_inactive fg=16,bg=166 # fg=#000000,bg=#df5f00
|
||||
ble-face -s vim_airline_warning_inactive_modified fg=-1,bg=-1 # fg=-1,bg=-1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue