Comment 32 for bug 1599453

Revision history for this message
Braden Kelley (redbmk) wrote :

I'm a Bazaar newb, so maybe I'm doing something wrong. Earlier I had done a fresh bzr branch, then just now I did a "bzr merge && bzr commit -m 'merge changes'" in that branch. I'm still seeing the space above the tabs as being a different color, and it looks different than gnome terminal. If I add the following CSS, then I get a dark background.

.terminator-terminal-window .notebook.header {
  background-color: @dark_bg_color;
}