|
@@ -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
|