Skip to content

Commit e3f0ec3

Browse files
author
jghauser
committed
fix(colors): use a default hl without bg
1 parent bf206d1 commit e3f0ec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/papis/colors.lua

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ local M = {}
1010
local links = {
1111
PreviewAuthor = "Title",
1212
PreviewYear = "@string",
13-
PreviewTitle = "Normal",
13+
PreviewTitle = "@character",
1414
PreviewKey = "@string",
15-
PreviewValue = "Normal",
15+
PreviewValue = "@character",
1616
PopupAuthor = "Title",
1717
PopupYear = "@string",
18-
PopupTitle = "Normal",
18+
PopupTitle = "@character",
1919
ResultsAuthor = "@tag",
2020
ResultsYear = "@string",
21-
ResultsTitle = "Normal",
21+
ResultsTitle = "@character",
2222
}
2323

2424
---Sets up all the default highlight groups

0 commit comments

Comments
 (0)