
Atolm-gtk3
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
9 years ago
14.11.11 Updated to gtk+ 3.2
17.11.11 fixed "pink focus" bug and "select multiple items" bug, thanks to ~linux-void
vellu-2xl
9 years ago
Report
sudoquai
9 years ago
really good theme! I am using it at XFCE4.
But ive tried it together with Nautilus and they are some "bugs":
- blue gradient (looks ugly) should be one color
- if you change the view (escpially LIST view than the content color changes to something like white instead of dark with use of SYMBOL view).
Try using theme "Sammy" (Sammy Dark) or "Humanoid" to have an idea how it should look like.
Please fix it! Thank you
Report
l300lvl
9 years ago
Report
precipitous
9 years ago
Report
arcsst
6 years ago
Report
Dax999
9 years ago
Report
mrmars
9 years ago
(maybe you know it because you downloaded it, but I am writing it for those who still have to)
ps. there's still a little bug (pink buttons sometimes) which I am working on ;)
Report
linux-void
9 years ago
you only have to change 1 line in your gtk-widgets.css
line 58 from:
-adwaita-focus-fill-color: none;
to:
-adwaita-focus-fill-color: alpha(@theme_base_color, 0.0);
and no more pink color
Report
Roasted
9 years ago
New question - Open Nautilus and drag to select several items at once. It seems as if that shading is the same color as the background, which thereby looks like you're causing the selected items to disappear. Any quick remedy for that? I tried to find that entry but I'm not too good with CSS just yet.
Report
mrmars
9 years ago
but not on nautilus-preferences tabs.
I dunno why, though.
I will try and fix the progressbar and "select itemes" bugs before releasing again.
Thanks for your contribution, it is much appreciated
Report
linux-void
9 years ago
I don't have any issues in prefs
Report
linux-void
9 years ago
.view.rubberband,
.rubberband {
background-color: alpha (@theme_selected_bg_color, 0.35);
border-color: @theme_selected_bg_color;
border-style: solid;
border-width: 1;
border-radius: 2;
}
Report