addet blesh
This commit is contained in:
parent
58205a50b9
commit
8c8d8e9962
302 changed files with 74275 additions and 0 deletions
20
.local/share/blesh/contrib/airline/base16_greenscreen.bash
Normal file
20
.local/share/blesh/contrib/airline/base16_greenscreen.bash
Normal file
|
@ -0,0 +1,20 @@
|
|||
# From github:vim-airline/vim-airline-themes/autoload/airline/themes/base16_greenscreen.vim
|
||||
# The MIT License (MIT)
|
||||
# Copyright (C) 2013-2021 Bailey Ling & Contributors.
|
||||
#
|
||||
# vim-airline template by chartoin (http://github.com/chartoin)
|
||||
# Base 16 Green Screen Scheme by Chris Kempson (http://chriskempson.com)
|
||||
|
||||
ble-import lib/vim-airline
|
||||
|
||||
function ble/lib/vim-airline/theme:base16_greenscreen/initialize {
|
||||
ble-face -r vim_airline_@
|
||||
ble-face -s vim_airline_a fg=22,bg=34 # fg=#003300,bg=#00bb00
|
||||
ble-face -s vim_airline_a_inactive fg=34,bg=22 # fg=#00bb00,bg=#003300
|
||||
ble-face -s vim_airline_a_insert fg=22,bg=28 # fg=#003300,bg=#009900
|
||||
ble-face -s vim_airline_a_replace fg=22,bg=28 # fg=#003300,bg=#007700
|
||||
ble-face -s vim_airline_b fg=40,bg=22 # fg=#00dd00,bg=#005500
|
||||
ble-face -s vim_airline_b_inactive fg=34,bg=22 # fg=#00bb00,bg=#003300
|
||||
ble-face -s vim_airline_c fg=28,bg=22 # fg=#009900,bg=#003300
|
||||
ble-face -s vim_airline_c_inactive fg=34,bg=22 # fg=#00bb00,bg=#003300
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue