From 9b0219dedd324d04163e2d010229f09af6ce2615 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 26 Oct 2016 17:57:49 +0200 Subject: themes: zenburn adjustments --- themes/jao-zenburn-theme.el | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/jao-zenburn-theme.el b/themes/jao-zenburn-theme.el index ba59fbd..5d92ef9 100644 --- a/themes/jao-zenburn-theme.el +++ b/themes/jao-zenburn-theme.el @@ -1,32 +1,62 @@ -(require 'zenburn-theme) (require 'jao-themes) +(setq zenburn-override-colors-alist + `(("zenburn-magenta" . "AntiqueWhite1") + ("zenburn-cyan" . "LightSteelBlue1") + ("zenburn-blue+1" . "LemonChiffon") + ("zenburn-blue" . "LemonChiffon1") + ("zenburn-blue-1" . "LemonChiffon2") + ("zenburn-blue-2" . "LemonChiffon3") + ("zenburn-blue-3" . "LemonChiffon4") + ("zenburn-blue-4" . "bisque2") + ("zenburn-blue-5" . "bisque1"))) + +(require 'zenburn-theme) + +;; (setq zenburn-colors-alist +;; (append zenburn-default-colors-alist +;; zenburn-override-colors-alist)) + (load-theme 'zenburn t) (zenburn-with-color-variables (let ((f (jao-themes-parse-faces `((circe-originator-face (c ,zenburn-yellow-1)) - (diff-hl-change (c nil ,zenburn-blue-4)) + (compilation-info (c ,zenburn-yellow) nul) + (diff-hl-change (c nil ,zenburn-blue+1)) (diff-hl-delete (c nil ,zenburn-red-1)) (diff-hl-insert (c nil ,zenburn-green)) - (font-lock-function-name-face (c ,zenburn-orange) nbf) + (diredp-date-time (c ,zenburn-yellow)) + (diredp-dir-name (c ,zenburn-blue-2) bf) + (diredp-exec-priv (c ,zenburn-yellow-2)) + (diredp-write-priv (c ,zenburn-yellow-2)) + (font-lock-function-name-face (c ,zenburn-yellow) nbf) (fringe (c nil nil)) (gnus-summary-cancelled (c ,zenburn-red) st) + (header-line (c ,zenburn-fg ,zenburn-bg+1)) (link (c ,zenburn-yellow) nbf nul) (link-visited (c ,zenburn-yellow-2) nbf nul) (lui-button-face (c ,zenburn-green+2)) (lui-time-stamp-face (c ,zenburn-bg+3)) + (magit-diff-added-highlight (~ diff-hl-added)) + (magit-hash (c ,zenburn-green)) + (match (c ,zenburn-orange)) + (mm-uu-extract (c nil ,zenburn-bg+1)) (mode-line (c ,zenburn-fg ,zenburn-bg-1)) - (mode-line-inactive (c ,zenburn-fg ,zenburn-bg+1)) + (mode-line-inactive (~ header-line)) + (TeX-error-description-error (c ,zenburn-red)) (vertical-border (c ,zenburn-bg+2)) (w3m-anchor (~ link)) (w3m-arrived-anchor (~ visited-link)) (w3m-header-line-location-content (c ,zenburn-yellow)) (w3m-header-line-location-title nil) + (w3m-image-anchor (~ w3m-anchor) (c nil ,zenburn-bg+2)) (w3m-tab-background (~ mode-line)) (w3m-tab-selected (c ,zenburn-red+1 ,zenburn-bg) bf bx) (w3m-tab-unselected (c ,zenburn-fg "grey30") bx) + (w3m-tab-selected-background (~ w3m-tab-selected)) (w3m-tab-unselected-unseen (~ w3m-tab-unselected)))))) - (apply 'custom-theme-set-faces (cons 'zenburn f)))) + (apply 'custom-theme-set-faces (cons 'zenburn f)) + (custom-theme-set-variables 'zenburn `(fci-rule-color ,zenburn-bg+1)))) (provide 'jao-zenburn-theme) -- cgit v1.2.3