Skip to content

Instantly share code, notes, and snippets.

@musically-ut
Created July 28, 2012 22:37
Show Gist options
  • Save musically-ut/3195033 to your computer and use it in GitHub Desktop.
Save musically-ut/3195033 to your computer and use it in GitHub Desktop.
Setting colors for my R-console.
# Copy this to your .Rprofile
library('colorout')
setOutputColors256(
normal = 40,
number = 214,
string = 85,
const = 35,
stderror = 45,
error = c(1, 0, 1),
warn = c(1, 0, 100)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment