From 2ecdc8ecbff0f8b15eca46d7f51ba1eab873a8a8 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Wed, 21 Sep 2022 21:12:15 -0400 Subject: fix: improve lualine inactive --- lua/lvim/core/theme.lua | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'lua/lvim/core/theme.lua') diff --git a/lua/lvim/core/theme.lua b/lua/lvim/core/theme.lua index 886045c9..b1fce081 100644 --- a/lua/lvim/core/theme.lua +++ b/lua/lvim/core/theme.lua @@ -8,6 +8,34 @@ M.config = function() hl.IndentBlanklineContextChar = { fg = c.dark5, } + local prompt = "#2d3149" + -- hl.TelescopeNormal = { + -- bg = c.bg_dark, + -- fg = c.fg_dark, + -- } + -- hl.TelescopeBorder = { + -- bg = c.bg_dark, + -- fg = c.bg_dark, + -- } + -- hl.TelescopePromptNormal = { + -- bg = prompt, + -- } + -- hl.TelescopePromptBorder = { + -- bg = prompt, + -- fg = prompt, + -- } + -- hl.TelescopePromptTitle = { + -- bg = prompt, + -- fg = prompt, + -- } + -- hl.TelescopePreviewTitle = { + -- bg = c.bg_dark, + -- fg = c.bg_dark, + -- } + -- hl.TelescopeResultsTitle = { + -- bg = c.bg_dark, + -- fg = c.bg_dark, + -- } end, style = "night", -- The theme comes in three styles, `storm`, a darker variant `night` and `day` transparent = lvim.transparent_window, -- Enable this to disable setting the background color -- cgit v1.2.3