aboutsummaryrefslogtreecommitdiff
path: root/home/.emacs.d/themes/emacs-color-theme-solarized
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-10-03 11:11:36 -0700
committerJakob Odersky <jodersky@gmail.com>2015-10-03 11:11:36 -0700
commit32519b7592bda969ef3377296009a9b0ad03c997 (patch)
tree3116a6698ed433a7e955a9591eda1f2b90f2ebc1 /home/.emacs.d/themes/emacs-color-theme-solarized
parent2f44ecfe91865a1ed542a70f013e8578eab61760 (diff)
downloaddotfiles-32519b7592bda969ef3377296009a9b0ad03c997.tar.gz
dotfiles-32519b7592bda969ef3377296009a9b0ad03c997.tar.bz2
dotfiles-32519b7592bda969ef3377296009a9b0ad03c997.zip
update solarized theme
Diffstat (limited to 'home/.emacs.d/themes/emacs-color-theme-solarized')
-rw-r--r--home/.emacs.d/themes/emacs-color-theme-solarized/solarized-definitions.el30
1 files changed, 25 insertions, 5 deletions
diff --git a/home/.emacs.d/themes/emacs-color-theme-solarized/solarized-definitions.el b/home/.emacs.d/themes/emacs-color-theme-solarized/solarized-definitions.el
index ea039ff..007e95b 100644
--- a/home/.emacs.d/themes/emacs-color-theme-solarized/solarized-definitions.el
+++ b/home/.emacs.d/themes/emacs-color-theme-solarized/solarized-definitions.el
@@ -302,7 +302,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(diff-changed (,@fg-yellow ,@bg-base02))
(diff-removed (,@fg-red ,@bg-base02))
(diff-refine-change (,@fg-blue ,@bg-base02))))))
- (diff-file-header (,@bg-back))
+ (diff-refine-added (:inherit diff-added ,@fmt-revr))
+ (diff-refine-removed (:inherit diff-removed ,@fmt-revr))
+ (diff-file-header (:inherit default ,@fg-blue))
+ (diff-hunk-header (:inherit default))
(diff-header (,@fg-base1 ,@bg-back))
;; IDO
(ido-only-match (,@fg-green))
@@ -729,10 +732,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(term-color-white (,@fg-base00))
;; company
(company-tooltip (,@fg-base00 ,@bg-base02))
- (company-tooltip-selection (,@fg-base1 ,@bg-base02))
+ (company-tooltip-selection (,@fg-green ,@bg-base02))
(company-tooltip-mouse (,@fg-base1 ,@bg-base02))
- (company-tooltip-common (,@fg-blue ,@bg-base02))
- (company-tooltip-common-selection (,@fg-blue ,@bg-base01))
+ (company-tooltip-common (,@fg-blue ,@bg-base02 ,@fmt-undr))
+ (company-tooltip-common-selection (,@fg-green ,@bg-base02 ,@fmt-undr))
(company-tooltip-annotation (,@fg-yellow ,@bg-base02))
(company-scrollbar-fg (,@bg-base0))
(company-scrollbar-bg (,@bg-base02))
@@ -748,7 +751,24 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
;; guide-key
(guide-key/prefix-command-face (,@fg-blue))
(guide-key/highlight-command-face (,@fg-orange))
- (guide-key/key-face (,@fg-green)))))))
+ (guide-key/key-face (,@fg-green))
+ ;; magit
+ (magit-log-sha1 (,@fg-red))
+ (magit-branch (,@fg-yellow))
+ (magit-tag (,@fg-green))
+ (magit-log-author (,@fg-cyan))
+ (magit-log-head-label-remote (,@fg-green))
+ (magit-log-head-label-tags (,@fg-orange))
+ (magit-log-head-label-local (,@fg-yellow))
+ (magit-log-head-label-head (,@fg-violet))
+ (magit-process-ok (,@fg-green :inherit magit-section-title))
+ (magit-process-ng (,@fg-red :inherit magit-section-title))
+ ;; undo-tree
+ (undo-tree-visualizer-current-face (,@fg-orange))
+ (undo-tree-visualizer-default-face (:inherit shadow))
+ (undo-tree-visualizer-active-branch-face (:inherit default))
+ (undo-tree-visualizer-unmodified-face (,@fg-cyan))
+ (undo-tree-visualizer-register-face (,@fg-yellow)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)