Comment 3 for bug 1749075

Revision history for this message
Wei Tsui (ghostplant) wrote :

The following extra styles should be added into both Ambiance and Radiance:

# Extra theme for lightdm-gtk-greeter
.lightdm-gtk-greeter separator {
    border-style: none;
    border-width: 0px;
}

# Extra theme for mate-terminal
window.background.mate-terminal vte-terminal {
    -TerminalScreen-background-darkness: 0.95;
    background-color: #300A24;
    color: #F2F1F0;
}

# Extra theme for maximized window menubar
.maximized .menubar:not(:backdrop),
.maximized menubar:not(:backdrop) {
    background-color: @dark_bg_color;
}

# Extra theme for default textview box
.view text {
    background-color: @base_color;
    color: @text_color;
}