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

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

[nongnu] elpa/moe-theme 962f836801 340/352: Remove background from tuare


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 962f836801 340/352: Remove background from tuareg mode operators
Date: Fri, 7 Jan 2022 04:00:03 -0500 (EST)

branch: elpa/moe-theme
commit 962f8368013235798a46f9738b7b053b7bd253d5
Author: Raphael Sousa Santos <contact@raphaelss.com>
Commit: ono ono <azazabc123@gmail.com>

    Remove background from tuareg mode operators
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 1be5a6e4c3..1c10ecd3c9 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -922,7 +922,7 @@ Moe, moe, kyun!")
    `(tuareg-font-lock-interactive-error-face ((,class (:foreground ,red-3 
:background ,red-00 :bold t))))
    `(tuareg-font-lock-interactive-output-face ((,class (:foreground ,blue-3))))
    `(tuareg-font-lock-multistage-face ((,class (:foreground ,blue-3 
:background ,blue-0))))
-   `(tuareg-font-lock-operator-face ((,class (:foreground ,green-2 :background 
,black-3 :bold t))))
+   `(tuareg-font-lock-operator-face ((,class (:foreground ,green-2 :bold t))))
 
    ;; CPerl
    `(cperl-array-face ((,class (:foreground ,blue-01 :background ,blue-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index bc4d231c38..7d473dd65a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -929,7 +929,7 @@ Moe, moe, kyun!")
    `(tuareg-font-lock-interactive-error-face ((,class (:foreground ,red-3 
:background ,red-00 :bold t))))
    `(tuareg-font-lock-interactive-output-face ((,class (:foreground ,blue-3))))
    `(tuareg-font-lock-multistage-face ((,class (:foreground ,blue-3 
:background ,blue-0))))
-   `(tuareg-font-lock-operator-face ((,class (:foreground ,green-3 :background 
,yellow-00 :bold t))))
+   `(tuareg-font-lock-operator-face ((,class (:foreground ,green-3 :bold t))))
 
    ;; CPerl
    `(cperl-array-face ((,class (:foreground ,blue-3 :background ,blue-00))))



reply via email to

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