Skip to content

Commit

Permalink
Fix cell colors for built-in tables
Browse files Browse the repository at this point in the history
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'.
  • Loading branch information
jturner314 committed Jun 27, 2012
1 parent bd06399 commit e49ac91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solarized-definitions.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))
Expand Down

0 comments on commit e49ac91

Please sign in to comment.