1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Fix comment headings

Apparently headings with three or more comment-delimiters need to start at the
first column of a line.
This commit is contained in:
Tom Willemse 2020-12-20 14:33:43 -08:00
parent 1409433589
commit f5a4a4ef39

View file

@ -60,8 +60,8 @@
'yoshi
;;; General
`(default ((t (:background ,yoshi-0 :foreground ,yoshi-6))))
`(cursor ((t (:background ,yoshi-4))))
`(default ((t (:background ,yoshi-0 :foreground ,yoshi-6))))
`(error ((t (:foreground ,fgred :weight bold))))
`(font-lock-builtin-face ((t (:foreground ,fgcyan))))
`(font-lock-comment-delimiter-face ((t (:foreground ,yoshi-4 :inherit unspecified))))