branch: elpa/moe-theme
commit 6736e3d56918ac780f709d32b73495143dcd9154
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
1. Correct and translate some comments.
---
moe-dark-theme.el | 4 ++--
moe-light-theme.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d114ab76b7..d0afe88732 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -30,7 +30,7 @@ Moe, moe, chew!")
(custom-theme-set-faces
'moe-dark
;; Ensure sufficient contrast on low-color terminals.
- `(default ((((class color) (min-colors 4096)) ;gui背景顏色為何會是#2f2f2f?
+ `(default ((((class color) (min-colors 4096)) ; Why the background under
gui becomes #2f2f2f?
(:foreground ,white-1 :background ,black-5))
(((class color) (min-colors 256))
(:foreground ,white-1 :background ,black-5))
@@ -42,7 +42,7 @@ Moe, moe, chew!")
`(fringe ((,class (:foreground ,black-3 :background ,white-3))))
`(linum ((,class (:foreground ,white-1 :background ,black-2))))
`(highlight ((,class (:background ,black-3))))
- `(hl-line ((,class (:background ,black-3)))) ;;這裡遇到輸入法會有問題orz
+ `(hl-line ((,class (:background ,black-3))))
`(region ((,class (:foreground ,black-3 :background ,green-2))))
`(secondary-selection ((,class (:background ,blue-3 :foreground ,white-0))))
`(isearch ((,class (:foreground ,white-1 :background ,orange-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 76144fc059..bc1ae68e0c 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -42,7 +42,7 @@ Moe, moe, chew!")
`(fringe ((,class (:foreground ,black-1 :background ,white-2))))
`(linum ((,class (:foreground "#87875f" :background "#d7d7af"))))
`(highlight ((,class (:background ,green-0))))
- `(hl-line ((,class (:background ,green-00)))) ;;這裡遇到輸入法會有問題orz
+ `(hl-line ((,class (:background ,green-00)))) ; Embedded strings of IM
(e.g. fcitx) would be very unreadable... orz
`(region ((,class (:foreground ,white-0 :background ,blue-1))))
`(secondary-selection ((,class (:background ,blue-3 :foreground ,white-0))))
`(isearch ((,class (:foreground ,white-0 :background ,orange-3))))