[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/moe-theme b3cb9ec303 120/352: Improve faces for Diff =w=+
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/moe-theme b3cb9ec303 120/352: Improve faces for Diff =w=+ |
Date: |
Fri, 7 Jan 2022 03:59:12 -0500 (EST) |
branch: elpa/moe-theme
commit b3cb9ec303cf2fcb1034b9e516bc7f51a66b5d2c
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>
Improve faces for Diff =w=+
---
moe-dark-theme.el | 34 +++++++++++++++++-----------------
moe-light-theme.el | 10 +++++-----
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index a699d522ef..92eb81522b 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -15,7 +15,7 @@ Moe, moe, kyun!")
(orange-1 "#ffaf5f") (orange-2 "#ff8700") (orange-3 "#ff5d17") (orange-4
"#d75f00")
(magenta-1 "#ff7bbb") (magenta-2 "#ff4ea3") (magenta-3 "#ff1f8b")
(green-1 "#afff00") (green-2 "#a1db00") (green-3 "#5faf00") (green-4
"#008700") (green-5 "#005f00")
- (blue-1 "#729fcf") (blue-2 "#1f5bff") (blue-3 "#005f87") (blue-4
"#005faf") (blue-5 "#0000af")
+ (blue-1 "#729fcf") (blue-2 "#1f5bff") (blue-3 "#005f87") (blue-4
"#005faf") (blue-5 "#0000af")
(cyan-1 "#87ffff") (cyan-2 "#00ffff") (cyan-3 "#00d7af") (cyan-4
"#5f87af")
(purple-1 "#d18aff") (purple-2 "#af5fff") (purple-3 "#9a08ff") (purple-4
"#6c0099")
(red-1 "#ef2929") (red-2 "#dd0000") (red-3 "#a40000")
@@ -26,7 +26,7 @@ Moe, moe, kyun!")
(green-0 "#d7ff5f") (blue-0 "#8cc4ff") (purple-0 "#af87ff") (yellow-0
"#ffff87") (magenta-0 "#ffafff")
(red-0 "#ff4b4b") (black-4 "#3a3a3a") (black-5 "#303030") (black-6
"#000000") (orange-0 "#ffaf87")
(green-00 "#d7ff87") (yellow-00 "#ffffaf") (orange-00 "#ffd787")
(blue-00 "#d7d7ff") (purple-00 "#e6a8df"))
-
+
(custom-theme-set-faces
'moe-dark
;; Ensure sufficient contrast on low-color terminals.
@@ -153,7 +153,7 @@ Moe, moe, kyun!")
`(outline-6 ((,class (:bold t :foreground ,cyan-3))))
`(outline-7 ((,class (:bold t :foreground ,magenta-2))))
`(outline-8 ((,class (:bold t :foreground ,purple-2))))
-
+
;; undo-tree
`(undo-tree-visualizer-default-face ((,class (:foreground ,white-1))))
`(undo-tree-visualizer-current-face ((,class (:foreground ,green-2 :weight
bold))))
@@ -198,7 +198,7 @@ Moe, moe, kyun!")
`(popup-scroll-bar-background-face ((,class (:background ,blue-0
:foreground ,blue-0))))
`(popup-scroll-bar-foreground-face ((,class (:background ,blue-3
:foreground ,blue-3))))
`(popup-summary-face ((,class (:background ,blue-00 :foreground ,blue-3))))
- `(popup-tip-face ((,class (:background ,yellow-00 :foreground ,black-3))))
+ `(popup-tip-face ((,class (:background ,yellow-00 :foreground ,black-3))))
;; Button and link faces
`(link ((,class (:underline t :foreground ,blue-1))))
@@ -373,22 +373,22 @@ Moe, moe, kyun!")
`(grep-match-face ((,class (:foreground nil :background nil :inherit
match))))
;; Diff
- `(diff-added ((,class (:foreground ,green-0 :bold t))))
- `(diff-changed ((,class (:foreground ,yellow-2 :bold t))))
+ `(diff-added ((,class (:foreground ,green-0 :background ,black-4 :bold t))))
+ `(diff-changed ((,class (:foreground ,yellow-2 :background ,black-4 :bold
t))))
`(diff-context ((,class (:foreground ,black-2-5))))
- `(diff-file-header ((,class (:foreground ,white-0 :background ,black-3
:bold t))))
+ `(diff-file-header ((,class (:foreground ,black-5 :background ,blue-0 :bold
t))))
`(diff-function ((,class (:foreground ,black-4 :background ,white-2))))
- `(diff-header ((,class (:foreground ,black-4 :background ,white-2))))
- `(diff-hunk-header ((,class (:foreground ,black-4 :background ,white-2))))
+ `(diff-header ((,class (:foreground ,blue-3 :background ,blue-0))))
+ `(diff-hunk-header ((,class (:foreground ,blue-0 :background ,black-3 :bold
t))))
`(diff-index ((,class (:foreground ,black-4 :background ,white-3 :bold t))))
- `(diff-indicator-added ((,class (:foreground ,green-1 :bold t))))
- `(diff-indicator-changed ((,class (:foreground ,yellow-2 :bold t))))
- `(diff-indicator-removed ((,class (:foreground ,red-1 :bold t))))
- `(diff-nonexistent ((,class (:foreground ,white-0 :background ,red-3 :bold
t ))))
+ `(diff-indicator-added ((,class (:foreground ,white-0 :background ,green-3
:bold t))))
+ `(diff-indicator-changed ((,class (:foreground ,white-0 :background
,yellow-3 :bold t))))
+ `(diff-indicator-removed ((,class (:foreground ,white-0 :background ,red-3
:bold t))))
+ `(diff-nonexistent ((,class (:foreground ,white-0 :background ,red-3 :bold
t))))
`(diff-refine-added ((,class (:foreground ,green-2))))
`(diff-refine-change ((,class (:foreground ,yellow-3 :bold t))))
`(diff-refine-removed ((,class (:foreground ,red-2 :bold t))))
- `(diff-removed ((,class (:foreground ,red-0 :bold t))))
+ `(diff-removed ((,class (:foreground ,red-0 :background ,black-4 :bold t))))
;; Ediff
`(ediff-current-diff-A ((,class (:background ,yellow-4))))
@@ -489,7 +489,7 @@ Moe, moe, kyun!")
;; Javascript
`(js2-function-param-face ((,class (:foreground ,green-3))))
-
+
;; rcirc
`(rcirc-bright-nick ((,class (:foreground ,blue-1 :bold t))))
`(rcirc-dim-nick ((,class (:foreground ,black-2 :bold t))))
@@ -572,8 +572,8 @@ Moe, moe, kyun!")
`(ansi-color-names-vector [,black-5 ,red-0 ,green-0 ,yellow-1
,blue-1 ,purple-1 ,blue-0 ,white-1])))
;; fix wrong default face under GUI version Emacs
-(if window-system
- (progn
+(if window-system
+ (progn
(set-background-color "#303030")
(set-foreground-color "#c6c6c6")))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 31a0e590b0..3ba760a73b 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -24,8 +24,8 @@ Moe, moe, kyun!")
(green-01 "#d7ff00") (green-02 "#87ff87") (white-0 "#ffffff")
(green-0 "#d7ff5f") (blue-0 "#afd7ff") (purple-0 "#af87ff") (yellow-0
"#ffff87") (white-0 "#ffffff")
- (red-0 "#ff4b4b") (black-4 "#626262") (black-5 "#5f5f5f") (black-6
"#3a3a3a") (orange-0 "#ffaf87") (magenta-0 "#ffafd7") (magenta-00 "#ffd7ff")
- (green-00 "#d7ff87") (yellow-00 "#ffffaf") (orange-00 "#ffd787")
(blue-00 "#d7d7ff") (purple-00 "#e6a8df"))
+ (red-0 "#ff4b4b") (red-00 "#ffafaf") (black-4 "#626262") (black-5
"#5f5f5f") (black-6 "#3a3a3a") (orange-0 "#ffaf87") (magenta-0 "#ffafd7")
(magenta-00 "#ffd7ff")
+ (green-00 "#d7ff87") (yellow-00 "#ffffaf") (orange-00 "#ffd787")
(orange-000 "#ffd7af") (blue-00 "#d7d7ff") (purple-00 "#e6a8df"))
(custom-theme-set-faces
'moe-light
@@ -373,8 +373,8 @@ Moe, moe, kyun!")
`(grep-match-face ((,class (:foreground nil :background nil :inherit
match))))
;; Diff
- `(diff-added ((,class (:foreground ,green-3 :bold t))))
- `(diff-changed ((,class (:foreground ,yellow-3 :bold t))))
+ `(diff-added ((,class (:foreground ,green-4 :background ,green-00 :bold
t))))
+ `(diff-changed ((,class (:foreground ,yellow-4 :background ,yellow-00 :bold
t))))
`(diff-context ((,class (:foreground ,white-4))))
`(diff-file-header ((,class (:foreground ,blue-3 :background ,blue-0 :bold
t :underline t))))
`(diff-function ((,class (:foreground ,black-2 :background ,white-2))))
@@ -388,7 +388,7 @@ Moe, moe, kyun!")
`(diff-refine-added ((,class (:foreground ,green-3))))
`(diff-refine-change ((,class (:foreground ,yellow-3 :bold t))))
`(diff-refine-removed ((,class (:foreground ,red-3 :bold t))))
- `(diff-removed ((,class (:foreground ,red-3 :bold t))))
+ `(diff-removed ((,class (:foreground ,red-3 :background ,red-00 :bold t))))
;; Ediff
`(ediff-current-diff-A ((,class (:background ,yellow-0))))
- [nongnu] elpa/moe-theme 051de194c2 088/352: Lighter font-lock-preprocessor-face in moe-dark., (continued)
- [nongnu] elpa/moe-theme 051de194c2 088/352: Lighter font-lock-preprocessor-face in moe-dark., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 85c21ff4e8 096/352: Dark blue links also hard to read., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme cca04aa36f 095/352: Dark blue for org-date hard to read in dark theme, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 967d8bc048 115/352: Improved some faces for git-commit and magit-mode., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme b0ca7d3d54 111/352: Fix screen flashing in GUI version Emacs., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 07cb5e56bc 110/352: Clear ace-jump face in moe-dark., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 66d4499bb2 117/352: Lighter popup-menu-selection-face in moe-dark, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 295ea3feeb 109/352: Some magit label., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 75dab3ce6e 116/352: header-line in list-package., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme ebfb863ab1 123/352: Lighter blue-1, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme b3cb9ec303 120/352: Improve faces for Diff =w=+,
ELPA Syncer <=
- [nongnu] elpa/moe-theme ee9dd51b43 126/352: Gnus & Message QAQ, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 5fe593f118 132/352: Fix git-commit-mode wrong faces., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 0a6857528c 130/352: gnus, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme a23d7203da 166/352: Helm-Swoop, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 151baf7009 140/352: Add helm-grep-file., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 6543077fa5 153/352: 1. Reset all font size to 1.0, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme ec58d728f5 152/352: Improve some faces. Fix wrong #000000 faces under terminal., ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme ffd1b58806 125/352: region: replace green-2 with green-0, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme ff224b94b8 163/352: Merge pull request #25 from jcpetkovich/master, ELPA Syncer, 2022/01/07
- [nongnu] elpa/moe-theme 5dc49ae5a7 158/352: Fix a problem encountered in latest development version Emacs., ELPA Syncer, 2022/01/07