Comment 45 for bug 1599453

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

It looks like gnome-terminal.css does actually do a "define-color @terminal_bg #300a24". The weird part was when I did "background-color @terminal_bg" in the debugger I got the right color, even though in theory it's not defined.

I just pulled your latest changes and it actually looks weird to me - I get a bright white background. I guess if your terminal is white, that looks OK, but on a black background it looks pretty weird. I get the same thing if I use the theme colors or not.

If I add the following CSS it looks just like gnome-terminal. Again, I'm not sure why @terminal_bg works, but it does - maybe because I have GNOME Terminal open also?

.terminator-profile-default {
  background-color: @terminal_bg;
}