This commit is contained in:
anarcat 2017-02-10 21:54:32 +00:00 committed by GitHub
commit 40c929741e
1 changed files with 3 additions and 3 deletions

View File

@ -249,9 +249,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(menu (,@fg-base0 ,@bg-base02))
(minibuffer-prompt (,@fmt-bold ,@fg-cyan)) ; Question
(mode-line ; StatusLine
(,@fg-base1 ,@bg-base02 ,@fmt-revbb :box nil))
(,@fg-base03 ,@bg-base01 ,@fmt-revbb :box nil))
(mode-line-inactive ; StatusLineNC
(,@fg-base00 ,@bg-base02 ,@fmt-revbb :box nil))
(,@fg-base03 ,@bg-base02 ,@fmt-revbb :box nil))
(region (,@fg-base01 ,@bg-base03 ,@fmt-revbb)) ; Visual
(secondary-selection (,@bg-base02))
(shadow (,@fg-base01))
@ -449,7 +449,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(speedbar-tag-face (,@fmt-none ,@fg-blue))
;; widgets
(widget-field
(,@fg-base1 ,@bg-base02 :box (:line-width 1 :color base2)
(,@fg-base1 ,@bg-base02 :box (:line-width 1 :color base02)
:inherit default))
(widget-single-line-field (:inherit widget-field))
;; extra modules