diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 0bdc939..e2fbb26 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -467,6 +467,18 @@ `(rainbow-delimiters-depth-9-face ((t (:foreground ,fgmagenta)))) `(rainbow-delimiters-unmatched-face ((t (:background ,bgred :foreground unspecified)))) + ;; Rainbow identifiers + `(rainbow-identifiers-identifier-1 ((t (:foreground ,brgreen)))) + `(rainbow-identifiers-identifier-2 ((t (:foreground ,brturquoise)))) + `(rainbow-identifiers-identifier-3 ((t (:foreground ,brcyan)))) + `(rainbow-identifiers-identifier-4 ((t (:foreground ,brblue)))) + `(rainbow-identifiers-identifier-5 ((t (:foreground ,brpurple)))) + `(rainbow-identifiers-identifier-6 ((t (:foreground ,brmagenta)))) + `(rainbow-identifiers-identifier-7 ((t (:foreground ,brpink)))) + `(rainbow-identifiers-identifier-8 ((t (:foreground ,brred)))) + `(rainbow-identifiers-identifier-9 ((t (:foreground ,brorange)))) + `(rainbow-identifiers-identifier-10 ((t (:foreground ,bryellow)))) + ;; Rebase mode `(rebase-mode-description-face ((t (:foreground ,yoshi-5)))) @@ -579,7 +591,8 @@ :internal-border-color ,yoshi-1 :background-color ,yoshi-1)) '(flycheck-posframe-border-width 5) - '(mode-line-buffer-identification (propertized-buffer-identification "%b")))) + '(mode-line-buffer-identification (propertized-buffer-identification "%b")) + '(rainbow-identifiers-face-count 10))) ;;;###autoload (and load-file-name |
