How do I specify a custom color for a style? (Spectre.Console.Color) #1270
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered Additional context Edit: I just want to clarify that I know you can use custom hex colors in Markup but there is no way that I can find to define custom hex colors in |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
API docs
Example// Create a style with green foreground
var style = new Style(
foreground: new Color(0, 0xFF, 0)) |
Beta Was this translation helpful? Give feedback.
-
Sorry for the stupid question.
Where am I going wrong? |
Beta Was this translation helpful? Give feedback.
API docs
Example