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

Colors #31

Closed
sumanthratna opened this issue Apr 24, 2020 · 1 comment
Closed

Colors #31

sumanthratna opened this issue Apr 24, 2020 · 1 comment

Comments

@sumanthratna
Copy link

  • details on specifying colors should be added to the documentation
  • hex codes aren't applied
    • e.g., user:717171:white isn't showing a gray background

      silver/src/sh.rs

      Lines 81 to 88 in bb22207

      fn escape_hex(color: &str) -> String {
      format!(
      "{};{};{}",
      u8::from_str_radix(&color[0..2], 16).unwrap(),
      u8::from_str_radix(&color[2..4], 16).unwrap(),
      u8::from_str_radix(&color[4..6], 16).unwrap(),
      )
      }
@ghost
Copy link

ghost commented Jun 23, 2020

This works fine if you build from source. This feature doesn’t exist yet in a release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant