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

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

[nongnu] elpa/moe-theme 97bed1065f 252/352: Improve a lot of things for


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 97bed1065f 252/352: Improve a lot of things for RST-mode.
Date: Fri, 7 Jan 2022 03:59:29 -0500 (EST)

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

    Improve a lot of things for RST-mode.
    Fix issue #53.
---
 moe-dark-theme.el  | 25 ++++++++++++++++++-------
 moe-light-theme.el | 25 ++++++++++++++++++-------
 2 files changed, 36 insertions(+), 14 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index af059af9e2..3c94fc73c0 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -608,16 +608,27 @@ Moe, moe, kyun!")
    `(erc-timestamp-face ((,class (:foreground ,orange-2))))
 
    ;; ReStructuredText
-   `(rst-level-1-face ((,class (:foreground ,green-2 :background ,black-5 
:bold t))))
-   `(rst-level-2-face ((,class (:foreground ,green-2 :background ,black-5 
:bold t))))
-   `(rst-level-3-face ((,class (:foreground ,green-2 :background ,black-5 
:bold t))))
-   `(rst-level-4-face ((,class (:foreground ,green-2 :background ,black-5 
:bold t))))
-   `(rst-level-5-face ((,class (:foreground ,green-2 :background ,black-5 
:bold t))))
-   `(rst-level-6-face ((,class (:foreground ,green-2 :background ,black-5 
:bold t))))
-   `(rst-block ((,class (:foreground ,orange-2 :background ,black-5 :bold t))))
+   `(rst-level-1-face ((,class (:foreground ,orange-2 :background ,black-5 
:bold t))))
+   `(rst-level-2-face ((,class (:foreground ,orange-2 :background ,black-5 
:bold t))))
+   `(rst-level-3-face ((,class (:foreground ,orange-2 :background ,black-5 
:bold t))))
+   `(rst-level-4-face ((,class (:foreground ,orange-2 :background ,black-5 
:bold t))))
+   `(rst-level-5-face ((,class (:foreground ,orange-2 :background ,black-5 
:bold t))))
+   `(rst-level-6-face ((,class (:foreground ,orange-2 :background ,black-5 
:bold t))))
+   `(rst-level-1 ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-level-2 ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-level-3 ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-level-4 ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-level-5 ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-level-6 ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-adornment ((,class (:foreground ,orange-2 :background ,black-5 :bold 
t))))
+   `(rst-block ((,class (:foreground ,green-1 :background ,black-3 :bold t))))
+   `(rst-comment ((,class (:foreground ,red-0 :background ,red-3 :bold t))))
+   `(rst-literal ((,class (:foreground ,green-1 :background ,black-3))))
    `(rst-reference ((,class (:foreground ,magenta-2 :background ,black-5))))
    `(rst-definition ((,class (:foreground ,yellow-1 :background ,black-5))))
+   `(rst-directive ((,class (:foreground ,purple-1 :background ,black-4 :bold 
t))))
    `(rst-external ((,class (:foreground ,blue-1 :background ,black-5))))
+   `(rst-transition ((,class (:foreground ,green-2 :background ,black-4 :bold 
t))))
 
    ;; yalinum
    `(yalinum-bar-face ((,class (:foreground ,black-2-5 :background ,white-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 5610760d15..75dd52d067 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -605,16 +605,27 @@ Moe, moe, kyun!")
    `(erc-timestamp-face ((,class (:foreground ,orange-2))))
 
    ;; ReStructuredText
-   `(rst-level-1-face ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
-   `(rst-level-2-face ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
-   `(rst-level-3-face ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
-   `(rst-level-4-face ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
-   `(rst-level-5-face ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
-   `(rst-level-6-face ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
-   `(rst-block ((,class (:foreground ,orange-2 :background ,LIGHT_BG :bold 
t))))
+   `(rst-level-1-face ((,class (:foreground ,orange-2 :background nil :bold 
t))))
+   `(rst-level-2-face ((,class (:foreground ,orange-2 :background nil :bold 
t))))
+   `(rst-level-3-face ((,class (:foreground ,orange-2 :background nil :bold 
t))))
+   `(rst-level-4-face ((,class (:foreground ,orange-2 :background nil :bold 
t))))
+   `(rst-level-5-face ((,class (:foreground ,orange-2 :background nil :bold 
t))))
+   `(rst-level-6-face ((,class (:foreground ,orange-2 :background nil :bold 
t))))
+   `(rst-level-1 ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-level-2 ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-level-3 ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-level-4 ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-level-5 ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-level-6 ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-adornment ((,class (:foreground ,orange-2 :background nil :bold t))))
+   `(rst-block ((,class (:foreground ,blue-3 :background ,blue-0 :bold t))))
+   `(rst-comment ((,class (:foreground ,red-3 :background ,red-00 :bold t))))
+   `(rst-literal ((,class (:foreground ,blue-3 :background ,blue-000))))
    `(rst-reference ((,class (:foreground ,magenta-3 :background ,LIGHT_BG))))
    `(rst-definition ((,class (:foreground ,yellow-3 :background ,LIGHT_BG))))
+   `(rst-directive ((,class (:foreground ,purple-2 :background ,purple-00 
:bold t))))
    `(rst-external ((,class (:foreground ,blue-2 :background ,LIGHT_BG))))
+   `(rst-transition ((,class (:foreground ,green-3 :background ,green-00 :bold 
t))))
 
    ;; yalinum
    `(yalinum-bar-face ((,class (:foreground "#d7d7af" :background "#87875f"))))



reply via email to

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