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) { ...@@ -49,7 +49,7 @@ func run(plugin *node.Plugin) {
content.SetColumns(0) content.SetColumns(0)
footer := newPrimitive("") footer := newPrimitive("")
footer.SetBackgroundColor(tcell.ColorDarkBlue) footer.SetBackgroundColor(tcell.ColorDarkMagenta)
footer.SetTextColor(tcell.ColorWhite) footer.SetTextColor(tcell.ColorWhite)
grid := tview.NewGrid(). grid := tview.NewGrid().
......
...@@ -40,13 +40,13 @@ func NewUIHeaderBar() *UIHeaderBar { ...@@ -40,13 +40,13 @@ func NewUIHeaderBar() *UIHeaderBar {
SetTextAlign(tview.AlignLeft). SetTextAlign(tview.AlignLeft).
SetTextColor(tcell.ColorWhite). SetTextColor(tcell.ColorWhite).
SetDynamicColors(true). SetDynamicColors(true).
SetBackgroundColor(tcell.ColorDarkBlue) SetBackgroundColor(tcell.ColorDarkMagenta)
headerBar.InfoContainer. headerBar.InfoContainer.
SetTextAlign(tview.AlignRight). SetTextAlign(tview.AlignRight).
SetTextColor(tcell.ColorWhite). SetTextColor(tcell.ColorWhite).
SetDynamicColors(true). SetDynamicColors(true).
SetBackgroundColor(tcell.ColorDarkBlue) SetBackgroundColor(tcell.ColorDarkMagenta)
headerBar.Primitive. headerBar.Primitive.
SetColumns(17, 0). SetColumns(17, 0).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment