Updated scripts
This commit is contained in:
@@ -102,14 +102,14 @@ function theme.setup()
|
||||
typedef = { fg = p.color6 },
|
||||
underlined = { fg = p.color2, underline = true },
|
||||
Variable = { fg = p.color15 },
|
||||
VertSplit = { fg = p.color0 },
|
||||
VertSplit = { fg = p.cursorline },
|
||||
Visual = { bg = p.color18 },
|
||||
VisualNOS = { bg = p.background },
|
||||
WarningMsg = { fg = p.color3, bg = p.background },
|
||||
Whitespace = { fg = p.color1 },
|
||||
WildMenu = { fg = p.color7, bg = p.color4 },
|
||||
lCursor = { fg = p.foreground, bg = p.foreground },
|
||||
|
||||
WinSeparator = { fg = p.cursorline },
|
||||
-- bufferline.nvim: https://github.com/akinsho/bufferline.nvim
|
||||
BufferLineFill = { fg = p.background, bg = p.background },
|
||||
BufferLineIndicatorSelected = { fg = p.color2 },
|
||||
|
||||
Reference in New Issue
Block a user