From ef6df2f2d34d1cdc8c5653db3d1b8d454d844858 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Sun, 16 Apr 2023 21:36:36 +0200 Subject: [PATCH] feat: added support for LazyVim DapStoppedLine --- lua/tokyonight/theme.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/tokyonight/theme.lua b/lua/tokyonight/theme.lua index eb82de4..8467258 100644 --- a/lua/tokyonight/theme.lua +++ b/lua/tokyonight/theme.lua @@ -197,6 +197,8 @@ function M.setup() ALEErrorSign = { fg = c.error }, ALEWarningSign = { fg = c.warning }, + DapStoppedLine = { bg = util.darken(c.warning, 0.1) }, -- Used for "Warning" diagnostic virtual text + -- These groups are for the Neovim tree-sitter highlights. -- As of writing, tree-sitter support is a WIP, group names may change.