Skip to content

Commit

Permalink
Merge pull request #4 from natemueller/fix-yellow-typo
Browse files Browse the repository at this point in the history
Killed trailing ,
  • Loading branch information
bbatsov committed Dec 4, 2011
2 parents 4a8af8a + 7234379 commit 8d192fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarized-theme.el
Expand Up @@ -409,7 +409,7 @@
`(whitespace-trailing ((,class (:foreground ,red :background ,solarized-bg))))
`(whitespace-line ((,class (:background ,solarized-bg :foreground ,magenta))))
`(whitespace-space-before-tab ((,class (:background ,orange :foreground ,orange))))
`(whitespace-indentation ((,class (:background ,yellow, :foreground ,red))))
`(whitespace-indentation ((,class (:background ,yellow :foreground ,red))))
`(whitespace-empty ((,class (:background ,yellow :foreground ,red))))
`(whitespace-space-after-tab ((,class (:background ,yellow :foreground ,red))))

Expand Down

0 comments on commit 8d192fc

Please sign in to comment.