ivonunes / birdie

Birdie is a beautiful & fast Twitter client designed for elementary OS
https://birdie.ivonunes.me
GNU General Public License v3.0
276 stars 40 forks source link

Stylize profile Edit #7

Closed vascomfnunes closed 9 years ago

vascomfnunes commented 11 years ago

Reported by William Bout on 2013-03-31

In the profile view, the background of profile and the background of the lastest tweets shoud be different. (darker ?)


Daniel Fore (danrabbit) wrote on 2013-04-02:

In the official twitter apps, there's a sort of "Cover photo" that's used as a background.

khurshid-alam commented 10 years ago

Looks fine here. http://i.imgur.com/bKG8oAV.png.

Anyway I think its a theme issue. Most gtk3 themes(Like Numix) sets background color of BirdieWidgetsTweetList transparent in granite-widgets.css. Changing it to @theme_base_color should do just fine.

BirdieWidgetsTweetList * {
    background-color: @theme_base_color;
    background-image: none;
    font-size: 10px;
}