diff options
Diffstat (limited to 'etc/themes/leuven-theme.el')
-rw-r--r-- | etc/themes/leuven-theme.el | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el index f643dd560cf..514384ca2af 100644 --- a/etc/themes/leuven-theme.el +++ b/etc/themes/leuven-theme.el @@ -287,6 +287,25 @@ more...") `(message-header-xheader ((,class ,mail-header-other))) `(message-mml ((,class (:foreground "forest green")))) + ;; ANSI colors. + `(ansi-color-bold ((,class (:weight bold)))) + `(ansi-color-black ((,class (:foreground "black" :background "black")))) + `(ansi-color-red ((,class (:foreground "red3" :background "red3")))) + `(ansi-color-green ((,class (:foreground "forest green" :background "forest green")))) + `(ansi-color-yellow ((,class (:foreground "yellow3" :background "yellow3")))) + `(ansi-color-blue ((,class (:foreground "blue" :background "blue")))) + `(ansi-color-magenta ((,class (:foreground "magenta3" :background "magenta3")))) + `(ansi-color-cyan ((,class (:foreground "deep sky blue" :background "deep sky blue")))) + `(ansi-color-white ((,class (:foreground "gray60" :background "gray60")))) + `(ansi-color-bright-black ((,class (:foreground "gray30" :background "gray30")))) + `(ansi-color-bright-red ((,class (:foreground "red1" :background "red1")))) + `(ansi-color-bright-green ((,class (:foreground "lime green" :background "lime green")))) + `(ansi-color-bright-yellow ((,class (:foreground "yellow2" :background "yellow2")))) + `(ansi-color-bright-blue ((,class (:foreground "dodger blue" :background "dodger blue")))) + `(ansi-color-bright-magenta ((,class (:foreground "magenta" :background "magenta")))) + `(ansi-color-bright-cyan ((,class (:foreground "sky blue" :background "sky blue")))) + `(ansi-color-bright-white ((,class (:foreground "gray80" :background "gray80")))) + ;; Diff. `(diff-added ((,class ,diff-added))) `(diff-changed ((,class ,diff-changed))) @@ -613,6 +632,8 @@ more...") `(ilog-echo-face ((,class (:height 2.0 :foreground "#006FE0")))) `(ilog-load-face ((,class (:foreground "#BA36A5")))) `(ilog-message-face ((,class (:foreground "#808080")))) + `(image-dired-thumb-flagged ((,class (:background "red")))) + `(image-dired-thumb-mark ((,class :background "#FFAAAA"))) `(indent-guide-face ((,class (:foreground "#D3D3D3")))) `(info-file ((,class (:family "Sans Serif" :height 1.8 :weight bold :box (:line-width 1 :color "#0000CC") :foreground "cornflower blue" :background "LightSteelBlue1")))) `(info-header-node ((,class (:underline t :foreground "orange")))) ; nodes in header @@ -1035,12 +1056,6 @@ more...") ;; highlight-sexp-mode. '(hl-sexp-background-color "#efebe9") - '(ansi-color-faces-vector - [default default default italic underline success warning error]) - - ;; Colors used in Shell mode. - '(ansi-color-names-vector - ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"]) ) ;;;###autoload |