Skip to content
Snippets Groups Projects
Commit 39e6ce3a authored by Nuriel Shem-Tov's avatar Nuriel Shem-Tov
Browse files

Back to original color

parent a4e40c09
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ func run(plugin *node.Plugin) {
content.SetColumns(0)
footer := newPrimitive("")
footer.SetBackgroundColor(tcell.ColorDarkBlue)
footer.SetBackgroundColor(tcell.ColorDarkMagenta)
footer.SetTextColor(tcell.ColorWhite)
grid := tview.NewGrid().
......
......@@ -40,13 +40,13 @@ func NewUIHeaderBar() *UIHeaderBar {
SetTextAlign(tview.AlignLeft).
SetTextColor(tcell.ColorWhite).
SetDynamicColors(true).
SetBackgroundColor(tcell.ColorDarkBlue)
SetBackgroundColor(tcell.ColorDarkMagenta)
headerBar.InfoContainer.
SetTextAlign(tview.AlignRight).
SetTextColor(tcell.ColorWhite).
SetDynamicColors(true).
SetBackgroundColor(tcell.ColorDarkBlue)
SetBackgroundColor(tcell.ColorDarkMagenta)
headerBar.Primitive.
SetColumns(17, 0).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment