Nordic theme bufferline edit (#26)

* Add nordic theme, based on nord colorscheme, similar to the theme on lightline.vim

* edit xterm colors codes

* Edit colors bufferline

* edit background bufferlines colors

Co-authored-by: Jonathan <jonathan@arch.lan>
Co-authored-by: jonathan <j.guyot-bourgeois@libr.im>
This commit is contained in:
j-guyotbourgeois
2021-08-20 09:20:45 +02:00
committed by GitHub
parent 795332439b
commit 923bacb5c9

View File

@@ -103,9 +103,9 @@ return {
separator = inactive,
current = {
guifg = colors.black.gui,
guibg = colors.green.gui,
guibg = colors.cyan.gui,
ctermfg = colors.black.cterm,
ctermbg = colors.green.cterm,
ctermbg = colors.cyan.cterm,
},
current_modified = {
guifg = colors.black.gui,
@@ -114,15 +114,15 @@ return {
ctermbg = colors.cyan.cterm,
},
background = {
guifg = colors.green.gui,
guifg = colors.cyan.gui,
guibg = colors.black.gui,
ctermfg = colors.green.cterm,
ctermfg = colors.cyan.cterm,
ctermbg = colors.black.cterm,
},
background_modified = {
guifg = colors.blue.gui,
guifg = colors.cyan.gui,
guibg = colors.black.gui,
ctermfg = colors.blue.cterm,
ctermfg = colors.cyan.cterm,
ctermbg = colors.black.cterm,
},
},