Actionless Loveless

Results 806 comments of Actionless Loveless

> BTW could you explain the meaning of the GTK_GENERATE_DARK_THEME value? in oomox-gtk-theme it used to generate two gtk.css and gtk-dark.css and i remember i was trying to make it...

@nana-4 after your explanation i see the point, in oomox i was solving such problems with a special scss function: https://github.com/actionless/oomox-gtk-theme/blob/master/src/gtk-3.20/scss/_functions.scss#L112-L118 the idea is what you just taking a color...

re: potential fixes: 1) i've supplied an scss function for choosing most contrast color above, feel free to use it for implementing this, i recommend to use MENU_BG and MENU_FG...

>But if you want that the darker themes look as good as the lighter themes, we will provide a variable MATERIA_COLOR_VARIANT which defaults to light but can be set to...

btw here is `is_dark` implementation in bash to use in change_color.sh script: https://github.com/actionless/oomox-gtk-theme/blob/master/scripts/is_dark.sh

which GTK app should be used to reproduce it? gtk3-widget-factory looks good to me UPD: my bad, did not noticed, it's gnome shell itself

also it looks like you have "Global Dark Theme" somewhere in your GTK+3 settings enabled?

https://askubuntu.com/questions/769417/how-to-change-global-dark-theme-on-and-off-through-terminal

though i can reproduce the issue itself, steps: 1) open `gtk3-widget-factory` 2) in top-right menu switch Dark Theme on and off when Dark Theme is on -- Oomox colors are...