Updated theme

This commit is contained in:
Christoffer Martinsson 2024-03-03 22:58:59 +01:00
parent ebdc447125
commit 5dea2d52f4
2 changed files with 28 additions and 26 deletions

View File

@ -25,6 +25,7 @@ M.dark_colors = {
background = "#262626",
foreground = "#c6c6c6",
cursorline = "#303030",
iblscope = "#435466",
none = "NONE",
}

View File

@ -137,7 +137,8 @@ function theme.setup()
GitSignsDelete = { fg = p.color1 },
-- indent-blankline.nvim: https://github.com/lukas-reineke/indent-blankline.nvim
IndentBlanklineChar = { fg = p.color17 },
IblIndent = { fg = p.cursorline },
IblScope = { fg = p.color17 },
-- LSP
LspInfoFiletype = { fg = p.color15 },