summaryrefslogtreecommitdiff
path: root/lua/meltdown/highlights.lua
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-07-09 17:27:58 +0000
committerJosh Rahm <rahm@google.com>2024-07-09 17:27:58 +0000
commit1222e242e9ad4cc570405ba8c7926059da30df6f (patch)
tree92d0b0041ac48a1fff4ae2763d9ef58734f18eed /lua/meltdown/highlights.lua
parent8ba05c6c0be244d7d6f990488d9e4388d4ba8bd5 (diff)
downloadmeltdown-1222e242e9ad4cc570405ba8c7926059da30df6f.tar.gz
meltdown-1222e242e9ad4cc570405ba8c7926059da30df6f.tar.bz2
meltdown-1222e242e9ad4cc570405ba8c7926059da30df6f.zip
Some more changes to colors and to lualine colorsHEADmain
Diffstat (limited to 'lua/meltdown/highlights.lua')
-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},