themix-project / themix-gui

Graphical application for generating different color variations of Oomox (Numix-based) theme (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), Archdroid, Gnome-Color, Numix, Papirus and Suru++ icon themes. Have a hack for HiDPI in gtk2. Its Base16 plugin also allowing a lot of app themes support like Alacritty, Emacs, GTK4, KDE, VIM and many more.
GNU General Public License v3.0
2.11k stars 68 forks source link

Change color of the bar when click #46

Closed holmeslinux closed 8 years ago

holmeslinux commented 8 years ago

hi, congratulations on the creation of oomox is excellent... i am creating some themas. i would like to know how to change the color of the bar when you click, see image

http://www.auplod.com/u/adpulo896c6.png

vlw fwi, Holmes :)

actionless commented 8 years ago

that's a mix of menubar bg and fg colors: https://github.com/actionless/oomox/blob/master/src/gtk-3.20/scss/widgets/_menu.scss#L29

holmeslinux commented 8 years ago

@actionless hi, i did not understand! i need to edit the file?

vlw fwi, Holmes :)

actionless commented 8 years ago

yes

all the colors are generated from the theme variables (by mixing them together or lightening/darkening them), you can use selected_bg there

holmeslinux commented 8 years ago

hello, a doubt: i have to remove the line

background-color: mix($menubar_bg_color, $menubar_fg_color, .21);

vlw fwi, Holmes :)

actionless commented 8 years ago

in that case active menu item's background won't be changing the color at all

holmeslinux commented 8 years ago

hello, then, i do not understand... this line is in the file, but the manipulation of color can not change the background color of the menu when i click. you need to do to change the color?

vlw fwi, Holmes :)

actionless commented 8 years ago

you have to re-generate your theme after change to SCSS