Skip to content

Terminal default coloring with textual CSS #5452

@friscorose

Description

@friscorose

Wishlist

When using Rich one can set "default on default" as a means to preserve the native terminal color presence. It would useful, especially for inline mode, to have a TCSS styling mechanism that maintains the same Rich default coloring behavior.

Possible Solution

A possible scenario that is somewhat semantically consistent might be to add as valid a 'none' value to both color and background styles.

Example

Widget_name {
  color: none;
  background: none;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions