emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme d6d9cc4 003/207: Update monokai-theme.el


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme d6d9cc4 003/207: Update monokai-theme.el
Date: Thu, 21 Oct 2021 18:07:19 -0400 (EDT)

branch: elpa/monokai-theme
commit d6d9cc467ecb61b89aa7412155bccc9799287b78
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    Update monokai-theme.el
    
    Update Commentary. Change rhtml delimiter color.
---
 monokai-theme.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 76127c3..432fa10 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -21,7 +21,7 @@
 
 ;;; Commentary:
 ;;
-;; A port of the popular Vim theme Monokai for Emacs 24, built on top
+;; A port of the popular Textmate theme Monokai for Emacs 24, built on top
 ;; of the new built-in theme support in Emacs 24.
 ;;
 ;;; Credits:
@@ -205,7 +205,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(font-latex-sedate ((t (:foreground ,monokai-fg-1 :weight bold ))))
    `(font-latex-title-4 ((t (:inherit variable-pitch :weight bold))))
 ;;;;; auto-complete
-   `(ac-candidate-face ((t (:background ,monokai-bg-1 :foreground 
,monokai-blue))))
+   `(ac-candidate-face ((t (:background ,monokai-bg-1 :foreground 
,monokai-orange))))
    `(ac-selection-face ((t (:background ,monokai-bg :foreground 
,monokai-green))))
    `(popup-tip-face ((t (:background ,monokai-bg :foreground ,monokai-fg-1))))
    `(popup-scroll-bar-foreground-face ((t (:background ,monokai-blue-1))))
@@ -654,13 +654,13 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(rcirc-keyword ((t (:foreground ,monokai-red :bold t))))
 ;;;;; rhtml-mode
    `(erb-face ((t (:foreground ,monokai-fg+1 :background ,monokai-bg-1))))
-   `(erb-delim-face ((t (:foreground ,monokai-red :background ,monokai-bg-1))))
+   `(erb-delim-face ((t (:foreground ,monokai-cyan-1 :background 
,monokai-bg-1))))
    `(erb-exec-face ((t (:foreground ,monokai-fg+1 :background ,monokai-bg-1))))
-   `(erb-exec-delim-face ((t (:foreground ,monokai-red :background 
,monokai-bg-1))))
+   `(erb-exec-delim-face ((t (:foreground ,monokai-cyan-1 :background 
,monokai-bg-1))))
    `(erb-out-face ((t (:foreground ,monokai-fg+1 :background ,monokai-bg-1))))
-   `(erb-out-delim-face ((t (:foreground ,monokai-red-1 :background 
,monokai-bg-1))))
+   `(erb-out-delim-face ((t (:foreground ,monokai-cyan-1 :background 
,monokai-bg-1))))
    `(erb-comment-face ((t (:foreground ,monokai-fg-1 :background 
,monokai-bg-1))))
-   `(erb-comment-delim-face ((t (:foreground ,monokai-fg-1 :background 
,monokai-bg-1))))
+   `(erb-comment-delim-face ((t (:foreground ,monokai-cyan-1 :background 
,monokai-bg-1))))
 ;;;;; rpm-mode
    `(rpm-spec-dir-face ((t (:foreground ,monokai-green))))
    `(rpm-spec-doc-face ((t (:foreground ,monokai-blue))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]