
Theme_white_on_black
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
Theme derived from the Coreman(i hope with approvation!) "ColorBlack Themes 0.2.2" in white on black background.
Gtk 3 ambiance and Openbox simple theme also modified.
Before installing, make a backup of the folders:
.config/Trolltech.conf and .gtkrc-2.0 in your home, usr/share/themes/Ambiance and usr/share/themes/Simple(for openbox).
How to install:
1) as superutent copy paste the content of the folder usr in the root directory,
2) put the file .gtkrc-2.0 in your home folder,
3)at the end of the file Trolltech.conf(in the folder .config in your home) write:
[Qt]
style=GTK+
Credits to the primary autors of the themes.
mmirco
5 years ago
if I want to change it from white_on_black to anothercolor_on_black?
Report
awo3it
5 years ago
usr/share/icons/BlackTheme-Icons/scalable/
usr/share/icons/BlackTheme-Icons/scalable/real_icons/
I found a terminal command to edit multiple files at once.
So for ex. if you want replace #0000FF with #FF0000, do this easy procedure:
put in your home directory(home/my_home) the folder containing the icon files in .svg format, for ex. the folder
named places, not folders with subfolders.
Now, to change the word #0000FF with #FF0000 in it, and than the colors of your icons, run in terminal(change "my_home" with your home name):
find /home/my_home/mimetypes -name \*.svg -exec sed -i "s/#0000FF/#FF0000/g" {} \;
Report
awo3it
5 years ago
Change 'mimetypes' with the name of the folder you are editing, for ex. places...
Report
awo3it
6 years ago
How i said this is a simple variation of an old theme, a little more...
Report