Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Colorization structure to colorize table. #240

Open
zhiburt opened this issue Oct 17, 2022 · 0 comments
Open

Create Colorization structure to colorize table. #240

zhiburt opened this issue Oct 17, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@zhiburt
Copy link
Owner

zhiburt commented Oct 17, 2022

See #126 for a picture how output could look like after using the option.

The idea is to create Colorization as structure for table colorization.

table.with(Colorization::new(color1, color2).pattern(ColorizationPattern::Chess))
enum ColorizationPattern {
  Columns,
  Rows,
  Chess,
}
@zhiburt zhiburt added enhancement New feature or request good first issue Good for newcomers labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant