diff --git a/lua/papis/colors.lua b/lua/papis/colors.lua index 51a70bd..163bd04 100644 --- a/lua/papis/colors.lua +++ b/lua/papis/colors.lua @@ -9,15 +9,15 @@ local M = {} local links = { PreviewAuthor = "Title", - PreviewYear = "@diff.plus", + PreviewYear = "@string", PreviewTitle = "Normal", - PreviewKey = "@diff.plus", + PreviewKey = "@string", PreviewValue = "Normal", PopupAuthor = "Title", - PopupYear = "@diff.plus", + PopupYear = "@string", PopupTitle = "Normal", ResultsAuthor = "@tag", - ResultsYear = "@diff.plus", + ResultsYear = "@string", ResultsTitle = "Normal", }