1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Remove 10th rainbow-delimiters-depth face

Setting the ‘rainbow-delimiters-max-face-count’ variable in the theme
without specifically defining the face before causes a lot of these
errors:

  Invalid face reference: rainbow-delimiters-depth-10-face
This commit is contained in:
Tom Willemse 2016-06-08 23:15:57 +02:00
parent 8e8f2f5f37
commit 2f05c448aa
2 changed files with 2 additions and 2 deletions

View file

@ -15,6 +15,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
** CHANGED the color of normal ticked mails in gnus ** CHANGED the color of normal ticked mails in gnus
** REMOVED the 10th rainbow delimiters depth face
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: release-6.1.0 :CUSTOM_ID: release-6.1.0

View file

@ -377,7 +377,6 @@
;;; Rainbow delimiters ;;; Rainbow delimiters
`(rainbow-delimiters-depth-1-face ((t (:foreground ,fgred)))) `(rainbow-delimiters-depth-1-face ((t (:foreground ,fgred))))
`(rainbow-delimiters-depth-10-face ((t (:foreground ,fgpink))))
`(rainbow-delimiters-depth-2-face ((t (:foreground ,fgorange)))) `(rainbow-delimiters-depth-2-face ((t (:foreground ,fgorange))))
`(rainbow-delimiters-depth-3-face ((t (:foreground ,fgyellow)))) `(rainbow-delimiters-depth-3-face ((t (:foreground ,fgyellow))))
`(rainbow-delimiters-depth-4-face ((t (:foreground ,fggreen)))) `(rainbow-delimiters-depth-4-face ((t (:foreground ,fggreen))))
@ -461,7 +460,6 @@
(custom-theme-set-variables (custom-theme-set-variables
'yoshi 'yoshi
'(rainbow-delimiters-max-face-count 10)
`(fci-rule-color ,bgred) `(fci-rule-color ,bgred)
`(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow `(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow
,fgblue ,fgmagenta ,fgcyan ,fgdim]))) ,fgblue ,fgmagenta ,fgcyan ,fgdim])))