Merge pull request #1303 from nils-a/feature/GH-684

This commit is contained in:
Patrik Svensson
2023-09-16 19:37:00 +02:00
committed by GitHub
6 changed files with 45 additions and 1 deletions

View File

@ -23,6 +23,7 @@ public static class Program
.FullSize()
.Width(60)
.ShowPercentage()
.WithValueColor(Color.Orange1)
.AddItem("SCSS", 37, Color.Red)
.AddItem("HTML", 28.3, Color.Blue)
.AddItem("C#", 22.6, Color.Green)