Skip to content

Implement 24-bit web color format, like #ffaabb #6

Description

@sam701

Actually modern terminals support 24bit colors using the following sequences.

  • 38;2;<r>;<g>;<b> - foreground
  • 48;2;<r>;<g>;<b> - background

I'm net sure yet if it's worth to support the web format, like #ffaabb. Because then you need to come with a way to encode foreground and background.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions