Merge pull request #64 from jturner314/fix-table-cell

Fix cell colors for built-in tables
This commit is contained in:
Greg Pfeil 2012-07-11 12:32:32 -07:00
commit f7149856ec
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))))