diff --git a/private/themes/narf-dark-theme.el b/private/themes/narf-dark-theme.el index b45b5236c..f9eaf589c 100644 --- a/private/themes/narf-dark-theme.el +++ b/private/themes/narf-dark-theme.el @@ -190,6 +190,14 @@ ;; plugin-specific ;; ***************************************************************************************** + `(highlight-indentation-face ((,c (:background ,current-line)))) + `(highlight-indentation-current-column-face ((,c (:background ,current-line)))) + `(indent-guide-face ((,c (:foreground "#2F2F38")))) + + `(highlight-quoted-symbol ((,c (:foreground ,yellow)))) + `(highlight-quoted-quote ((,c (:foreground ,magenta)))) + `(highlight-numbers-number ((,c (:foreground ,constants)))) + `(reb-match-0 ((,c (:foreground ,orange :inverse-video t)))) `(reb-match-1 ((,c (:foreground ,magenta :inverse-video t)))) `(reb-match-2 ((,c (:foreground ,green :inverse-video t))))