style: formatted code
This commit is contained in:
@@ -572,28 +572,28 @@ function M.setup()
|
|||||||
-- Notify
|
-- Notify
|
||||||
--- Border
|
--- Border
|
||||||
NotifyERRORBorder = { fg = util.darken(c.error, 0.3), bg = options.transparent and c.none or c.bg },
|
NotifyERRORBorder = { fg = util.darken(c.error, 0.3), bg = options.transparent and c.none or c.bg },
|
||||||
NotifyWARNBorder = { fg = util.darken(c.warning, 0.3), bg = options.transparent and c.none or c.bg },
|
NotifyWARNBorder = { fg = util.darken(c.warning, 0.3), bg = options.transparent and c.none or c.bg },
|
||||||
NotifyINFOBorder = { fg = util.darken(c.info, 0.3), bg = options.transparent and c.none or c.bg },
|
NotifyINFOBorder = { fg = util.darken(c.info, 0.3), bg = options.transparent and c.none or c.bg },
|
||||||
NotifyDEBUGBorder = { fg = util.darken(c.comment, 0.3), bg = options.transparent and c.none or c.bg },
|
NotifyDEBUGBorder = { fg = util.darken(c.comment, 0.3), bg = options.transparent and c.none or c.bg },
|
||||||
NotifyTRACEBorder = { fg = util.darken(c.purple, 0.3), bg = options.transparent and c.none or c.bg },
|
NotifyTRACEBorder = { fg = util.darken(c.purple, 0.3), bg = options.transparent and c.none or c.bg },
|
||||||
--- Icons
|
--- Icons
|
||||||
NotifyERRORIcon = { fg = c.error },
|
NotifyERRORIcon = { fg = c.error },
|
||||||
NotifyWARNIcon = { fg = c.warning },
|
NotifyWARNIcon = { fg = c.warning },
|
||||||
NotifyINFOIcon = { fg = c.info },
|
NotifyINFOIcon = { fg = c.info },
|
||||||
NotifyDEBUGIcon = { fg = c.comment },
|
NotifyDEBUGIcon = { fg = c.comment },
|
||||||
NotifyTRACEIcon = { fg = c.purple },
|
NotifyTRACEIcon = { fg = c.purple },
|
||||||
--- Title
|
--- Title
|
||||||
NotifyERRORTitle = { fg = c.error },
|
NotifyERRORTitle = { fg = c.error },
|
||||||
NotifyWARNTitle = { fg = c.warning },
|
NotifyWARNTitle = { fg = c.warning },
|
||||||
NotifyINFOTitle = { fg = c.info },
|
NotifyINFOTitle = { fg = c.info },
|
||||||
NotifyDEBUGTitle = { fg = c.comment },
|
NotifyDEBUGTitle = { fg = c.comment },
|
||||||
NotifyTRACETitle = { fg = c.purple },
|
NotifyTRACETitle = { fg = c.purple },
|
||||||
--- Body
|
--- Body
|
||||||
NotifyERRORBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
NotifyERRORBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
||||||
NotifyWARNBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
NotifyWARNBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
||||||
NotifyINFOBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
NotifyINFOBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
||||||
NotifyDEBUGBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
NotifyDEBUGBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
||||||
NotifyTRACEBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
NotifyTRACEBody = { fg = c.fg, bg = options.transparent and c.none or c.bg },
|
||||||
|
|
||||||
-- Mini
|
-- Mini
|
||||||
MiniCompletionActiveParameter = { underline = true },
|
MiniCompletionActiveParameter = { underline = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user