branch: elpa/moe-theme
commit a3d249f53941b2cc1eb1e2742b667512b6f62602
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
1. Enlarge Markdown's header height
---
README.md | 6 +++---
moe-dark-theme.el | 9 +++------
moe-light-theme.el | 21 +++++++++------------
3 files changed, 15 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
index 3e226d92f0..ca57fcfc01 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ If you also use `tmux`, add this to `~/.tmux.conf`, too:
set -g default-terminal "screen-256color"
-## Nonsense
-1. Is this theme safe?
- => I don't understand programming at all, so don't worry that I would put
some dangerous elisp in it.
+## Known Bugs
+* When type characters with IM (e.g. fcitx), and run Emacs under terminal
emulator (e.g. Konsole) with `moe-light-theme`; when you type words in IM, the
string embedded in Emacs may be very insignificant (But as you output the word
from IM, it turns normal).
+
沒想到我竟然也有開github repository的一天啊。
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 19d48c5af0..808bf17066 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -2,9 +2,6 @@
;; Author: kuanyui<[email protected]>
;; Based on "tango-dark-theme" , a part of GNU Emacs 24
-;; Chong Yidong <cyd@stupidchicken>
-;; Jan Moringen <[email protected]>
-
;;; Code:
@@ -152,9 +149,9 @@ Moe, moe, chew!")
`(markdown-blockquote-face ((,class (:foreground ,red-2 :italic t))))
`(markdown-bold-face ((,class (:foreground ,white-1 :bold t))))
`(markdown-comment-face ((,class (:foreground ,black-2 :italic t))))
- `(markdown-header-face-1 ((,class (:foreground ,yellow-1 :bold t))))
- `(markdown-header-face-2 ((,class (:foreground ,yellow-1 :bold t))))
- `(markdown-header-face-3 ((,class (:foreground ,yellow-1 :bold t))))
+ `(markdown-header-face-1 ((,class (:foreground ,yellow-1 :bold t :height
2.0))))
+ `(markdown-header-face-2 ((,class (:foreground ,yellow-1 :bold t :height
1.5))))
+ `(markdown-header-face-3 ((,class (:foreground ,yellow-1 :bold t :height
1.2))))
`(markdown-header-face-4 ((,class (:foreground ,yellow-1 :bold t))))
`(markdown-header-face-5 ((,class (:foreground ,yellow-1 :bold t))))
`(markdown-header-face-6 ((,class (:foreground ,yellow-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 214e792131..b5c34fdced 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -2,9 +2,6 @@
;; Author: kuanyui<[email protected]>
;; Based on "tango-dark-theme" , a part of GNU Emacs 24
-;; Chong Yidong <cyd@stupidchicken>
-;; Jan Moringen <[email protected]>
-
;;; Code:
@@ -38,8 +35,8 @@ Moe, moe, chew!")
(((class color) (min-colors 256))
(:foreground ,black-5 :background ,LIGHT_BG))
(,class
- (:foreground ,black-5 :background LIGHT_BG))))
- `(cursor ((,class (:background ,white-1 :foreground ,green-3))))
+ (:foreground ,black-5 :background ,LIGHT_BG))))
+ `(cursor ((,class (:background ,black-5))))
;; Highlighting faces
`(fringe ((,class (:foreground ,black-1 :background ,white-2))))
@@ -76,12 +73,12 @@ Moe, moe, chew!")
`(font-lock-comment-face ((,class (:foreground ,red-2))))
`(font-lock-constant-face ((,class (:foreground ,blue-2))))
`(font-lock-doc-face ((,class (:foreground ,red-2))))
- `(font-lock-doc-string-face ((,class (:foreground ,yellow-2))))
- `(font-lock-function-name-face ((,class (:foreground ,yellow-2))))
+ `(font-lock-doc-string-face ((,class (:foreground ,orange-2))))
+ `(font-lock-function-name-face ((,class (:foreground ,orange-2))))
`(font-lock-keyword-face ((,class (:foreground ,green-3))))
`(font-lock-negation-char-face ((,class (:foreground ,green-3))))
`(font-lock-preprocessor-face ((,class (:foreground ,purple-2))))
- `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow-2))))
+ `(font-lock-regexp-grouping-backslash ((,class (:foreground ,orange-2))))
`(font-lock-regexp-grouping-construct ((,class (:foreground ,purple-2))))
`(font-lock-string-face ((,class (:foreground ,magenta-3))))
`(font-lock-type-face ((,class (:foreground ,blue-2))))
@@ -151,12 +148,12 @@ Moe, moe, chew!")
`(undo-tree-visualizer-register-face ((,class (:foreground ,yellow-2))))
;; Markdown faces
- `(markdown-blockquote-face ((,class (:foreground ,green-3 :background
,yellow-00 :italic t))))
+ `(markdown-blockquote-face ((,class (:foreground ,green-3 :background
,green-00 :italic t))))
`(markdown-bold-face ((,class (:foreground ,black-5 :bold t))))
`(markdown-comment-face ((,class (:foreground ,white-3 :italic t))))
- `(markdown-header-face-1 ((,class (:foreground ,orange-2 :bold t))))
- `(markdown-header-face-2 ((,class (:foreground ,orange-2 :bold t))))
- `(markdown-header-face-3 ((,class (:foreground ,orange-2 :bold t))))
+ `(markdown-header-face-1 ((,class (:foreground ,orange-2 :bold t :height
2.0))))
+ `(markdown-header-face-2 ((,class (:foreground ,orange-2 :bold t :height
1.5))))
+ `(markdown-header-face-3 ((,class (:foreground ,orange-2 :bold t :height
1.2))))
`(markdown-header-face-4 ((,class (:foreground ,orange-2 :bold t))))
`(markdown-header-face-5 ((,class (:foreground ,orange-2 :bold t))))
`(markdown-header-face-6 ((,class (:foreground ,orange-2 :bold t))))