From 24404159dea11b02b0e2c1507fd19a8f20840a1a Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 16 Oct 2023 22:15:57 +0200 Subject: More options for colors --- lua/plugins/notify.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/plugins/notify.lua b/lua/plugins/notify.lua index 668b3de..dcb496a 100644 --- a/lua/plugins/notify.lua +++ b/lua/plugins/notify.lua @@ -8,3 +8,11 @@ require('notify').setup({ TRACE = '✎', }, }) + +vim.api.nvim_command('hi default link NotifyERRORBody Normal') +vim.api.nvim_command('hi default link NotifyWARNBody Normal') +vim.api.nvim_command('hi default link NotifyINFOBody Normal') +vim.api.nvim_command('hi default link NotifyDEBUGBody Normal') +vim.api.nvim_command('hi default link NotifyTRACEBody Normal') +vim.api.nvim_command('hi default link NotifyLogTime Comment') +vim.api.nvim_command('hi default link NotifyLogTitle Special') -- cgit v1.2.3