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:
parent
1409433589
commit
f5a4a4ef39
1 changed files with 52 additions and 52 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue