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

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

[nongnu] elpa/moe-theme 0c56c36d4f 236/352: Add essential faces for web-


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 0c56c36d4f 236/352: Add essential faces for web-mode.
Date: Fri, 7 Jan 2022 03:59:27 -0500 (EST)

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

    Add essential faces for web-mode.
---
 moe-dark-theme.el  | 24 ++++++++++++++----------
 moe-light-theme.el | 19 +++++++++++--------
 2 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index ebb7cc17a1..9144be8cea 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -97,7 +97,7 @@ Moe, moe, kyun!")
    `(org-document-info-keyword ((,class (:foreground ,orange-1 :background 
,black-2-5))))
    `(org-archived ((,class (:slant italic))))
    `(org-checkbox ((,class (:background ,white-2 :foreground ,black-3
-                                   :box (:line-width 1 :style 
released-button)))))
+                                       :box (:line-width 1 :style 
released-button)))))
    `(org-date ((,class (:foreground ,blue-0 :underline t))))
    `(org-done ((,class (:bold t :weight bold :foreground ,green-4 :background 
,green-0
                               :box (:line-width 1 :style none)))))
@@ -659,19 +659,19 @@ Moe, moe, kyun!")
    `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0 
:bold t))))
 
    ;; cfw: Calendar Framework
-;;   `(cfw:face-annotation ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-annotation ((,class (:foreground , :background ,))))
    `(cfw:face-day-title ((,class (:foreground ,white-0 :background 
"#262626"))))
-;;   `(cfw:face-default-content ((,class (:foreground , :background ,))))
-;;   `(cfw:face-default-day ((,class (:foreht , :background ,))))
-;;   `(cfw:face-disable ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-default-content ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-default-day ((,class (:foreht , :background ,))))
+   ;;   `(cfw:face-disable ((,class (:foreground , :background ,))))
    `(cfw:face-grid ((,class (:foreground ,black-2))))
    `(cfw:face-header ((,class (:foreground ,white-1 :background ,black-3 :bold 
t))))
    `(cfw:face-holiday ((,class (:foreground ,purple-1 :background "#262626" 
:bold t))))
-;;   `(cfw:face-periods ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-periods ((,class (:foreground , :background ,))))
    `(cfw:face-saturday ((,class (:foreground ,blue-01 :background ,blue-3 
:bold t))))
    `(cfw:face-select ((,class (:foreground ,black-5 :background ,blue-1))))
    `(cfw:face-sunday ((,class (:foreground ,red-00 :background ,red-3 :bold 
t))))
-;;   `(cfw:face-title ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-title ((,class (:foreground , :background ,))))
    `(cfw:face-today ((,class (:foreground ,orange-2 :background ,black-3))))
    `(cfw:face-today-title ((,class (:foreground ,white-0 :background 
,orange-2))))
    `(cfw:face-toolbar ((,class (:foreground ,white-1 :background ,black-3))))
@@ -720,7 +720,7 @@ Moe, moe, kyun!")
    `(neo-root-dir-face ((,class (:foreground ,magenta-1))))
    `(neo-button-face ((,class (:foreground ,blue-1 :bold t))))
    `(neo-dir-link-face ((,class (:foreground ,blue-2 :bold t))))
-   `(neo-expand-btn-face ((,class (:foreground ,blue-3 :background 
,black-2-5))))
+   `(neo-expand-btn-face ((,class (:foreground ,blue-1 :background 
,black-2-5))))
    `(neo-file-link-face ((,class (:foreground ,white-1))))
 
    ;; info
@@ -756,13 +756,17 @@ Moe, moe, kyun!")
    `(haskell-interactive-face-garbage ((,class (:foreground ,black-2))))
    `(haskell-interactive-face-prompt ((,class (:foreground ,green-01 
:background ,black-2-5 :bold t))))
    `(haskell-interactive-face-result ((,class (:foreground ,blue-1))))
-
+   
    ;; tty-menu
    `(menu ((,class (:foreground ,black-1 :background ,black-3))))
    `(tty-menu-disabled-face ((,class (:foreground ,black-2-5 :background 
,black-3))))
    `(tty-menu-enabled-face ((,class (:foreground ,white-0 :background ,black-3 
:bold t))))
    `(tty-menu-selected-face ((,class (:background ,blue-3))))
 
+   ;; web-mode
+   `(web-mode-comment-face ((,class (:foreground ,black-3))))
+   `(web-mode-current-element-highlight-face ((,class (:background ,blue-3))))
+
    ;; Custom
    `(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
                                         :box (:line-width 1 :style 
released-button)))))
@@ -770,7 +774,7 @@ Moe, moe, kyun!")
                                               :box (:line-width 1 :style 
released-button)))))
    `(custom-button-pressed ((,class (:foreground ,black-3 :background ,white-1
                                                 :box (:line-width 1 :style 
pressed-button)))))
-)
+   )
 
   (custom-theme-set-variables
    'moe-dark
diff --git a/moe-light-theme.el b/moe-light-theme.el
index e821d423dc..d52ee600f6 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -96,7 +96,7 @@ Moe, moe, kyun!")
    `(org-document-info-keyword ((,class (:foreground ,orange-4 :background 
,yellow-00))))
    `(org-archived ((,class (:slant italic))))
    `(org-checkbox ((,class (:background ,white-2 :foreground ,black-3
-                                   :box (:line-width 1 :style 
released-button)))))
+                                       :box (:line-width 1 :style 
released-button)))))
    `(org-date ((,class (:foreground ,blue-2 :underline t))))
    `(org-done ((,class (:bold t :weight bold :foreground ,green-4 :background 
,green-00
                               :box (:line-width 1 :style none)))))
@@ -656,19 +656,19 @@ Moe, moe, kyun!")
    `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0 
:bold t))))
 
    ;; cfw: Calendar Framework
-;;   `(cfw:face-annotation ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-annotation ((,class (:foreground , :background ,))))
    `(cfw:face-day-title ((,class (:background "#f8f9ff" :foreground 
,black-3))))
-;;   `(cfw:face-default-content ((,class (:foreground , :background ,))))
-;;   `(cfw:face-default-day ((,class (:foreht , :background ,))))
-;;   `(cfw:face-disable ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-default-content ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-default-day ((,class (:foreht , :background ,))))
+   ;;   `(cfw:face-disable ((,class (:foreground , :background ,))))
    `(cfw:face-grid ((,class (:foreground ,black-3))))
    `(cfw:face-header ((,class (:foreground ,cyan-6 :background ,white-1 :bold 
t))))
    `(cfw:face-holiday ((,class (:foreground ,purple-3 :background ,red-000))))
-;;   `(cfw:face-periods ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-periods ((,class (:foreground , :background ,))))
    `(cfw:face-saturday ((,class (:foreground ,blue-2 :background ,blue-000 
:bold t))))
    `(cfw:face-select ((,class (:foreground nil :background ,blue-0))))
    `(cfw:face-sunday ((,class (:foreground ,red-2 :background ,red-000 :bold 
t))))
-;;   `(cfw:face-title ((,class (:foreground , :background ,))))
+   ;;   `(cfw:face-title ((,class (:foreground , :background ,))))
    `(cfw:face-today ((,class (:background ,yellow-00 :foreground ,orange-3))))
    `(cfw:face-today-title ((,class (:foreground ,orange-3 :background 
"#fad163"))))
    `(cfw:face-toolbar ((,class (:foreground ,white-1 :background ,white-1))))
@@ -767,6 +767,9 @@ Moe, moe, kyun!")
    `(tty-menu-enabled-face ((,class (:foreground ,white-0 :background ,black-3 
:bold t))))
    `(tty-menu-selected-face ((,class (:background ,blue-3))))
 
+   ;; web-mode
+   `(web-mode-comment-face ((,class (:foreground ,white-3))))
+   `(web-mode-current-element-highlight-face ((,class (:background 
,green-00))))
 
    ;; Custom
    `(custom-button ((,class (:foreground ,white-0 :background ,black-3
@@ -775,7 +778,7 @@ Moe, moe, kyun!")
                                                :box (:line-width 1 :style 
released-button)))))
    `(custom-button-pressed ((,class (:foreground ,black-3 :background ,white-1
                                                  :box (:line-width 1 :style 
pressed-button)))))
-)
+   )
 
   (custom-theme-set-variables
    'moe-light



reply via email to

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