numixproject / numix-gtk-theme

A modern flat theme with a combination of light and dark elements.
GNU General Public License v3.0
1.2k stars 228 forks source link

Window control colors don't follow custom color #125

Closed vitalykorolev closed 10 years ago

vitalykorolev commented 10 years ago

Custom highlight colors set by GTK Theme Configuration app do not apply to windows controls any more. Other controls seem to be ok. image

satya164 commented 10 years ago

@vitalykorolev DO you have latest version?

vitalykorolev commented 10 years ago

I have the latest from Numix PPA. And I'm on Ubuntu 14.04.

satya164 commented 10 years ago

Unity? On unity it won't work as Unity uses pixmaps. It works with metacity, mutter and xfwm. On May 7, 2014 11:00 PM, "VItaly" notifications@github.com wrote:

I have the latest from Numix PPA. And I'm on Ubuntu 14.04.

— Reply to this email directly or view it on GitHubhttps://github.com/shimmerproject/Numix/issues/125#issuecomment-42457369 .

vitalykorolev commented 10 years ago

Oh no.. but it worked in 13.10 at some point. If you're sure it won't work with Unity in 14, I shall resurrect my blue remix. :) I like switching to blue once in a while.

mzur commented 10 years ago

Technically it should be possible to style the new SVG icons (#127) with arbitrary colors. But I don't know if Unity supports this.

satya164 commented 10 years ago

@vitalykorolev Earlier Unity was using metacity theme. So it was possible. From 14.04, Unity has its own Unity Decorator. Hence it will no longer work.

@mzur gtk-theme-config doesn't modify any files. It just overrides the colors defined in the theme. I don't think it will be possible for SVGs.