Actionless Loveless

Results 806 comments of Actionless Loveless

yup, you can add one, but it should be then in sync with all the parts of the theme, not just for one toolkit

you can find out widget class of that panel in inkscape and add a rule for it to this file: https://github.com/actionless/oomox/blob/master/src/gtk-2.0/gtkrc.hidpi this tool should be helpful: https://chipx86.github.io/gtkparasite/

also icon sizes could be overriden by you settings manager, here is an example of how it's done in `xsettingsd`: ``` Gtk/IconSizes "panel-menu=40,40:panel=40,40:gtk-menu=24,24:gtk-large-toolbar=40,40:gtk-small-toolbar=40,40:gtk-button=24,24" ```

if there are any volunteers to implement that pre-scaling here is an example: https://github.com/nana-4/Flat-Plat/pull/142 but in this case it will also take some effort to re-implement border radius option for...

yes but without scss that seems like quite a PITA, and so looking on the decreasing number of gtk2 apps on my desktop i've decided to give up on that

those colors you mentioned are computed as mixture of background and foreground colors in GTK+3 it's quite easy to configure a border of any element, there is almost all the...

that's possible but i am hiding them since using tiling WM so won't do that myself

hello @libXq , thanks for your practical interest in theme development next possible steps would be: 0) instead of modifying border_width modify border_color of the elements 1) move all new...

>But there are still some elements I want to change, but I could find the right line in the .scss files. I marked the elements with image with read arrows...