-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.We have reviewed the proposal and agree that it should be implemented like that/at all.topic/gitea-actionsrelated to the actions of Gitearelated to the actions of Giteatype/enhancementAn improvement of existing functionalityAn improvement of existing functionalitytype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.
Description
Feature Description
Results from a color test script:
It looks like Gitea Actions only supports 16 color, no 256, but apparently true color backgrounds. Also there seems to be a bug where some 256-color escape sequences are interpreted as enabling underline style.
The implementation should detect the relevant ANSI escape sequences and use inline styles for at least the 256 and 16m variants, e.g. style="color:rgb(0,204,153)"
. We should also use some "nicer" colors for the 16-color variants that have sufficient contrast over the background.
Screenshots
GitHub



Gitea



Metadata
Metadata
Assignees
Labels
proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.We have reviewed the proposal and agree that it should be implemented like that/at all.topic/gitea-actionsrelated to the actions of Gitearelated to the actions of Giteatype/enhancementAn improvement of existing functionalityAn improvement of existing functionalitytype/proposalThe new feature has not been accepted yet but needs to be discussed first.The new feature has not been accepted yet but needs to be discussed first.