diff options
| author | Scott Frazer | 2011-09-12 20:34:13 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-09-12 20:34:13 -0400 |
| commit | 1cc15067897045fd59d8bfeb7ab542fcdd7bd274 (patch) | |
| tree | 8379430b33d2990c92803910e0f27b3c57006a8c | |
| parent | 64b51947763acc9de425f0f5d2d37e6659b1fda8 (diff) | |
| download | emacs-1cc15067897045fd59d8bfeb7ab542fcdd7bd274.tar.gz emacs-1cc15067897045fd59d8bfeb7ab542fcdd7bd274.zip | |
Two new themes from Scott Frazer.
* themes/whiteboard-theme.el:
* themes/deeper-blue-theme.el (deeper-blue): New files.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/themes/deeper-blue-theme.el | 115 | ||||
| -rw-r--r-- | etc/themes/whiteboard-theme.el | 97 |
3 files changed, 217 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 0749862f676..431debda506 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-13 Scott Frazer <frazer.scott@gmail.com> | ||
| 2 | |||
| 3 | * themes/whiteboard-theme.el: | ||
| 4 | * themes/deeper-blue-theme.el (deeper-blue): New files. | ||
| 5 | |||
| 1 | 2011-09-05 Juri Linkov <juri@jurta.org> | 6 | 2011-09-05 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * grep.txt: Add `eval' to the Local Variables section that | 8 | * grep.txt: Add `eval' to the Local Variables section that |
diff --git a/etc/themes/deeper-blue-theme.el b/etc/themes/deeper-blue-theme.el new file mode 100644 index 00000000000..2430954e4a0 --- /dev/null +++ b/etc/themes/deeper-blue-theme.el | |||
| @@ -0,0 +1,115 @@ | |||
| 1 | ;;; deeper-blue-theme.el --- Custom theme for faces | ||
| 2 | |||
| 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; Author: Scott Frazer <frazer.scott@gmail.com> | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 10 | ;; it under the terms of the GNU General Public License as published by | ||
| 11 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 12 | ;; (at your option) any later version. | ||
| 13 | |||
| 14 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | ;; GNU General Public License for more details. | ||
| 18 | |||
| 19 | ;; You should have received a copy of the GNU General Public License | ||
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 21 | |||
| 22 | ;;; Code: | ||
| 23 | |||
| 24 | (deftheme deeper-blue | ||
| 25 | "Face colors using a deep blue backgound.") | ||
| 26 | |||
| 27 | (let ((class '((class color) (min-colors 89)))) | ||
| 28 | (custom-theme-set-faces | ||
| 29 | 'deeper-blue | ||
| 30 | `(Info-title-1-face ((,class (:family "helv" :weight bold :height 1.728)))) | ||
| 31 | `(Info-title-2-face ((,class (:family "helv" :weight bold :height 1.44)))) | ||
| 32 | `(Info-title-3-face ((,class (:family "helv" :weight bold :height 1.2)))) | ||
| 33 | `(Info-title-4-face ((,class (:family "helv" :weight bold)))) | ||
| 34 | `(compilation-column-number ((,class (:foreground "LightGreen")))) | ||
| 35 | `(compilation-error ((,class (:foreground "Red1")))) | ||
| 36 | `(compilation-info ((,class (:weight normal :foreground "LightSkyBlue")))) | ||
| 37 | `(compilation-line-number ((,class (:foreground "LightGreen")))) | ||
| 38 | `(compilation-warning ((,class (:foreground "Yellow")))) | ||
| 39 | `(cperl-array-face ((,class (:foreground "yellow2")))) | ||
| 40 | `(cperl-hash-face ((,class (:foreground "coral1")))) | ||
| 41 | `(cursor ((,class (:background "green" :foreground "black")))) | ||
| 42 | `(default ((,class (:background "#181a26" :foreground "gray80")))) | ||
| 43 | `(diff-added ((,class (nil)))) | ||
| 44 | `(diff-changed ((,class (nil)))) | ||
| 45 | `(diff-context ((,class (:foreground "seashell4")))) | ||
| 46 | `(diff-file-header ((,class (:background "grey60")))) | ||
| 47 | `(diff-function ((,class (:inherit diff-header)))) | ||
| 48 | `(diff-header ((,class (:background "grey45")))) | ||
| 49 | `(diff-hunk-header ((,class (:inherit diff-header)))) | ||
| 50 | `(diff-index ((,class (:inherit diff-file-header)))) | ||
| 51 | `(diff-indicator-added ((,class (:foreground "white" :background "darkolivegreen")))) | ||
| 52 | `(diff-indicator-changed ((,class (:foreground "white" :background "dodgerblue4")))) | ||
| 53 | `(diff-indicator-removed ((,class (:foreground "white" :background "indianred4")))) | ||
| 54 | `(diff-refine-change ((,class (:background "skyblue4")))) | ||
| 55 | `(diff-removed ((,class (nil)))) | ||
| 56 | `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) | ||
| 57 | `(ediff-current-diff-A ((,class (:background "green4" :foreground "white")))) | ||
| 58 | `(ediff-current-diff-B ((,class (:background "darkorange3" :foreground "white")))) | ||
| 59 | `(ediff-even-diff-B ((,class (:background "Grey50" :foreground "White")))) | ||
| 60 | `(ediff-fine-diff-A ((,class (:background "skyblue4" :foreground "white")))) | ||
| 61 | `(ediff-fine-diff-B ((,class (:background "cyan4" :foreground "white")))) | ||
| 62 | `(ediff-odd-diff-A ((,class (:background "Grey50" :foreground "White")))) | ||
| 63 | `(flymake-errline ((,class (:background nil :underline "red")))) | ||
| 64 | `(flymake-warnline ((,class (:background nil :underline "magenta3")))) | ||
| 65 | `(font-lock-builtin-face ((,class (:foreground "LightCoral")))) | ||
| 66 | `(font-lock-comment-delimiter-face ((,class (:foreground "gray50")))) | ||
| 67 | `(font-lock-comment-face ((,class (:foreground "gray50")))) | ||
| 68 | `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen3")))) | ||
| 69 | `(font-lock-doc-face ((,class (:foreground "moccasin")))) | ||
| 70 | `(font-lock-doc-string-face ((,class (:foreground "moccasin")))) | ||
| 71 | `(font-lock-function-name-face ((,class (:foreground "goldenrod")))) | ||
| 72 | `(font-lock-keyword-face ((,class (:foreground "DeepSkyBlue1")))) | ||
| 73 | `(font-lock-preprocessor-face ((,class (:foreground "gold")))) | ||
| 74 | `(font-lock-reference-face ((,class (:foreground "LightCoral")))) | ||
| 75 | `(font-lock-regexp-grouping-backslash ((,class (:weight bold)))) | ||
| 76 | `(font-lock-regexp-grouping-construct ((,class (:weight bold)))) | ||
| 77 | `(font-lock-string-face ((,class (:foreground "burlywood")))) | ||
| 78 | `(font-lock-type-face ((,class (:foreground "CadetBlue1")))) | ||
| 79 | `(font-lock-variable-name-face ((,class (:foreground "SeaGreen2")))) | ||
| 80 | `(font-lock-warning-face ((,class (:foreground "red")))) | ||
| 81 | `(fringe ((,class (:background "black")))) | ||
| 82 | `(highlight ((,class (:background "DodgerBlue4")))) | ||
| 83 | `(ido-first-match ((,class (:weight normal :foreground "orange")))) | ||
| 84 | `(ido-only-match ((,class (:foreground "green")))) | ||
| 85 | `(ido-subdir ((,class (:foreground nil :inherit font-lock-keyword-face)))) | ||
| 86 | `(info-header-node ((,class (:foreground "DeepSkyBlue1")))) | ||
| 87 | `(info-header-xref ((,class (:foreground "SeaGreen2")))) | ||
| 88 | `(info-menu-header ((,class (:family "helv" :weight bold)))) | ||
| 89 | `(info-node ((,class (:foreground "DeepSkyBlue1")))) | ||
| 90 | `(info-xref ((,class (:foreground "SeaGreen2")))) | ||
| 91 | `(isearch ((,class (:background "coral2" :foreground "white")))) | ||
| 92 | `(isearch-lazy-highlight-face ((,class (:background "coral4" :foreground "white")))) | ||
| 93 | `(lazy-highlight ((,class (:background "cadetblue" :foreground "white")))) | ||
| 94 | `(match ((,class (:background "DeepPink4")))) | ||
| 95 | `(minibuffer-prompt ((,class (:foreground "CadetBlue1")))) | ||
| 96 | `(mode-line ((,class (:background "gray75" :foreground "black" :box (:line-width 1 :style released-button))))) | ||
| 97 | `(mode-line-buffer-id ((,class (:weight bold :background nil :foreground "blue4")))) | ||
| 98 | `(mode-line-inactive ((,class (:background "gray40" :foreground "black" :box (:line-width 1 :color "gray40" :style nil))))) | ||
| 99 | `(outline-1 ((,class (:foreground "SkyBlue1")))) | ||
| 100 | `(outline-2 ((,class (:foreground "CadetBlue1")))) | ||
| 101 | `(outline-3 ((,class (:foreground "LightSteelBlue1")))) | ||
| 102 | `(outline-4 ((,class (:foreground "turquoise2")))) | ||
| 103 | `(outline-5 ((,class (:foreground "aquamarine1")))) | ||
| 104 | `(primary-selection ((,class (:background "blue3")))) | ||
| 105 | `(region ((,class (:background "#103050")))) | ||
| 106 | `(show-paren-match-face ((,class (:background "dodgerblue1" :foreground "white")))) | ||
| 107 | `(show-paren-mismatch-face ((,class (:background "red1" :foreground "white")))))) | ||
| 108 | |||
| 109 | (provide-theme 'deeper-blue) | ||
| 110 | |||
| 111 | ;; Local Variables: | ||
| 112 | ;; no-byte-compile: t | ||
| 113 | ;; End: | ||
| 114 | |||
| 115 | ;;; deeper-blue-theme.el ends here | ||
diff --git a/etc/themes/whiteboard-theme.el b/etc/themes/whiteboard-theme.el new file mode 100644 index 00000000000..ca492b4e749 --- /dev/null +++ b/etc/themes/whiteboard-theme.el | |||
| @@ -0,0 +1,97 @@ | |||
| 1 | ;;; whiteboard-theme.el --- Custom theme for faces | ||
| 2 | |||
| 3 | ;; Copyright (C) 2011 Free Software Foundation, Inc. | ||
| 4 | |||
| 5 | ;; Author: Scott Frazer <frazer.scott@gmail.com> | ||
| 6 | |||
| 7 | ;; This file is part of GNU Emacs. | ||
| 8 | |||
| 9 | ;; GNU Emacs is free software: you can redistribute it and/or modify | ||
| 10 | ;; it under the terms of the GNU General Public License as published by | ||
| 11 | ;; the Free Software Foundation, either version 3 of the License, or | ||
| 12 | ;; (at your option) any later version. | ||
| 13 | |||
| 14 | ;; GNU Emacs is distributed in the hope that it will be useful, | ||
| 15 | ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 16 | ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 17 | ;; GNU General Public License for more details. | ||
| 18 | |||
| 19 | ;; You should have received a copy of the GNU General Public License | ||
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | ||
| 21 | |||
| 22 | ;;; Code: | ||
| 23 | |||
| 24 | (deftheme whiteboard | ||
| 25 | "Face colors similar to markers on a whiteboard.") | ||
| 26 | |||
| 27 | (let ((class '((class color) (min-colors 89)))) | ||
| 28 | (custom-theme-set-faces | ||
| 29 | 'whiteboard | ||
| 30 | `(Info-title-1-face ((,class (:family "helv" :weight bold :height 1.728)))) | ||
| 31 | `(Info-title-2-face ((,class (:family "helv" :weight bold :height 1.44)))) | ||
| 32 | `(Info-title-3-face ((,class (:family "helv" :weight bold :height 1.2)))) | ||
| 33 | `(Info-title-4-face ((,class (:family "helv" :weight bold)))) | ||
| 34 | `(compilation-column-number ((,class (:foreground "DarkGreen")))) | ||
| 35 | `(compilation-error ((,class (:foreground "Red1")))) | ||
| 36 | `(compilation-info ((,class (:weight normal :foreground "DeepSkyBlue4")))) | ||
| 37 | `(compilation-line-number ((,class (:foreground "DarkGreen")))) | ||
| 38 | `(compilation-warning ((,class (:foreground "Yellow4")))) | ||
| 39 | `(cperl-array-face ((,class (:foreground "SlateBlue3")))) | ||
| 40 | `(cperl-hash-face ((,class (:foreground "turquoise3")))) | ||
| 41 | `(cperl-nonoverridable-face ((,class (:foreground "orchid3")))) | ||
| 42 | `(cursor ((,class (:background "Green4" :foreground "gainsboro")))) | ||
| 43 | `(default ((,class (:background "whitesmoke" :foreground "black")))) | ||
| 44 | `(dired-marked ((,class (:background "dodgerblue3" :foreground "white")))) | ||
| 45 | `(flymake-errline ((,class (:background nil :underline "red")))) | ||
| 46 | `(flymake-warnline ((,class (:background nil :underline "magenta3")))) | ||
| 47 | `(font-lock-builtin-face ((,class (:foreground "DarkOrange3")))) | ||
| 48 | `(font-lock-comment-delimiter-face ((,class (:foreground "gray50")))) | ||
| 49 | `(font-lock-comment-face ((,class (:foreground "gray50")))) | ||
| 50 | `(font-lock-constant-face ((,class (:foreground "DarkOliveGreen4")))) | ||
| 51 | `(font-lock-doc-face ((,class (:foreground "peru")))) | ||
| 52 | `(font-lock-doc-string-face ((,class (:foreground "peru")))) | ||
| 53 | `(font-lock-function-name-face ((,class (:foreground "goldenrod3")))) | ||
| 54 | `(font-lock-keyword-face ((,class (:foreground "DodgerBlue2")))) | ||
| 55 | `(font-lock-preprocessor-face ((,class (:foreground "gold3")))) | ||
| 56 | `(font-lock-reference-face ((,class (:foreground "salmon")))) | ||
| 57 | `(font-lock-regexp-grouping-backslash ((,class (:weight bold)))) | ||
| 58 | `(font-lock-regexp-grouping-construct ((,class (:weight bold)))) | ||
| 59 | `(font-lock-string-face ((,class (:foreground "burlywood4")))) | ||
| 60 | `(font-lock-type-face ((,class (:foreground "DeepSkyBlue4")))) | ||
| 61 | `(font-lock-variable-name-face ((,class (:foreground "SeaGreen4")))) | ||
| 62 | `(font-lock-warning-face ((,class (:foreground "red")))) | ||
| 63 | `(fringe ((,class (:background "gainsboro")))) | ||
| 64 | `(highlight ((,class (:background "SkyBlue1")))) | ||
| 65 | `(ido-first-match ((,class (:weight normal :foreground "DarkOrange3")))) | ||
| 66 | `(ido-only-match ((,class (:foreground "SeaGreen4")))) | ||
| 67 | `(ido-subdir ((,class (:foreground nil :inherit font-lock-keyword-face)))) | ||
| 68 | `(info-header-node ((,class (:foreground "DeepSkyBlue1")))) | ||
| 69 | `(info-header-xref ((,class (:foreground "SeaGreen2")))) | ||
| 70 | `(info-menu-header ((,class (:family "helv" :weight bold)))) | ||
| 71 | `(info-node ((,class (:foreground "DeepSkyBlue1")))) | ||
| 72 | `(info-xref ((,class (:foreground "SeaGreen4")))) | ||
| 73 | `(isearch ((,class (:background "coral2" :foreground "white")))) | ||
| 74 | `(isearch-lazy-highlight-face ((,class (:background "coral4" :foreground "white")))) | ||
| 75 | `(lazy-highlight ((,class (:background "cadetblue" :foreground "white")))) | ||
| 76 | `(match ((,class (:background "LightPink1")))) | ||
| 77 | `(minibuffer-prompt ((,class (:foreground "DodgerBlue4")))) | ||
| 78 | `(mode-line ((,class (:background "gray75" :foreground "black" :box (:line-width 1 :style released-button))))) | ||
| 79 | `(mode-line-buffer-id ((,class (:weight bold :background nil :foreground "blue4")))) | ||
| 80 | `(mode-line-inactive ((,class (:background "gray40" :foreground "black" :box (:line-width 1 :color "gray40" :style nil))))) | ||
| 81 | `(outline-1 ((,class (:foreground "Blue3")))) | ||
| 82 | `(outline-2 ((,class (:foreground "DodgerBlue")))) | ||
| 83 | `(outline-3 ((,class (:foreground "SteelBlue")))) | ||
| 84 | `(outline-4 ((,class (:foreground "RoyalBlue")))) | ||
| 85 | `(outline-5 ((,class (:foreground "DeepSkyBlue")))) | ||
| 86 | `(primary-selection ((,class (:background "blue3")))) | ||
| 87 | `(region ((,class (:background "SkyBlue1")))) | ||
| 88 | `(show-paren-match-face ((,class (:background "dodgerblue1" :foreground "white")))) | ||
| 89 | `(show-paren-mismatch-face ((,class (:background "red1" :foreground "white")))))) | ||
| 90 | |||
| 91 | (provide-theme 'whiteboard) | ||
| 92 | |||
| 93 | ;; Local Variables: | ||
| 94 | ;; no-byte-compile: t | ||
| 95 | ;; End: | ||
| 96 | |||
| 97 | ;;; whiteboard-theme.el ends here | ||