Updated theme
This commit is contained in:
parent
ebdc447125
commit
5dea2d52f4
@ -25,6 +25,7 @@ M.dark_colors = {
|
|||||||
background = "#262626",
|
background = "#262626",
|
||||||
foreground = "#c6c6c6",
|
foreground = "#c6c6c6",
|
||||||
cursorline = "#303030",
|
cursorline = "#303030",
|
||||||
|
iblscope = "#435466",
|
||||||
none = "NONE",
|
none = "NONE",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -137,7 +137,8 @@ function theme.setup()
|
|||||||
GitSignsDelete = { fg = p.color1 },
|
GitSignsDelete = { fg = p.color1 },
|
||||||
|
|
||||||
-- indent-blankline.nvim: https://github.com/lukas-reineke/indent-blankline.nvim
|
-- indent-blankline.nvim: https://github.com/lukas-reineke/indent-blankline.nvim
|
||||||
IndentBlanklineChar = { fg = p.color17 },
|
IblIndent = { fg = p.cursorline },
|
||||||
|
IblScope = { fg = p.color17 },
|
||||||
|
|
||||||
-- LSP
|
-- LSP
|
||||||
LspInfoFiletype = { fg = p.color15 },
|
LspInfoFiletype = { fg = p.color15 },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user