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

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

[nongnu] elpa/moe-theme 27cca19dc1 083/352: Add font face for enh-ruby-m


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 27cca19dc1 083/352: Add font face for enh-ruby-mode
Date: Fri, 7 Jan 2022 03:59:08 -0500 (EST)

branch: elpa/moe-theme
commit 27cca19dc16d189d1b14bbde334178f45eab40df
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Add font face for enh-ruby-mode
---
 moe-dark-theme.el  | 12 ++++++++++--
 moe-light-theme.el | 10 +++++++++-
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 50e1da8e4f..663e7cf90b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -1,7 +1,7 @@
 ;;; moe-dark-theme.el --- An eye-candy theme for Emacser
 
 ;; Author: kuanyui<azazabc123@gmail.com>
-;; Based on "tango-dark-theme" , a part of GNU Emacs 24
+;; Based on "tango-dark-theme"
 
 ;;; Code:
 
@@ -460,7 +460,15 @@ Moe, moe, kyun!")
    ;; yalinum
    `(yalinum-bar-face ((,class (:foreground ,black-2-5 :background ,white-1))))
    `(yalinum-face ((,class (:foreground ,white-1 :background ,black-2))))
-   `(yalinum-track-face ((,class (:foreground ,white-1 :background 
,black-2-5))))   
+   `(yalinum-track-face ((,class (:foreground ,white-1 :background 
,black-2-5))))
+
+   ;; Ruby
+   `(enh-ruby-heredoc-delimiter-face ((,class (:foreground ,purple-2))))
+   `(enh-ruby-op-face ((,class (:foreground ,orange-3 :bold t))))
+   `(enh-ruby-regexp-delimiter-face ((,class (:foreground ,purple-2))))
+   `(enh-ruby-string-delimiter-face ((,class (:foreground ,purple-0))))
+   `(erm-syn-errline ((,class (:foreground ,white-0 :background ,red-3 :bold 
t))))
+   `(erm-syn-warnline ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
 )
 
   (custom-theme-set-variables
diff --git a/moe-light-theme.el b/moe-light-theme.el
index dc6133aff7..f015b51d86 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -1,7 +1,7 @@
 ;;; moe-light-theme.el --- An eye-candy theme for Emacser
 
 ;; Author: kuanyui<azazabc123@gmail.com>
-;; Based on "tango-dark-theme" , a part of GNU Emacs 24
+;; Based on "tango-dark-theme"
 
 ;;; Code:
 
@@ -461,6 +461,14 @@ Moe, moe, kyun!")
    `(yalinum-bar-face ((,class (:foreground "#d7d7af" :background "#87875f"))))
    `(yalinum-face ((,class (:foreground "#87875f" :background "#d7d7af"))))
    `(yalinum-track-face ((,class (:foreground "#87875f" :background 
"#d7d7af"))))
+
+   ;; Ruby
+   `(enh-ruby-heredoc-delimiter-face ((,class (:foreground ,purple-2))))
+   `(enh-ruby-op-face ((,class (:foreground ,orange-3 :bold t))))
+   `(enh-ruby-regexp-delimiter-face ((,class (:foreground ,purple-2))))
+   `(enh-ruby-string-delimiter-face ((,class (:foreground ,purple-3))))
+   `(erm-syn-errline ((,class (:foreground ,white-0 :background ,red-3 :bold 
t))))
+   `(erm-syn-warnline ((,class (:foreground ,white-0 :background ,orange-2 
:bold t))))
 )
 
   (custom-theme-set-variables



reply via email to

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