Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add a way to customize theme for gtk also #20

Closed
anaselli opened this issue Jan 4, 2013 · 3 comments
Closed

Please add a way to customize theme for gtk also #20

anaselli opened this issue Jan 4, 2013 · 3 comments

Comments

@anaselli
Copy link
Contributor

anaselli commented Jan 4, 2013

qt implementation can use style.qss (QYStyler?) to manage custom application theme, gtk has not if i understood correctly.

But gtk could be managed a similar thing by using gtk_rc_parse() that could be added.
I think adding a superclass in yui and implementing it in gtk/qt should be the right thing (something like YStyler?).

Maybe in yui abstraction we can set path-theme and filename (qt use .qss extension and gtk .rc).

@anaselli
Copy link
Contributor Author

I Think i added something to manage it in past (and has been approved), i don't know if it is completed, but it is in.

@dmacvicar
Copy link

I think Gtk also supports css now http://thegnomejournal.wordpress.com/2011/03/15/styling-gtk-with-css/

@anaselli
Copy link
Contributor Author

I meant #21 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants