From 340c150b0dea30dc60bcbf8d7a7ac7425f9b60d7 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 5 Sep 2022 22:43:35 +0200 Subject: [PATCH] feat: better colors for IndentBlank line --- lua/tokyonight/theme.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index bb7ebec..59deacf 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -464,6 +464,9 @@ function M.setup() CmpItemKindOperator = { fg = c.green1, bg = c.none }, CmpItemKindSnippet = { fg = c.dark5, bg = c.none }, + IndentBlanklineChar = { fg = c.fg_gutter }, + IndentBlanklineContextChar = { fg = c.purple }, + -- Scrollbar ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },