projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5adde8
)
Added ColorColumn highlight
author
Andrew
<x.and.i.rew.e@gmail.com>
Mon, 29 Nov 2021 07:00:26 +0000
(18:00 +1100)
committer
Andrew
<x.and.i.rew.e@gmail.com>
Mon, 29 Nov 2021 07:00:26 +0000
(18:00 +1100)
lua/dracula/init.lua
patch
|
blob
|
history
diff --git
a/lua/dracula/init.lua
b/lua/dracula/init.lua
index 080e7a0b4be22f526a674fe2424f94312b33358b..61f8e97360a879b3d77e6ca2004712d6480a8be0 100644
(file)
--- a/
lua/dracula/init.lua
+++ b/
lua/dracula/init.lua
@@
-117,6
+117,7
@@
M.apply = function()
highlight("Conceal", colors.comment, nil, nil, nil)
highlight("CursorColumn", nil, colors.black, nil, nil)
highlight("CursorLine", nil, colors.selection, nil, nil)
+ highlight("ColorColumn", nil, colors.selection, nil, nil)
highlight("StatusLine", colors.white, colors.black, nil, nil)
highlight("StatusLineNC", colors.comment, nil, nil, nil)