SyntaxFix
Write A Post
Hire A Developer
Questions
color and fill are separate aesthetics. Since you want to modify the color you need to use the corresponding scale:
color
fill
d + scale_color_manual(values=c("#CC6666", "#9999CC"))
is what you want.