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

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

[nongnu] elpa/moe-theme 32430b15d8 084/352: Font lock of comments and so


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 32430b15d8 084/352: Font lock of comments and so on.
Date: Fri, 7 Jan 2022 03:59:08 -0500 (EST)

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

    Font lock of comments and so on.
---
 .gitignore         | 51 +++++----------------------------------------------
 moe-dark-theme.el  | 12 ++++++------
 moe-light-theme.el |  4 ++--
 3 files changed, 13 insertions(+), 54 deletions(-)

diff --git a/.gitignore b/.gitignore
index afd7fc6e80..ba96b90aa8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,46 +1,5 @@
-/Markdown-CSS-master/README.md
-/Markdown-CSS-master/example.html
-/Markdown-CSS-master/markdown.css
-/OLDmoe-dark-theme.el
-/README.html
-/README.html~
-/README.md~
-/color-theme-6.6.0/AUTHORS
-/color-theme-6.6.0/BUGS
-/color-theme-6.6.0/COPYING
-/color-theme-6.6.0/ChangeLog
-/color-theme-6.6.0/HACKING
-/color-theme-6.6.0/Makefile
-/color-theme-6.6.0/Makefile.defs
-/color-theme-6.6.0/README
-/color-theme-6.6.0/build-stamp
-/color-theme-6.6.0/color-theme-autoloads.el
-/color-theme-6.6.0/color-theme-autoloads.elc
-/color-theme-6.6.0/color-theme-autoloads.in
-/color-theme-6.6.0/color-theme.el
-/color-theme-6.6.0/configure-stamp
-/color-theme-6.6.0/index.html
-/color-theme-6.6.0/themes/color-theme-example.el
-/color-theme-6.6.0/themes/color-theme-library.el
-/color-theme-6.6.0/themes/index.html
-/color-theme-tomorrow.el~
-/emacs-color-theme-solarized/LICENSE
-/emacs-color-theme-solarized/README.md
-/emacs-color-theme-solarized/color-theme-solarized-pkg.el
-/emacs-color-theme-solarized/color-theme-solarized.el
-/emacs-color-theme-solarized/makepkg.sh
-/emacs-color-theme-solarized/solarized-dark-theme.el
-/emacs-color-theme-solarized/solarized-definitions.el
-/emacs-color-theme-solarized/solarized-definitions.elc
-/emacs-color-theme-solarized/solarized-light-theme.el
-/github.css
-/kuanyui-dark-theme.el~
-/kuanyui-dark.el~
-/markdown.css
-/moe-light-theme.el~
-/molokai-theme.el~
-/new-tango-theme.el~
-/new-tango.el~
-/org-theme-backup-16colors.el
-/test-theme.el
-/test-theme.el~
+\#*
+*~
+.#*
+\#*\#
+*.log
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 663e7cf90b..c0d291f7ed 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -70,18 +70,18 @@ Moe, moe, kyun!")
 
    ;; Font lock faces
    `(font-lock-builtin-face ((,class (:foreground ,purple-1))))
-   `(font-lock-comment-delimiter-face ((,class (:foreground ,red-1 :slant 
italic))))
-   `(font-lock-comment-face ((,class (:foreground ,red-1 :slant italic))))
-   `(font-lock-constant-face ((,class (:foreground ,blue-1))))
+   `(font-lock-comment-delimiter-face ((,class (:foreground ,black-2-5 :slant 
italic))))
+   `(font-lock-comment-face ((,class (:foreground ,black-2-5 :slant italic))))
+   `(font-lock-constant-face ((,class (:foreground ,blue-0))))
    `(font-lock-doc-face ((,class (:foreground ,red-2))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))
-   `(font-lock-function-name-face ((,class (:foreground ,yellow-1))))
+   `(font-lock-function-name-face ((,class (:foreground ,yellow-2))))
    `(font-lock-keyword-face ((,class (:foreground ,green-01))))
    `(font-lock-negation-char-face ((,class (:foreground ,green-2))))
-   `(font-lock-preprocessor-face ((,class (:foreground ,purple-1))))
+   `(font-lock-preprocessor-face ((,class (:foreground ,purple-2))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow-1))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground ,purple-1))))
-   `(font-lock-string-face ((,class (:foreground ,magenta-1))))
+   `(font-lock-string-face ((,class (:foreground ,magenta-2))))
    `(font-lock-type-face ((,class (:foreground ,blue-1))))
    `(font-lock-variable-name-face ((,class (:foreground ,orange-2))))
    `(font-lock-warning-face ((,class (:weight bold :foreground ,red-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index f015b51d86..cf91ff5d90 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -69,8 +69,8 @@ Moe, moe, kyun!")
 
    ;; Font lock faces
    `(font-lock-builtin-face ((,class (:foreground ,purple-2))))
-   `(font-lock-comment-delimiter-face ((,class (:foreground ,red-2 :slant 
italic))))
-   `(font-lock-comment-face ((,class (:foreground ,red-2 :slant italic))))
+   `(font-lock-comment-delimiter-face ((,class (:foreground ,white-4 :slant 
italic))))
+   `(font-lock-comment-face ((,class (:foreground ,white-4 :slant italic))))
    `(font-lock-constant-face ((,class (:foreground ,blue-2))))
    `(font-lock-doc-face ((,class (:foreground ,red-2))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))



reply via email to

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