qplot(1:10, (1:10)^3) + theme_fte()
mycolors = c("wheat", "#C2AF8D", "#8F6D2F", "darkred")
qplot(1:10, (1:10)^3) +
theme_fte(colors=mycolors)
# Check that it is a complete theme
attr(theme_fte(), "complete")
Run the code above in your browser using DataLab