Skip to content

Commit

Permalink
Merge pull request #15 from masolino/font-lock-comment-delimiter-face
Browse files Browse the repository at this point in the history
Make comment delimiter color same color as comment face color
  • Loading branch information
thegeorgeous authored Oct 30, 2018
2 parents 6312f01 + 2ddfc1b commit ae77bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railscasts-reloaded-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
`(font-lock-variable-name-face ((t (:foreground ,railscasts-lilac))))
`(font-lock-function-name-face ((t (:foreground ,railscasts-yellow))))
`(font-lock-comment-face ((t (:foreground ,railscasts-brown))))
`(font-lock-comment-delimiter-face ((t (:foreground ,railscasts-brown))))
`(font-lock-warning-face ((t (:foreground ,railscasts-yellow-1))))

;;;; package.el
Expand Down

0 comments on commit ae77bc0

Please sign in to comment.