
GTK3/4 Themes cinnamon dark flight neon night
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/solsticeman/NiteFlite-Theme
NiteFlite, pardon the spelling, is a flat, modern Numix and Cinnamon theme.
It's comprised of many transparent elements, has dark slate and near-black window frames, and uses four popular vibrant text colours.
The dash letter at the end of the theme name denotes the theme's color. (The "-C" stands for "cyan".)
Suru++ Asprómauros colored, monochromatic icons complement the themes nicely, in my opinion.
The word "Asprómauros" is derived from the Greek word ασπρÏŒμαυmρος, meaning black and white.
So, it would probably be more accurate if these brilliant, colored icons were named Lamprós, from the Greek word ΛΑΜΠΡÎŒΣ, meaning shiny, bright, glowing, lucent. I digress.
And now, without further ado, let's roll the icon credits...
The drop-dead gorgeous FreeDesktop Suru icon set is designed and developed by:
Sam Hewitt under GPL3 license
The original Suru icon set and concept was created by:
Matthieu James
Canonical Design Team
Core developers (in order of appearance):
Andrea Bonanni (original author)
Gustavo Costa
Devices icons are inspired by La Capitaine created by:
Keefer Rourke under GPL3/MIT
Emoji icons are derived from the Twenoji created by:
Twitter Team under MIT
Mimetype icons are based on Numix mimetypes icons created by:
Numix Team under GPL3
Devices and places icons and several apps icons are inspired by Papirus icons created by:
Alexey Varfolomeev under GPL3
Numberless icons are from Gravit Designer, under GPL3/MIT
Gnome shell included.
Xfce, Unity, and Chrome are supported.
Enjoy!
Icon Index files errors 3 months ago
Replaced and corrected Icon index files. One icon set missing index file, others had icon theme identification errors.
All Icon sets should now display theme name correctly.
Icon Index files errors 3 months ago
Replaced and corrected Icon index files. One icon set missing index file, others had icon theme identification errors.
All Icon sets should now display theme name correctly.
Broken icon links. 3 months ago
Broken links resulting in missing check boxes, missing folder scale icon, and others. Same issue all color versions.
Relocated and renamed "gtk-assets" and "gtk-icons" folders to "assets" and "icons" respectively and moved folders into gtk-3.0 folder to repair broken links.
NiteFlite-C and NiteFlite-G icons index files incorrect 8 months ago
Replaced NiteFlite-C and NiteFlite-G icons index files
Icons not present in directories in Xfce.
tepca
3 months ago
Report
ikxik
3 months ago
Report
solsticeman
3 months ago
Report
razm
3 months ago
Report
solsticeman
3 months ago
Here's my quick fix if you don't want to download and reinstall the latest and greatest version:
1 Rename the gtk-assets folder to assets and the gtk-icons folder to icons.
2 Move both folders into the GTK-3.0 folder.
3 Hit Alt and F2, then enter "r" to reset theme.
Report
razm
3 months ago
Report
razm
3 months ago
I was able to resolve this issue by digging into the css. It turns out incorrect file paths were given for the icons and assets for all checkboxes and radio buttons. This has to be fixed for the theme to be reasonably usable. I highly encourage the Devs to make this change themselves. This is a nice theme. Don't let it go to waste.
These Occurrences begin on line 2501. The line reads, -gtk-icon-source: -gtk-scaled(url("assets/selectionmode-checkbox-unchecked-dark.png"), url("assets/[email protected]"));
But should be -gtk-icon-source: -gtk-scaled(url("../gtk-assets/selectionmode-checkbox-unchecked-dark.png"), url("../gtk-assets/[email protected]"));
INSTRUCTIONS TO FIX:
-In NiteFlite-R directory (could be -C, -G, -B) navigate into gtk-3.0 and open the file gtk.css in your editor.
-Find all occurrences of "icons/" (omit quotes) and replace with "../gtk-icons/". There are 13 occurrences.
-Find all occurrences of "assets/" and replace with "../gtk-assets/". There are 34 occurrences.
-Save the file.
-Switch to a different theme and then switch back to NiteFlite. It should be fixed now.
Report
rizerphe
7 months ago
Report
solsticeman
7 months ago
Report
solsticeman
8 months ago
Report