summaryrefslogtreecommitdiff
path: root/lua/meltdown
diff options
context:
space:
mode:
Diffstat (limited to 'lua/meltdown')
-rw-r--r--lua/meltdown/highlights.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/meltdown/highlights.lua b/lua/meltdown/highlights.lua
index fa473e6..c38208f 100644
--- a/lua/meltdown/highlights.lua
+++ b/lua/meltdown/highlights.lua
@@ -21,6 +21,7 @@ local function highlights(colors)
["Title"] = { fg = colors.orange, bg = colors.dark_grey, bold = true },
["Visual"] = { fg = colors.black, bg = colors.gold_2 },
["CursorLineNr"] = { fg = colors.red, bg = colors.bg_4},
+ ["CursorLine"] = { fg = colors.gold_1, bg = colors.bg_4},
["StatusLineNC"] = { fg = colors.lighter_grey, bg = colors.black, bold = true },
["Folded"] = { fg = colors.black, bg = colors.sage },
["TabLine"] = { fg = colors.near_white, bg = colors.bg_4},
@@ -151,7 +152,7 @@ local function highlights(colors)
["DiagnosticUnderlineInfo"] = { sp = colors.teal_2, undercurl = true },
["WarpNormal"] = { fg = colors.black, bg = colors.gold_1, bold = true },
["TelescopeNormal"] = { fg = colors.light_yellow, bg = colors.bg_3},
- ["TelescopeSelection"] = { fg = colors.black, bg = colors.gold_1 },
+ ["TelescopeSelection"] = { reverse = true },
["TelescopeTitle"] = { fg = colors.gold_1, bold = true },
["TelescopeMatching"] = { reverse = true },
["TelescopeBorder"] = { bg = colors.bg_1 },
@@ -196,7 +197,7 @@ local function highlights(colors)
["Operator"] = { fg = colors.blue },
["Special"] = { fg = colors.gold_5},
["NonText"] = { fg = colors.salmon },
- ["ColorColumnLine"] = { fg = colors.bg_1, bold = true },
+ ["ColorColumnLine"] = { fg = colors.bg_6, bold = true },
["LuaLineDiffAdd"] = {fg = colors.radioactive_green},
["LuaLineDiffChange"] = {fg = colors.light_yellow},