From a1c8489cb6116d3c237be71d0a7dd96fbc982d91 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 18 Apr 2023 20:25:35 +0200 Subject: [PATCH] feat: better Debug colors --- lua/tokyonight/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index f1dfc16..a22f600 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -130,7 +130,7 @@ function M.setup() -- Tag = { }, -- you can use CTRL-] on this -- Delimiter = { }, -- character that needs attention -- SpecialComment= { }, -- special things inside a comment - -- Debug = { }, -- debugging statements + Debug = { fg = c.orange }, -- debugging statements Underlined = { underline = true }, -- (preferred) text that stands out, HTML links Bold = { bold = true },