Semi-fix cokeline config until i can be bothered to bother upstream

master
Drake 3 years ago
parent e0a79eb09f
commit 33c1e49582

@ -54,11 +54,11 @@ require('cokeline').setup({
default_hl = { default_hl = {
focused = { focused = {
fg = get_hex('Normal', 'fg'), fg = get_hex('Normal', 'fg'),
bg = get_hex('ColorColumn', 'bg'), bg = get_hex('Background', 'bg'),
}, },
unfocused = { unfocused = {
fg = get_hex('Comment', 'fg'), fg = get_hex('Comment', 'fg'),
bg = get_hex('ColorColumn', 'bg'), bg = get_hex('Background', 'bg'),
}, },
}, },
@ -78,7 +78,6 @@ require('cokeline').setup({
{ {
text = function(buffer) return buffer.unique_prefix end, text = function(buffer) return buffer.unique_prefix end,
hl = { hl = {
fg = get_hex('Comment', 'fg'),
style = 'italic', style = 'italic',
}, },
}, },
@ -91,6 +90,6 @@ require('cokeline').setup({
}, },
{ {
text = ' ', text = ' ',
} },
}, },
}) })

Loading…
Cancel
Save