switched some colors
This commit is contained in:
@@ -23,22 +23,22 @@ return {
|
|||||||
mode = {
|
mode = {
|
||||||
inactive = inactive,
|
inactive = inactive,
|
||||||
normal = {
|
normal = {
|
||||||
guifg = colors.black.gui,
|
|
||||||
guibg = colors.green.gui,
|
|
||||||
ctermfg = colors.black.cterm,
|
|
||||||
ctermbg = colors.green.cterm,
|
|
||||||
},
|
|
||||||
insert = {
|
|
||||||
guifg = colors.black.gui,
|
guifg = colors.black.gui,
|
||||||
guibg = colors.blue.gui,
|
guibg = colors.blue.gui,
|
||||||
ctermfg = colors.black.cterm,
|
ctermfg = colors.black.cterm,
|
||||||
ctermbg = colors.blue.cterm,
|
ctermbg = colors.blue.cterm,
|
||||||
},
|
},
|
||||||
|
insert = {
|
||||||
|
guifg = colors.black.gui,
|
||||||
|
guibg = colors.yellow.gui,
|
||||||
|
ctermfg = colors.black.cterm,
|
||||||
|
ctermbg = colors.yellow.cterm,
|
||||||
|
},
|
||||||
replace = {
|
replace = {
|
||||||
guifg = colors.black.gui,
|
guifg = colors.black.gui,
|
||||||
guibg = colors.cyan.gui,
|
guibg = colors.green.gui,
|
||||||
ctermfg = colors.black.cterm,
|
ctermfg = colors.black.cterm,
|
||||||
ctermbg = colors.cyan.cterm,
|
ctermbg = colors.green.cterm,
|
||||||
},
|
},
|
||||||
visual = {
|
visual = {
|
||||||
guifg = colors.black.gui,
|
guifg = colors.black.gui,
|
||||||
@@ -101,28 +101,28 @@ return {
|
|||||||
bufferline = {
|
bufferline = {
|
||||||
separator = inactive,
|
separator = inactive,
|
||||||
current = {
|
current = {
|
||||||
guifg = colors.black.gui,
|
|
||||||
guibg = colors.green.gui,
|
|
||||||
ctermfg = colors.black.cterm,
|
|
||||||
ctermbg = colors.green.cterm,
|
|
||||||
},
|
|
||||||
current_modified = {
|
|
||||||
guifg = colors.black.gui,
|
guifg = colors.black.gui,
|
||||||
guibg = colors.blue.gui,
|
guibg = colors.blue.gui,
|
||||||
ctermfg = colors.black.cterm,
|
ctermfg = colors.black.cterm,
|
||||||
ctermbg = colors.blue.cterm,
|
ctermbg = colors.blue.cterm,
|
||||||
},
|
},
|
||||||
background = {
|
current_modified = {
|
||||||
guifg = colors.green.gui,
|
guifg = colors.black.gui,
|
||||||
guibg = colors.black.gui,
|
guibg = colors.yellow.gui,
|
||||||
ctermfg = colors.green.cterm,
|
ctermfg = colors.black.cterm,
|
||||||
ctermbg = colors.black.cterm,
|
ctermbg = colors.yellow.cterm,
|
||||||
},
|
},
|
||||||
background_modified = {
|
background = {
|
||||||
guifg = colors.blue.gui,
|
guifg = colors.blue.gui,
|
||||||
guibg = colors.black.gui,
|
guibg = colors.black.gui,
|
||||||
ctermfg = colors.blue.cterm,
|
ctermfg = colors.blue.cterm,
|
||||||
ctermbg = colors.black.cterm,
|
ctermbg = colors.black.cterm,
|
||||||
},
|
},
|
||||||
|
background_modified = {
|
||||||
|
guifg = colors.yellow.gui,
|
||||||
|
guibg = colors.black.gui,
|
||||||
|
ctermfg = colors.yellow.cterm,
|
||||||
|
ctermbg = colors.black.cterm,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user