elementary / stylesheet

The GTK Stylesheet for elementary OS
https://elementary.io
GNU General Public License v3.0
320 stars 74 forks source link

Infobar buttons are ugly in dark style #809

Closed danirabbit closed 3 years ago

danirabbit commented 4 years ago

Screenshot from 2020-09-08 18 35 48@2x

hanaral commented 4 years ago

I think that it could be a slightly dimmed version of the light style

alvvaro commented 3 years ago

Why not make the buttons transparent like in the old stylesheet?

dark_infobar_banana300

I would personally like it better if bars dimmed a bit in dark mode (esp the yellow one)

dark_infobar_banana500

It can be something along the lines of:

&.warning revealer > box {

        // [...]

        & button {
            background-color: transparent;
            border-color: #963000;
            color: #963000;
        }

        @if $color-scheme == "dark" {
            background-color: $BANANA_500;
            border-color: $BANANA_900;
        }
    }
hanaral commented 3 years ago

I would personally like it better if bars dimmed a bit in dark mode (esp the yellow one)

I feel inclined to agree, the bar is quite bright in dark style - but I feel that it makes it far more obvious that it's urgent