Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 11993  / 1 Year ago, fri, may 26, 2023, 12:15:36

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).



enter image description here



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.



enter image description here






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.


More From » unity

 Answers
2

The file is /usr/share/themes/Ambiance/gtk-3.0/apps/unity.css



change
-UnityDecoration-extents: 28px 0 0 0;
to
-UnityDecoration-extents: 28px 1px 1px 1px;


logout and log back in and see effect the changes.



Thus, in your local copy, make the "1px 1px 1px;" change in the file ~/.themes/Ambiance/gtk-3.0/apps/unity.css



Enjoy! : )


[#26010] Friday, May 26, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
eving

Total Points: 162
Total Questions: 102
Total Answers: 112

Location: Trinidad and Tobago
Member since Thu, Dec 1, 2022
1 Year ago
eving questions
;