mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Add highlight-numbers-number face
This commit is contained in:
parent
1e734135a3
commit
9173e22014
2 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
|||
|
||||
** ADDED =magit-section-highlight= face
|
||||
|
||||
** ADDED =highlight-numbers-number= face
|
||||
|
||||
* [[https://github.com/ryuslash/yoshi-theme/compare/v5.13.0...v6.0.0][6.0.0]] -- 2015-08-31
|
||||
:PROPERTIES:
|
||||
:CUSTOM_ID: release-6.0.0
|
||||
|
|
|
@ -180,6 +180,7 @@
|
|||
`(helm-source-header ((t (:font-family unspecified :height 1.1 :weight bold :foreground ,fgturquoise :background unspecified))))
|
||||
`(highlight ((t (:background ,bgcyan))))
|
||||
`(highlight-80+ ((t (:underline (:color ,fgred :style wave) :background unspecified))))
|
||||
`(highlight-numbers-number ((t (:foreground ,fgcyan :inherit unspecified))))
|
||||
`(hl-indent-face ((t (:inherit unspecified :background ,bgdim))))
|
||||
`(hydra-face-amaranth ((t (:foreground ,fgorange :weight bold))))
|
||||
`(hydra-face-blue ((t (:foreground ,fgblue :weight bold))))
|
||||
|
|
Loading…
Reference in a new issue