Fix night theme, search fg
This commit is contained in:
@@ -43,10 +43,7 @@ M.default = {
|
||||
},
|
||||
}
|
||||
|
||||
M.night = {
|
||||
bg = "#1a1b26",
|
||||
bg_dark = "#16161e",
|
||||
}
|
||||
M.night = {}
|
||||
M.day = M.night
|
||||
|
||||
M.moon = function()
|
||||
|
||||
@@ -72,7 +72,7 @@ function M.setup()
|
||||
PmenuThumb = { bg = c.fg_gutter }, -- Popup menu: Thumb of the scrollbar.
|
||||
Question = { fg = c.blue }, -- |hit-enter| prompt and yes/no questions
|
||||
QuickFixLine = { bg = c.bg_visual, bold = true }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
|
||||
Search = { bg = c.bg_search, fg = c.fg }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
|
||||
Search = { bg = c.bg_search, fg = c.bg_highlight }, -- Last search pattern highlighting (see 'hlsearch'). Also used for similar items that need to stand out.
|
||||
IncSearch = { bg = c.orange, fg = c.black }, -- 'incsearch' highlighting; also used for the text replaced with ":s///c"
|
||||
CurSearch = { link = "IncSearch" },
|
||||
SpecialKey = { fg = c.dark3 }, -- Unprintable characters: text displayed differently from what it really is. But not 'listchars' whitespace. |hl-Whitespace|
|
||||
|
||||
Reference in New Issue
Block a user