lassekongo83 / plano-theme

A flat theme for GNOME & Xfce4
GNU General Public License v3.0
208 stars 9 forks source link

Dark titlebar variant #22

Closed jderose9 closed 5 years ago

jderose9 commented 6 years ago

It would be great if a variant of the gtk theme was maintained that had dark window titebars.

lassekongo83 commented 6 years ago

Might be a project once I'm done with https://github.com/lassekongo83/amber-theme At least then I'll have some better scss to work with.

philgood commented 6 years ago

Any further updates on a dark titlebar variant?

lassekongo83 commented 6 years ago

It's a slow process, so it will be done when it's done. Still not quite happy with what I have.

philgood commented 6 years ago

Thanks for the prompt update @lassekongo83

fblais commented 5 years ago

Would like to see a darker titlebar as well. :) Thanks in advance.

lassekongo83 commented 5 years ago

To enable the dark titlebar, open: gtk-3.0/gtk.scss and change $dark_header: 'false'; to $dark_header: 'true';

You'll need to have sassc installed. Then run: sh parse-sass.sh and reload the theme.

I'll probably work on the gtk-2.0 menubar, xfwm4 theme, and an installation script later.

fblais commented 5 years ago

Thanks!