Skip to content

Commit

Permalink
Fixed background colour for 'highlight'. It was very hard to read whe…
Browse files Browse the repository at this point in the history
…n using text expansions for 'it' in RSpec.
  • Loading branch information
Clinton Forbes committed Jun 26, 2008
1 parent 985b891 commit 6d3a240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-theme-twilight.el
Expand Up @@ -54,7 +54,7 @@
(gui-element ((t (:background "#D4D0C8" :foreground "black"))))
(region ((t (:background "#27292A"))))
(mode-line ((t (:background "grey75" :foreground "black"))))
(highlight ((t (:background "darkolivegreen"))))
(highlight ((t (:background "#222222"))))
(highline-face ((t (:background "SeaGreen"))))
(italic ((t (nil))))
(left-margin ((t (nil))))
Expand Down

0 comments on commit 6d3a240

Please sign in to comment.