Open
Description
This package is a godsend, I have been wanting this for years and somehow never stumbled upon your repository.
However, I am sure many users are too lazy to set their own color schemes and there are no scheme resources except from those detailed in setOutputColors
' help. I am opening this issue so that people can share their own schemes (ideally with a screenshot), hope you'll agree with that but else just close the issue.
Here's my first:
The corresponding part in my ~/.Rprofile
:
# Colorize outputs in terminal (requires the "colorout" package)
if (!require("pacman")) install.packages("pacman", repos = "https://pbil.univ-lyon1.fr/CRAN/")
pacman::p_load(colorout)
setOutputColors(
normal = 252,
negnum = 146,
zero = 187,
number = 110,
date = 61,
string = 209,
const = 75,
warn = c(236, 179),
error = c(236, 198),
zero.limit = 0.1,
verbose = T
)
Metadata
Metadata
Assignees
Labels
No labels