Files
zenbones-theme/autoload/lightline/colorscheme/zenflesh.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
1.2 KiB
VimL
Raw Normal View History

2021-09-18 14:32:29 +08:00
" This file is auto-generated from lua/zenbones/build/lightline.lua
2021-09-14 05:54:36 +08:00
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
2021-09-16 20:04:50 +08:00
let s:p.normal.left = [ [ "#BBAEA8", "#716965", "bold" ], [ "#BBAEA8", "#4E4845" ] ]
2021-09-16 19:25:12 +08:00
let s:p.normal.middle = [ [ "#B4BDC3", "#3D3836" ] ]
2021-09-16 20:04:50 +08:00
let s:p.normal.right = [ [ "#BBAEA8", "#4E4845" ], [ "#BBAEA8", "#4E4845" ] ]
2021-09-16 19:25:12 +08:00
let s:p.normal.warning = [ [ "#B77E64", "#362C28" ] ]
let s:p.normal.error = [ [ "#DE6E7C", "#3A2A2C" ] ]
2021-09-14 05:54:36 +08:00
2021-09-16 19:25:12 +08:00
let s:p.inactive.left = [ [ "#CAD0D4", "#312D2B" ], [ "#CAD0D4", "#312D2B" ] ]
let s:p.inactive.middle = [ [ "#CAD0D4", "#312D2B" ] ]
let s:p.inactive.right = [ [ "#CAD0D4", "#312D2B" ] ]
2021-09-14 05:54:36 +08:00
2021-09-16 20:04:50 +08:00
let s:p.insert.left = [ [ "#BBAEA8", "#455C6F", "bold" ], [ "#BBAEA8", "#4E4845" ] ]
let s:p.replace.left = [ [ "#BBAEA8", "#5B2E33", "bold" ], [ "#BBAEA8", "#4E4845" ] ]
let s:p.visual.left = [ [ "#BBAEA8", "#37393B", "bold" ], [ "#BBAEA8", "#4E4845" ] ]
2021-09-14 05:54:36 +08:00
2021-09-16 20:04:50 +08:00
let s:p.tabline.left = [ [ "#B4BDC3", "#4E4845", "italic" ] ]
2021-09-16 19:25:12 +08:00
let s:p.tabline.middle = [ [ "#CAD0D4", "#312D2B" ] ]
2021-09-16 20:04:50 +08:00
let s:p.tabline.right = [ [ "#B4BDC3", "#4E4845" ] ]
2021-09-16 19:25:12 +08:00
let s:p.tabline.tabsel = [ [ "#B4BDC3", "#1C1918", "bold" ] ]
2021-09-14 05:54:36 +08:00
let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)