I seem to live my life in the terminal - many terminals in-fact.
I also love the Ambiance theme - but the new borderless windows does not provide the visual differentiation I'm used to (the same black windows appear to blend into each other).
Thus to my question - how do I add back the single pixel border for windows that is found in earlier Ubuntu versions?
I want to keep the Ambiance overall theme since this looks good and I dont want to swap to another theme.
Now I know that I can modify the Ubuntu Ambiance theme as follows:
mkdir ~/.themes
cp -r /usr/share/themes/Ambiance .themes
Then flipping between the theme options in the Settings - Appearance picks up changes in the theme in now in the .themes folder.
I presume I need to alter one of the .css files but I dont know which one.
I was also looking at this Q&A but the solutions there doesnt work for 14.04. I also looked at the community wiki but got rather lost trying to figure out which one applies to my situation.
/usr/share/themes/Ambiance/gtk-3.0/apps/unity.css
to set-UnityDecoration-extents: 28px 1px 1px 1px;
, you can make the change take effect on the current session by opening the "Appearance" app, change the Theme to Radiance, and back again to Ambiance. No need to logout/login again. – AlejandroVD Jun 09 '15 at 19:56metacity-1/metacity-theme-1.xml
instead. – Reinier Post Feb 04 '16 at 18:58