I just installed the Arc Theme, however it doesn't look right. As you can see here, mine looks completely different and looks like it's missing textures and other things:
Whereas the normal theme looks like this:
My icons aren't changing either.
I'm activating it from the Unity Tweak Tool, and I don't know why this is happening.
This is a known issue.
Source: https://github.com/horst3180/Arc-theme/issues/7
Workaround
Depending on which Arc theme you are using, edit the corresponding
.css
file. Even better, edit all of them and fix all Arc themes on 14.04:Arc:
sudo gedit /usr/share/themes/Arc/gtk-3.0/gtk.css
Arc Dark:
sudo gedit /usr/share/themes/Arc-Dark/gtk-3.0/gtk.css
Arc Darker:
sudo gedit /usr/share/themes/Arc-Darker/gtk-3.0/gtk.css
Once gedit opens press Ctrl + F and type the word
dashed
Now simply replace the highlighted word
dashed
with the wordnone
i.e. change this line:
outline-style: dashed;
to this:outline-style: none;
Save, close, and you're done. Enjoy.
on line 26 comment it to be like this
save and enjoy