fix two minor bugs with colors
1. I used statusbar_color instead of header_color by accident 2. state_line_color has to be explicitely turned off before setting new color
This commit is contained in:
@@ -241,7 +241,7 @@ int main(int argc, char *argv[])
|
||||
mvwhline(wHeader->Raw(), 2, 0, 0, COLS);
|
||||
mvwhline(wHeader->Raw(), 4, 0, 0, COLS);
|
||||
*wHeader << XY((COLS-Window::Length(title))/2, 3);
|
||||
*wHeader << Config.statusbar_color << title << clEnd;
|
||||
*wHeader << Config.header_color << title << clEnd;
|
||||
*wHeader << clEnd << fmtBoldEnd;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user