Skip to content

Commit 53fb649

Browse files
committed
render org-tag in gray tone
1 parent bc4b501 commit 53fb649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starlit-theme.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ in the theme."
300300
`(org-scheduled-today ((,colorful (:foreground ,.green))))
301301
`(org-special-keyword ((,colorful (:foreground ,.orange))))
302302
`(org-table ((,colorful (:foreground ,.purple))))
303+
`(org-tag ((,colorful (:foreground ,.comment))))
303304
`(org-todo ((,colorful (:foreground ,.red))))
304305
`(org-upcoming-deadline ((,colorful (:foreground ,.orange))))
305306
`(org-warning ((,colorful (:weight bold :foreground ,.red))))

0 commit comments

Comments
 (0)