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

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

[nongnu] elpa/moe-theme 0bdea86acc 069/352: Add faces for yalinum.el


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 0bdea86acc 069/352: Add faces for yalinum.el
Date: Fri, 7 Jan 2022 03:59:07 -0500 (EST)

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

    Add faces for yalinum.el
---
 moe-dark-theme.el  | 6 +++++-
 moe-light-theme.el | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 9ba3e3faf9..8e43e56996 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -454,7 +454,11 @@ Moe, moe, kyun!")
    `(rst-reference ((,class (:foreground ,magenta-2 :background ,black-5))))
    `(rst-definition ((,class (:foreground ,yellow-1 :background ,black-5))))
    `(rst-external ((,class (:foreground ,blue-1 :background ,black-5))))
-   
+
+   ;; 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))))   
 )
 
   (custom-theme-set-variables
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 13029ff963..5cf62bf761 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -171,7 +171,7 @@ Moe, moe, kyun!")
    `(markdown-url-face ((,class (:foreground ,magenta-3 :underline 
,magenta-3))))
 
    ;; Twittering-mode
-   `(twittering-username-face ((,class (:foreground ,blue-3 :background 
,blue-00))))
+   `(twittering-username-face ((,class (:foreground ,blue-3 :background 
,blue-00 :bold t))))
    `(twittering-uri-face ((,class (:foreground ,blue-2 :underline ,blue-2))))
    `(twittering-timeline-footer-face ((,class (:foreground ,black-1 :bold t))))
    `(twittering-timeline-header-face ((,class (:foreground ,black-1 :bold t))))
@@ -455,6 +455,10 @@ Moe, moe, kyun!")
    `(rst-definition ((,class (:foreground ,yellow-3 :background ,LIGHT_BG))))
    `(rst-external ((,class (:foreground ,blue-2 :background ,LIGHT_BG))))
 
+   ;; yalinum
+   `(yalinum-bar-face ((,class (:foreground "#d7d7af" :background "#87875f"))))
+   `(yalinum-face ((,class (:foreground "#87875f" :background "#d7d7af"))))
+   `(yalinum-track-face ((,class (:foreground "#87875f" :background 
"#d7d7af"))))
 )
 
   (custom-theme-set-variables



reply via email to

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