Skip to content

Commit ba7f57d

Browse files
committed
don't colorize org-block foreground specially
1 parent 32d17ed commit ba7f57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlit-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ in the theme."
265265
`(org-agenda-dimmed-todo-face ((,colorful (:foreground ,.comment))))
266266
`(org-agenda-done ((,colorful (:foreground ,.green))))
267267
`(org-agenda-structure ((,colorful (:foreground ,.purple))))
268-
`(org-block ((,colorful (:foreground ,.orange :background ,.block))))
268+
`(org-block ((,colorful (:foreground ,.foreground :background ,.block))))
269269
`(org-code ((,colorful (:foreground ,.yellow))))
270270
`(org-column ((,colorful (:background ,.current-line))))
271271
`(org-column-title ((,colorful (:inherit org-column :weight bold :underline t))))

0 commit comments

Comments
 (0)