Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
https://github.com/altercation/solarized/issues/220
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jul 1, 2017
1 parent eb76d51 commit 1562544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/output/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class ExitError extends Error {

export const CustomColors = {
supports,
// map gray -> dim because it's not solarized compatible
gray: (s: string) => chalk.dim(s),
grey: (s: string) => chalk.dim(s),
attachment: (s: string) => chalk.cyan(s),
addon: (s: string) => chalk.yellow(s),
configVar: (s: string) => chalk.green(s),
Expand Down

0 comments on commit 1562544

Please sign in to comment.