fix: set cursor to static color
This commit is contained in:
@@ -7,6 +7,7 @@ return {
|
||||
|
||||
local c = require("onedark.colors")
|
||||
local highlights = {
|
||||
Cursor = { fg = c.bg, bg = c.fg, fmt = "NONE" },
|
||||
NormalFloat = { bg = c.bg0 },
|
||||
FloatBorder = { bg = c.bg0 },
|
||||
TabLineSel = { fg = c.fg, bg = c.bg0 },
|
||||
|
||||
Reference in New Issue
Block a user