diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-10-16 22:15:57 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-10-16 22:15:57 +0200 |
| commit | 24404159dea11b02b0e2c1507fd19a8f20840a1a (patch) | |
| tree | 24d289535d7f61a593e27336dc78fc69f4acfb15 /lua | |
| parent | 6eaa66f482f591aa2a594e24b98783bc53928a7b (diff) | |
| download | dotfiles-24404159dea11b02b0e2c1507fd19a8f20840a1a.tar.gz dotfiles-24404159dea11b02b0e2c1507fd19a8f20840a1a.zip | |
More options for colors
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/notify.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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') |
