Skip to content

Commit

Permalink
Change highlight color more easy to see (high contrast against backgr…
Browse files Browse the repository at this point in the history
…ound color when run `anything')
  • Loading branch information
kyanny committed Feb 5, 2010
1 parent 2afac54 commit d20496f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-ir-black.el
Expand Up @@ -58,7 +58,7 @@
(gui-element ,(color *background* "#D4D0C8"))
(region ,(color nil *region*))
(mode-line ,(color *background* "grey75"))
(highlight ,(color nil *current-line*))
(highlight ,(color nil "#660000"))
(highline-face ,(color nil *current-line*))
(italic ((t (nil))))
(left-margin ((t (nil))))
Expand Down

0 comments on commit d20496f

Please sign in to comment.