Skip to content

Color schemes to share #27

Open
Open
@Kabouik

Description

@Kabouik

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:

ss-2020-03-10_191116

ss-2020-03-10_191328

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions