emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112713: * themes/leuven-theme.el: Up


From: Dmitry Gutov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112713: * themes/leuven-theme.el: Update theme.
Date: Fri, 24 May 2013 17:37:15 +0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112713
author: Fabrice Niessen <address@hidden>
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Fri 2013-05-24 17:37:15 +0400
message:
  * themes/leuven-theme.el: Update theme.
modified:
  etc/themes/leuven-theme.el
=== modified file 'etc/themes/leuven-theme.el'
--- a/etc/themes/leuven-theme.el        2013-04-02 03:33:31 +0000
+++ b/etc/themes/leuven-theme.el        2013-05-24 13:37:15 +0000
@@ -1,7 +1,7 @@
 ;;; leuven-theme.el --- Emacs custom theme
 
 ;; Copyright (C) 2003-2013 Free Software Foundation, Inc.
-;; Time-stamp: <2013-03-14 Thu 17:04>
+;; Time-stamp: <2013-05-24 Fri 10:33>
 
 ;; Author: Fabrice Niessen <(concat "fniessen" at-sign "pirilampo.org")>
 
@@ -39,11 +39,11 @@
       (diff-none '(:foreground "gray33"))
       (diff-removed '(:foreground "#A60000" :background "#FFDDDD"))
       (directory '(:weight bold :foreground "blue" :background "#FFFFD2"))
-      (highlight-line '(:background "#C6DBAD"))
+      (highlight-line '(:background "#CCDEED"))
       (link '(:underline t :foreground "#006DAF"))
       (mail-header-name '(:weight bold :foreground "black"))
       (marked-line '(:weight bold :foreground "white" :background "red"))
-      (match '(:background "#FFFF99"))
+      (match '(:background "#FBE448"))
       (ol1 '(:height 1.3 :weight bold :overline "#A7A7A7" :foreground 
"#3C3C3C" :background "#F0F0F0"))
       (ol2 '(:height 1.0 :weight bold :overline "#123555" :foreground 
"#123555" :background "#E5F4FB"))
       (ol3 '(:height 1.0 :weight bold :overline "#005522" :foreground 
"#005522" :background "#EFFFEF"))
@@ -52,12 +52,12 @@
       (ol6 '(:height 1.0 :weight bold :slant italic :foreground "#0077CC"))
       (ol7 '(:height 1.0 :weight bold :slant italic :foreground "#2EAE2C"))
       (ol8 '(:height 1.0 :weight bold :slant italic :foreground "#FD8008"))
-      (region '(:background "#D2D9E0"))
+      (region '(:background "#CCDEED"))
       (shadow '(:foreground "#7F7F7F"))
-      (string '(:foreground "#008000"))
+      (string '(:foreground "#FF5500")) ;; D0372D
       (subject '(:weight bold :foreground "#CF5D60"))
       (symlink '(:foreground "deep sky blue"))
-      (volatile-highlight '(:background "#FFFF00"))
+      (volatile-highlight '(:background "#FBE448"))
       (vc-branch '(:box (:line-width 1 :color "#00CC33") :foreground "black" 
:background "#AAFFAA")))
 
   (custom-theme-set-faces
@@ -69,7 +69,7 @@
    `(underline ((,class (:underline t))))
    `(cursor ((,class (:background "#15FF00"))))
    ;; Highlighting faces
-   `(fringe ((,class (:foreground "#808080" :background "#DDEEFF"))))
+   `(fringe ((,class (:foreground "#56B556" :background "#E2F9E2"))))
    `(highlight ((,class ,volatile-highlight)))
    `(region ((,class ,region)))
    `(secondary-selection ((,class ,match))) ;; used by Org-mode for 
highlighting matched entries and keywords
@@ -96,21 +96,18 @@
    `(warning ((,class (:foreground "orange"))))
    `(success ((,class (:foreground "green"))))
    ;; Font lock faces
-   `(font-lock-builtin-face ((,class (:foreground "#FF5803"))))
-   `(font-lock-comment-delimiter-face ((,class (:foreground "#EE0000"))))
-   `(font-lock-comment-face ((,class (:slant italic :foreground "#EE0000"))))
-   `(font-lock-constant-face ((,class (:foreground "#009944"))))
-   `(font-lock-doc-face ((,class (:foreground "#BA2121"))))
-   `(font-lock-doc-string-face ((,class (:foreground "#63639C"))))
-   `(font-lock-function-name-face ((,class (:foreground "#1A50B8"))))
-   `(font-lock-keyword-face ((,class (:bold t :foreground "#A535AE"))))
-   `(font-lock-preprocessor-face ((,class (:bold t :foreground "#A3A3A3"))))
-   `(font-lock-reference-face ((,class (:foreground "dark cyan"))))
-   `(font-lock-regexp-grouping-backslash ((,class (:bold t :weight bold))))
-   `(font-lock-regexp-grouping-construct ((,class (:bold t :weight bold))))
+   `(font-lock-builtin-face ((,class (:foreground "#006FE0"))))
+   `(font-lock-comment-delimiter-face ((,class (:foreground "#008200"))))
+   `(font-lock-comment-face ((,class (:slant italic :foreground "#008200"))))
+   `(font-lock-constant-face ((,class (:foreground "#6434A3"))))
+   `(font-lock-doc-face ((,class (:foreground "#008000"))))
+   `(font-lock-doc-string-face ((,class (:foreground "#008000"))))
+   `(font-lock-function-name-face ((,class (:foreground "#006699"))))
+   `(font-lock-keyword-face ((,class (:bold nil :foreground "#0000FF")))) ;; 
#3654DC
+   `(font-lock-preprocessor-face ((,class (:foreground "#808080"))))
    `(font-lock-string-face ((,class ,string)))
-   `(font-lock-type-face ((,class (:foreground "#1B781F"))))
-   `(font-lock-variable-name-face ((,class (:foreground "#2E91AF"))))
+   `(font-lock-type-face ((,class (:foreground "#6D6D6D"))))
+   `(font-lock-variable-name-face ((,class (:foreground "#BA36A5")))) ;; 800080
    `(font-lock-warning-face ((,class (:weight bold :foreground "red"))))
    ;; Button and link faces
    `(link ((,class (:foreground "#8ac6f2" :underline t))))
@@ -138,7 +135,7 @@
    `(gnus-group-mail-3 ((,class (:weight bold :foreground "black"))))
    `(gnus-group-mail-low-empty ((,class ,cancel)))
    `(gnus-group-mail-low ((,class ,cancel)))
-   `(gnus-header-content ((,class (:family "Sans Serif" :foreground 
"#786FB4"))))
+   `(gnus-header-content ((,class (:family "Sans Serif" :foreground 
"#3399CC"))))
    `(gnus-header-from ((,class (:family "Sans Serif" :foreground "blue"))))
    `(gnus-header-subject ((,class ,subject)))
    `(gnus-header-name ((,class ,mail-header-name)))
@@ -152,7 +149,7 @@
    `(message-cited-text ((,class (:foreground "#5050B0"))))
    `(message-separator ((,class (:family "Sans Serif" :weight bold :foreground 
"red"))))
    `(message-header-newsgroups ((,class (:family "Sans Serif" :foreground 
"#3399CC"))))
-   `(message-header-xheader ((,class (:foreground "red"))))
+   `(message-header-xheader ((,class (:family "Sans Serif" :foreground 
"#3399CC"))))
    `(message-mml ((,class (:foreground "forest green"))))
    ;; Diff
    `(diff-added ((,class ,diff-added)))
@@ -164,9 +161,9 @@
    `(diff-header ((,class (:foreground "#999999" :background "#EAF2F5"))))
    `(diff-hunk-header ((,class ,diff-hunk-header)))
    `(diff-index ((,class (:foreground "#4183C4" :background "#EAF2F5")))) ;; 
my foreground is NOT applied!?
-   `(diff-indicator-added ((,class (:background "#AAFFAA"))))
-   `(diff-indicator-changed ((,class (:background "#AAAAFF"))))
-   `(diff-indicator-removed ((,class (:background "#FFAAAA"))))
+   `(diff-indicator-added ((,class (:foreground "#008000" :background 
"#AAFFAA"))))
+   `(diff-indicator-changed ((,class (:foreground "black" :background 
"#AAAAFF"))))
+   `(diff-indicator-removed ((,class (:foreground "#A60000" :background 
"#FFAAAA"))))
    `(diff-refine-change ((,class (:background "#DDDDFF"))))
    `(diff-removed ((,class ,diff-removed)))
    ;; SMerge
@@ -259,6 +256,7 @@
    `(custom-themed ((,class (:background "blue1" :foreground "white"))))
    `(custom-variable-button ((,class (:weight bold :underline t))))
    `(custom-variable-tag ((,class (:bold t :family "Sans Serif" :foreground 
"blue1" :weight bold :height 1.2))))
+   `(custom-visibility ((,class ,link)))
    `(diary-face ((,class (:foreground "#87C9FC"))))
    `(dircolors-face-asm ((,class (:foreground "black"))))
    `(dircolors-face-backup ((,class (:foreground "black"))))
@@ -300,16 +298,17 @@
    `(diredp-read-priv ((,class (:background "#0A99FF"))))
    `(diredp-write-priv ((,class (:foreground "white" :background "#FF4040"))))
    `(file-name-shadow ((,class ,shadow)))
-   `(font-latex-bold-face ((,class (:weight bold :foreground "medium sea 
green"))))
+   `(font-latex-bold-face ((,class (:weight bold :foreground "black"))))
+   `(font-latex-italic-face ((,class (:slant italic :foreground "#1A1A1A"))))
    `(font-latex-math-face ((,class (:foreground "blue"))))
    `(font-latex-sectioning-1-face ((,class (:family "Sans Serif" :height 2.7 
:weight bold :foreground "cornflower blue"))))
    `(font-latex-sectioning-2-face ((,class ,ol1)))
    `(font-latex-sectioning-3-face ((,class ,ol2)))
    `(font-latex-sectioning-4-face ((,class ,ol3)))
    `(font-latex-sectioning-5-face ((,class ,ol4)))
-   `(font-latex-sedate-face ((,class (:foreground "#FF5803"))))
+   `(font-latex-sedate-face ((,class (:foreground "#FF5500"))))
    `(font-latex-string-face ((,class (:bold t :foreground "#0066FF"))))
-   `(font-latex-verbatim-face ((,class (:foreground "tan1"))))
+   `(font-latex-verbatim-face ((,class (:foreground "#000088" :background 
"#FFFFE0" :inherit nil))))
    `(gnus-cite-attribution-face ((,class (:foreground "#5050B0"))))
    `(gnus-cite-face-1 ((,class (:foreground "#5050B0"))))
    `(gnus-cite-face-10 ((,class (:foreground "#990000"))))
@@ -359,7 +358,7 @@
    `(helm-match ((,class ,match)))
    `(helm-selection ((,class ,highlight-line)))
    `(helm-selection-line ((,class ,volatile-highlight)))
-   `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight 
bold :foreground "white" :background "#666699"))))
+   `(helm-source-header ((,class (:family "Sans Serif" :height 1.3 :weight 
bold :foreground "white" :background "#2F69BF"))))
    `(helm-visible-mark ((,class ,marked-line)))
    `(helm-w3m-bookmarks-face ((,class (:underline t :foreground "cyan1"))))
    `(highlight-symbol-face ((,class (:background "#FFFFA0"))))
@@ -381,7 +380,7 @@
    `(info-xref ((,class (:weight bold :underline t :foreground "blue")))) ;; 
unvisited cross-references
    `(info-xref-visited ((,class (:weight bold :foreground "magenta4")))) ;; 
previously visited cross-references
    `(light-symbol-face ((,class (:background "#FFFFA0"))))
-   `(linum ((,class (:foreground "#AFB7BA" :background "#DDEEFF"))))
+   `(linum ((,class (:foreground "#AFAFAF" :background "white"))))
    `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
    `(lui-button-face ((,class ,link)))
    `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") 
:foreground "#CC0000" :background "#FFFF88")))) ;; my nickname
@@ -438,7 +437,7 @@
    `(org-block-end-line ((,class (:overline "#A7A6AA" :foreground "#555555" 
:background "#E2E1D5"))))
    `(org-checkbox ((,class (:weight bold :foreground "white" :background 
"#777777" :box (:line-width 1 :style pressed-button)))))
    `(org-clock-overlay ((,class (:foreground "white" :background "SkyBlue4"))))
-   `(org-code ((,class (:foreground "#0066CC"))))
+   `(org-code ((,class (:foreground "#007300" :background "#EBF5EB"))))
    `(org-column ((,class ,column)))
    `(org-column-title ((,class ,column)))
    `(org-date ((,class (:underline t :foreground "#00459E"))))
@@ -480,11 +479,11 @@
    `(org-special-keyword ((,class (:weight bold :foreground "#00BB00" 
:background "#EAFFEA"))))
    `(org-table ((,class (:foreground "dark green" :background "#EAFFEA"))))
    `(org-tag ((,class (:weight normal :slant italic :foreground "#3E6D8E" 
:background "#E0EAF1"))))
-   `(org-target ((,class (:underline t))))
+   `(org-target ((,class ,link)))
    `(org-time-grid ((,class (:foreground "#CFCFCF"))))
    `(org-todo ((,class (:weight bold :box (:line-width 1 :color "#D8ABA7") 
:foreground "#D8ABA7" :background "#FFE6E4"))))
    `(org-upcoming-deadline ((,class (:foreground "#FF5555"))))
-   `(org-verbatim ((,class (:box (:line-width 1 :color "#DDDDDD") :foreground 
"#000088" :background "#E0FFE0"))))
+   `(org-verbatim ((,class (:foreground "#0066CC"))))
    `(org-verse ((,class (:slant italic :foreground "dim gray" :background 
"#EEEEEE"))))
    `(org-warning ((,class (:weight bold :foreground "black" :background 
"#CCE7FF"))))
    `(outline-1 ((,class ,ol1)))
@@ -498,20 +497,21 @@
    `(pabbrev-debug-display-label-face ((,class (:background "chartreuse"))))
    `(pabbrev-suggestions-face ((,class (:weight bold :foreground "white" 
:background "red"))))
    `(pabbrev-suggestions-label-face ((,class (:weight bold :foreground "white" 
:background "purple"))))
-   `(paren-face-match ((,class (:foreground "white" :background "#FF3F3F"))))
-   `(paren-face-mismatch ((,class (:weight bold :foreground "white" 
:background "purple"))))
-   `(paren-face-no-match ((,class (:weight bold :foreground "white" 
:background "purple"))))
+   `(paren-face-match ((,class (:foreground "#E2464C" :background "#FFE182"))))
+   `(paren-face-mismatch ((,class (:weight bold :foreground "white" 
:background "#FF3F3F"))))
+   `(paren-face-no-match ((,class (:weight bold :foreground "white" 
:background "#FF3F3F"))))
    `(pp^L-highlight ((,class (:strike-through t))))
    `(recover-this-file ((,class (:background "white" :background "#FF3F3F"))))
-   `(sh-heredoc ((,class (:foreground "blue" :background "#FBF9EA"))))
+   `(sh-heredoc ((,class (:foreground "blue" :background "#EEF5FE"))))
+   `(sh-quoted-exec ((,class (:foreground "#FF1493"))))
    `(shadow ((,class ,shadow)))
    `(shell-option-face ((,class (:foreground "forest green"))))
    `(shell-output-2-face ((,class (:foreground "blue"))))
    `(shell-output-3-face ((,class (:foreground "purple"))))
    `(shell-output-face ((,class (:foreground "black"))))
    `(shell-prompt-face ((,class (:weight bold :foreground "yellow"))))
-   `(show-paren-match ((,class (:foreground "white" :background "#FF3F3F"))))
-   `(show-paren-mismatch ((,class (:weight bold :foreground "white" 
:background "purple"))))
+   `(show-paren-match ((,class (:foreground "#E2464C" :background "#FFE182"))))
+   `(show-paren-mismatch ((,class (:weight bold :foreground "white" 
:background "#FF3F3F"))))
    `(speedbar-button-face ((,class (:foreground "green4"))))
    `(speedbar-directory-face ((,class (:foreground "blue4"))))
    `(speedbar-file-face ((,class (:foreground "cyan4"))))


reply via email to

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