diff options
| author | 2015-11-18 16:24:05 +0100 | |
|---|---|---|
| committer | 2015-11-18 16:24:05 +0100 | |
| commit | 9173e220143f9dea0854fb6fbcb66accedc5c9c4 (patch) | |
| tree | a3cb33d5d594bd25e8de43d19e293783c9b1cfd1 | |
| parent | 1e734135a378c72eba8f585d42a71182f867c3c1 (diff) | |
| download | yoshi-theme-9173e220143f9dea0854fb6fbcb66accedc5c9c4.tar.gz yoshi-theme-9173e220143f9dea0854fb6fbcb66accedc5c9c4.zip | |
Add highlight-numbers-number face
| -rw-r--r-- | CHANGELOG.org | 2 | ||||
| -rw-r--r-- | yoshi-theme.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 1f79d0e..e6c2eeb 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -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 diff --git a/yoshi-theme.el b/yoshi-theme.el index 616a924..6da9ac4 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -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)))) |
