commit b5a7923328961879b9ded558ac9530e71988af85
parent 8fab4dbd712fcf1772b597801050f3896ef8476a
Author: Tomas Nemec <nemi@skaut.cz>
Date: Wed, 22 Sep 2021 15:50:36 +0200
update
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/lua/tms/colors/solarized.lua b/lua/tms/colors/solarized.lua
@@ -37,6 +37,9 @@ M.setup = function()
Group.new('TelescopeSelection', c.none, c.cursorline_bg)
-- Zen
Group.new('ZenBg', c.none, c.normal_bg:dark(0.05))
+ -- Notify
+ Group.new('NotifyINFOIcon', c.green, c.none)
+ Group.new('NotifyINFOTitle', c.green, c.none)
-- background specific
if vim.opt.background:get() == 'dark' then