Skip to content

Allow custom colors for project names #6481

@sheremet-va

Description

@sheremet-va

Clear and concise description of the problem

It is not possible to configure colors of the project names in UI or in the CLI.

Suggested solution

Allow accepting the name property as an object:

interface ProjectName {
  name: string
  color: keyof Colors
}

We should also change the default colors to be background ones by default (this was initially part of #6329):
Screenshot 2024-08-12 at 23 03 51

Alternative

No response

Additional context

No response

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    p2-nice-to-haveNot breaking anything but nice to have (priority)

    Type

    No type

    Projects

    Status

    Approved

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions