Fix cell colors for built-in tables

Before this fix, tables created by `table-insert' or `table-capture'
have cells with a blue background and white foreground.  This fix makes
them blend in with the rest of `emacs-color-theme-solarized'.
This commit is contained in:
Jim Turner 2012-06-26 22:02:55 -04:00
parent bd06399738
commit e49ac91591
1 changed files with 2 additions and 0 deletions

View File

@ -321,6 +321,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(org-started-kwd-face ((t (,@fg-yellow ,@bg-base03))))
(org-cancelled-kwd-face ((t (,@fg-green ,@bg-base03))))
(org-delegated-kwd-face ((t (,@fg-cyan ,@bg-base03))))
;; table
(table-cell ((t (,@fmt-none ,@fg-base0 ,@bg-back))))
;; outline - pandocBlockQuoteLeader*
(outline-1 ((t (,@fmt-none ,@fg-blue))))
(outline-2 ((t (,@fmt-none ,@fg-cyan))))