mirror of
https://github.com/bcicen/ctop.git
synced 2025-11-13 14:45:40 +01:00
add global default ColorMap
This commit is contained in:
@@ -57,7 +57,6 @@ func newMemLabel() *ui.Par {
|
||||
p.Border = false
|
||||
p.Height = 1
|
||||
p.Width = 20
|
||||
p.TextFgColor = ui.ColorDefault
|
||||
return p
|
||||
}
|
||||
|
||||
@@ -67,9 +66,6 @@ func newMemChart() *ui.MBarChart {
|
||||
mbar.Border = false
|
||||
mbar.BarGap = 1
|
||||
mbar.BarWidth = 6
|
||||
mbar.TextColor = ui.ColorDefault
|
||||
|
||||
mbar.BarColor[0] = ui.ColorGreen
|
||||
|
||||
mbar.BarColor[1] = ui.ColorBlack
|
||||
mbar.NumColor[1] = ui.ColorBlack
|
||||
|
||||
Reference in New Issue
Block a user