From db0a4d4c5de8b76f37855f3108a9288a4df1a2cb Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 16 May 2024 19:08:50 +0200 Subject: [PATCH] feat(ibl): use blue for indent context --- lua/tokyonight/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index bcbbad1a..4d8176e3 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -673,9 +673,9 @@ function M.setup() AerialLine = { link = "LspInlayHint" }, IndentBlanklineChar = { fg = c.fg_gutter, nocombine = true }, - IndentBlanklineContextChar = { fg = c.purple, nocombine = true }, + IndentBlanklineContextChar = { fg = c.blue1, nocombine = true }, IblIndent = { fg = c.fg_gutter, nocombine = true }, - IblScope = { fg = c.purple, nocombine = true }, + IblScope = { fg = c.blue1, nocombine = true }, -- Scrollbar ScrollbarHandle = { fg = c.none, bg = c.bg_highlight },