atomic.bash (2163B)
1 # From github:vim-airline/vim-airline-themes/autoload/airline/themes/atomic.vim 2 # The MIT License (MIT) 3 # Copyright (C) 2013-2021 Bailey Ling & Contributors. 4 # 5 #---------------------------------------------------------------- 6 # ___ __ _ 7 # / | / /_____ ____ ___ (_)____ 8 # / /| |/ __/ __ \/ __ `__ \/ / ___/ 9 # / ___ / /_/ /_/ / / / / / / / /__ 10 # /_/ |_\__/\____/_/ /_/ /_/_/\___/ 11 # 12 #---------------------------------------------------------------- 13 # Theme : Atomic 14 # Version : 2.1.0 15 # License : MIT 16 # Author : Gerard Bajona 17 # URL : https://github.com/gerardbm/atomic 18 # ---------------------------------------------------------------- 19 # Colors will be adapted to the current colorscheme. For better 20 # contrast use the atomic colorscheme: it has ten color palettes 21 # with sixteen colors selected procedurally (algorithms). 22 # 23 # Atomic colorscheme: https://github.com/gerardbm/vim-atomic 24 # ---------------------------------------------------------------- 25 26 ble-import lib/vim-airline 27 28 function ble/lib/vim-airline/theme:atomic/initialize { 29 ble-face -r vim_airline_@ 30 ble-face -s vim_airline_a fg=-1,bg=-1 # fg=-1,bg=-1 31 ble-face -s vim_airline_a_inactive fg=124,bg=-1 # fg=#a52a2a,bg=-1 32 ble-face -s vim_airline_a_insert fg=-1,bg=29 # fg=-1,bg=#2e8b57 33 ble-face -s vim_airline_a_replace fg=-1,bg=231 # fg=-1,bg=#ffffff 34 ble-face -s vim_airline_a_visual fg=-1,bg=196 # fg=-1,bg=#ff0000 35 ble-face -s vim_airline_b fg=-1,bg=124 # fg=-1,bg=#a52a2a 36 ble-face -s vim_airline_b_inactive fg=124,bg=-1 # fg=#a52a2a,bg=-1 37 ble-face -s vim_airline_c fg=-1,bg=-1 # fg=-1,bg=-1 38 ble-face -s vim_airline_c_inactive fg=124,bg=-1 # fg=#a52a2a,bg=-1 39 ble-face -s vim_airline_c_insert fg=29,bg=-1 # fg=#2e8b57,bg=-1 40 ble-face -s vim_airline_c_replace fg=231,bg=-1 # fg=#ffffff,bg=-1 41 ble-face -s vim_airline_c_visual fg=196,bg=-1 # fg=#ff0000,bg=-1 42 }