Updated theme

This commit is contained in:
2023-06-15 11:17:43 +02:00
parent b7e907d548
commit 4a05a27e54
3 changed files with 55 additions and 13 deletions

View File

@@ -20,6 +20,7 @@ function theme.setup()
Conditional = { fg = p.color6 },
Constant = { fg = p.color7 },
Cursor = { fg = p.foreground, bg = p.foreground },
CursorNC = { fg = "NONE", bg = "NONE" },
CurSearch = { link = "IncSearch" },
CursorColumn = { bg = p.background },
CursorIM = { fg = p.foreground, bg = p.foreground },