Buttons and menubar items look!
Flat style of buttons show a line in the middle for tho divided gradients.. Is it possible to add a really flat style for buttons? In other words a style with "uniform" colour?
About menubar items, it is possible to give them a reserved style? In other words, menubar items should have their personal style (the same for buttons) and not to be the same of buttons or menu items.
About menubar items, it is possible to give them a reserved style? In other words, menubar items should have their personal style (the same for buttons) and not to be the same of buttons or menu items.
both of your requests are
1) try using hightlight_ratio = 1.0 and gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
2) you just need to play with a custom gtk match and overriding the default murrine options with new ones. for example get the section menubar_item (or whatever it is called) and add engine "murrine" { add your options here and play with the look }
Post new comment