0

I am a bit confused about this in theme tutorials, but how would I go about changing the color of windows in Unity. I mean the File, Edit, etc. Bars to a different color and other colors related to windows. Other colors, such as window backgrounds, I've managed to do, but no matter what I change,. Any help is appreciated. Using Ubuntu 12.04.

user191551
  • 19
  • 5

1 Answers1

1

I use MyUnity. It lets you tweak your theme and change the colors of your bars. You can install it from Software Center. Just do a quick search.

Or from terminal: sudo apt-get install myunity

Here's a nice little tutorial on it:

MyUnity Tutorial

Arkanoid
  • 131
  • 7
  • Well, you see, I'm starting to develop a theme for the windows, icons, etc. I wanted everything to be included in the theme if possible. After looking at tutorials, I now know I have to edit a gtk file to do this but I cant find the one or the particular color code to edit for it to work. – user191551 Sep 11 '13 at 15:44
  • I'm actually not sure how to do that. I've never attempted making a whole theme. This may help:

    link

    – Arkanoid Sep 13 '13 at 04:44
  • You may want to look into Gpick as well. – Arkanoid Sep 13 '13 at 04:54