
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
After installing the theme like any other, run the script with this command:
cd ~/.icons/ACYL_Icon_Theme_0.9.4/ && bash AnyColorYouLike
A monochrome icon theme that comes with a script to modify the icons.
I develop this icon theme on my free time because I find it interesting. But if you appreciate it and want to give something back, consider donating via paypal using the donate button.
8 years ago
* 0.9.4 2011-08-27
- 3 new filters: Orb, Grungy and Splatter.
- A few more icons.
- Bodhi logo added.
- New trash icon.
- Minor bugfix.
- Icons should now work with the qt svg renderer.
* 0.9.3 2011-01-15
- 150+ new icons, most from the clarity theme.
- Folders from web0.
- 3 new filters: Quadratic, Bevel and Outline.
- Text based interface dropped.
- Some GUI changes.
- Automatic offset option.
- Some changes to the svg structure.
- Checkboxes for apply settings.
- One or two bugs fixed.
- Included instructions for translation.
8 years ago
* 0.9.4 2011-08-27
- 3 new filters: Orb, Grungy and Splatter.
- A few more icons.
- Bodhi logo added.
- New trash icon.
- Minor bugfix.
- Icons should now work with the qt svg renderer.
* 0.9.3 2011-01-15
- 150+ new icons, most from the clarity theme.
- Folders from web0.
- 3 new filters: Quadratic, Bevel and Outline.
- Text based interface dropped.
- Some GUI changes.
- Automatic offset option.
- Some changes to the svg structure.
- Checkboxes for apply settings.
- One or two bugs fixed.
- Included instructions for translation.
switzak
9 years ago
Report
rafeviper
9 years ago
I think it would be cooler if the script could add a border line, and we can specify the width and the color. That would make the icons look cooler.
Peace dude!! XD XD
Report
simmesimme
9 years ago
<filter
id="filter1111">
<feColorMatrix
id="feColorMatrix3801"
values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 "
type="matrix"
result="result3" />
<feFlood
id="feFlood2990"
result="result1"
flood-opacity="0.5"
flood-color="rgb(0,0,0)" />
<feComposite
id="feComposite2998"
in2="SourceGraphic"
operator="in"
in="result1" />
<feMorphology
id="feMorphology3000"
radius="1.5"
operator="dilate"
result="result2" />
<feMerge
id="feMerge3002">
<feMergeNode
inkscape:collect="always"
id="feMergeNode3004"
in="result2" />
<feMergeNode
inkscape:collect="always"
id="feMergeNode3006"
in="SourceGraphic" />
</feMerge>
</filter>
This one gives reasonable results with most of the icons... "flood-color" changes the color of the outline, flood-opacity the amount of alpha and "radius" the... well, radius :)
Maybe Switzak, you can have a look at this!
Report
switzak
9 years ago
@(anyone who might wanna test this filter and don't want to wait)
Just paste it over another filter in the file:
~/.icons/ACYL_icon_theme_ver/scalable/scripts/script_filters
and activate the filter you just wrote over.
Trying this is at your own risk.
Report
rafeviper
9 years ago
Report
switzak
9 years ago
Report
rafeviper
9 years ago
Peace!
Report
rafeviper
9 years ago
Peace!
Report
switzak
9 years ago
Inside a function you will find something that looks like this
temp='<filter
....
....
....
</filter>'
What you will do now is to replace an existing filter with the one simmesimme posted, however it will still have its old name.
To do that, replace everything between the apostrophes (') in the chosen function with the code that simmesimme posted.
Save the file and you should be done. To activate the filter, just do as you usually would do in the script and select the filter that you repalced.
Report
simmesimme
9 years ago
Each filter begins like:
#Funktions for returning the wood filter.
# $1 is the return parameter.
function filter_wood {
temp='<filter...
and ends with:
...</filter>'
eval "$1='$temp'"
}
So you just have to replace the stuff from "<filter" to "</filter>" with the new filter-code.
When this is done and the file is saved you can simply apply the new filter by selecting the over-written filter in the script. (Would be "Wood" in my case)
In order to get simple black lines you should change some values in the filter-code posted above:
flood-opacity="1.0" (instead of 0.5)
radius="2.0" (as switzak pointed out)
Hope this helps! (If not, say so! :)
Report
rafeviper
9 years ago
Peace!
Report
rafeviper
9 years ago
Report
rafeviper
9 years ago
But, here comes the big question: where do I past this code? XD In which file and which part? After what? XD Or do I have to create a new file?
Peace!
Report
switzak
9 years ago
Se my other post, if you have any more questions, don't hesitate to ask. =)
Report
Izo
9 years ago
/izo\
Report
switzak
9 years ago
Report
Dernhelm
9 years ago
Report
switzak
9 years ago
Report
simmesimme
9 years ago
Thanks for this great release :)
Report
azzarcher
9 years ago
I'm waiting for the new version of this icon theme! Is it coming? However, you should add the Thunar icon to complete this wonderful set.
Bye!
Report
switzak
9 years ago
I quickly made a thunar icon, not really sure I like the result but it will have to do for now, I might revise it in the future.
Anyway, a thunar icon will be shipped with this release. =)
Report
spott3dzebra
9 years ago
Any ideas?
I might have to upload a screenshot because its kinda hard to explain :P
Report
switzak
9 years ago
I do not use either Thunar or PCManfm so it might be kinda hard for me to figure out the problem but, I can at least give it a try. =D
Most likely is that those program looks for a different icon than nautilus, if this is the case I have to find out what icon they are looking for and what it's name is.
Report
spott3dzebra
9 years ago
http://www.mypicx.com/03182010/screenshot/
I personally prefer Thunar over Nautilus, so if this got fixed, it would be greatly appreciated =)
Report
switzak
9 years ago
You could try to find a theme that actually change the icon and from there find out what it's name is.
Sorry I can't be of much help. =(
Report