Add tag to gruvbox theme (#1555)

Missed in the commit 943fca332e.
This commit is contained in:
Rohan Jain 2022-01-22 21:03:43 +05:30 committed by GitHub
parent 5c1a06d28e
commit 1c747674b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
"function" = { fg = "green1", modifiers = ["bold"] }
"function.macro" = "aqua1"
"function.builtin" = "yellow1"
"tag" = "red1"
"comment" = { fg = "gray1", modifiers = ["italic"] }
"constant" = { fg = "purple1" }
"constant.builtin" = { fg = "purple1", modifiers = ["bold"] }