Mint-X-AbsenceOfBlue

Full Icon Themes

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

2
Become a Fan
6.3

Available as/for:
Description:
Mint-X-AbsenceOfBlue Iconpack


It's my first icon pack mod, so please dont't hit me rather than that I like constructive criticism, so please feel free ...
Also, it's not realy finished, but quite useful for my purposes (sometimes I think I'll work on it until the end of my life but now I need a break from this heavy time consuming pleasure )


FEATURES:
* Color modification of Mint-X Iconpack: https://github.com/linuxmint/mint-x-icons
* An attempt to eliminate all blue tones (because blue is everywhere in everyday life and this is too much for me, and now at least my user interface is free from blue...)
* Mostly use of 4 base colors (red, orange, green and yellowgreen) and some brighter or darker tints
* Made for "dark backgrounded systems" because the original Mint-X icons have some problems on dark BG in my opinion (I currently use the brilliant "Sable Yellow" GTK theme, which has a black BG and uses by default my favorite yellow as accent color, so, fortunately I had'nt do a dark GTK theme by myself, but the icons had to be changed, also because of blue colors in every iconpack I found...^^)http://killhellokitty.deviantart.com/art/Sable-3-14-31-03222015-507996540)
* Added some new icons of my favorite applications, which are missed in Mint-X
* Some icons were completely redesigned
* Shortcut icon (for symbolic links) "disabled" by making it 100% transparent (I use type as text under the icons in nemo instead...)
* Tried to use not too bright greys, in case of light grey backgrounds, could be still too loud or too high contrast!
* Inverted action icons to have a chance to recognize them (better) on dark/black background

WARNING:
Sometimes it might happen, that not all icons show up properly,
although I tried some approaches like update icon cache or restart system...
IN THIS CASE: the only possiblity was in case of my Linux Mint 18 (cinnamon), to copy those "probematic"
icons to the fallback icon themes, which are in case of Mint-X: gnome and hicolor (in /usr/share/icons)
or, at least some are in pixmaps ... *sigh* ...

maybe I missed only the right infomation, if so, please let me know how to do this better!!!
(actually, I thougth all icons in a Linux system are covered by only one icon theme...)

here are the icons I had to copy:
-----------------%<----------------
#!/bin/bash
cd /usr/share/icons/Mint-X-AbsenceOfBlue
sudo cp -v apps/96/mintupload.svg /usr/share/pixmaps/mintupload/icon.svg
sudo cp -v apps/96/mintupload-systray.svg /usr/share/pixmaps/mintupload/systray.svg
sudo cp -v apps/96/mintbackup.svg /usr/share/pixmaps/mintbackup/icon.svg

sudo cp -v status/48/mintupdate-updates-available.png /usr/share/icons/hicolor/48x48/status/mintupdate-updates-available.png
sudo cp -v status/32/mintupdate-updates-available.png /usr/share/icons/hicolor/32x32/status/mintupdate-updates-available.png
sudo cp -v status/24/mintupdate-updates-available.png /usr/share/icons/hicolor/24x24/status/mintupdate-updates-available.png
sudo cp -v status/22/mintupdate-updates-available.png /usr/share/icons/hicolor/22x22/status/mintupdate-updates-available.png

sudo cp -v status/scalable/mintupdate-level* /usr/share/icons/hicolor/scalable/status/
-----------------%<----------------

OTHER USED THEMES:
Window borders => DarkGraySmooth metacity window decoration
Controls & Desktop: Sable Yellow 3.14
Wallpaper: https://www.flickr.com/photos/64867600@N03/

if you also want to remove the blue tones from Sable (Yellow), this script could be helpful:
-----------------%<----------------
#!/bin/bash
#usage: $0 (maybe you name it "subsBlues") /usr/share/themes/Sable-Yellow-3.14/gtk-3.0/gtk-contained.css

#light blues to light yellow #FFF0BF
#medium blues to yellow-green #BBB110, 187, 177, 16
#dark blues to dark green #556B2F

tmp=/tmp/subsBlues.tmp
sudo cat "$1" | sed -e 's/#bac8db/#FFF0BF/g'
-e 's/#6994c2/#FFF0BF/g'
-e 's/#e0ffff/#FFF0BF/g'
-e 's/#b8ffff/#FFF0BF/g'
-e 's/74, 144, 217/187, 177, 16/g'
-e 's/#215d9c/#BBB110/g'
-e 's/#3771ae/#BBB110/g'
-e 's/#1e5fa4/#BBB110/g'
-e 's/#043e7b/#556B2F/g'
-e 's/#05468a/#556B2F/g'
-e 's/#032e5c/#556B2F/g'
-e 's/#064e9a/#556B2F/g'
> $tmp

sudo cp "$tmp" "$1"
sudo rm "$tmp"
-----------------%<----------------

INSTALL:
As usual, sudo copy the dowloaded Mint-X-AbsenceOfBlue.tar.gz to /usr/share/icons (or maybe ~/.icons works also)
and select it in system settings.

Ratings & Comments

3 Comments

mastermind1404

7 7 good

rrdrosa

Good Job!!! I like it!! :)

dryicefox

I don't like it personally because I'm a big blue fan, but this is pretty fucking sick.

Pling
0 Affiliates
Details
license
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Full Icon Themes:

Neon Icon By Rock
rocknava01
last update date: 16 years ago

Score 4.3

WinIcons
image
last update date: 19 years ago

Score 5.0

Kicker Icon
muxozavar
last update date: 17 years ago

Score 5.0

Kicker PurpleLight
microchip
last update date: 19 years ago

Score 4.7

Anime Icons Beta
Bornnover
last update date: 18 years ago

Score 5.7

Kicker Bronz
microchip
last update date: 19 years ago

Score 5.0




An Icon Theme should have a valid .theme file among its files and aim to be complete for desktop use under Gnome or KDE Plasma.

If it contains only a single icon or a small set of icons, please use the Icon Sub-Sets or Single Icon/Logo categories instead.