
Noir (Bespin Theme)
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
A simple theme for Bespin.
For details on the complete setup, see this: http://blog.segfault.co.in/?p=101
Color Scheme: http://www.segfault.co.in/files/simple.colors
A slight mod of Gentle (http://kde-look.org/content/show.php/Gentle?content=101610)
10 years ago
Changelog:
v1.2
- Softer Colour theme
- Using Global Menu
- Configuration updated to latest bespin (r1228)
v1.1
- Modified the Gentle Color Scheme slightly (results in gtk apps having same color of title bar as qt apps)
10 years ago
Changelog:
v1.2
- Softer Colour theme
- Using Global Menu
- Configuration updated to latest bespin (r1228)
v1.1
- Modified the Gentle Color Scheme slightly (results in gtk apps having same color of title bar as qt apps)
dunemafia
10 years ago
Report
Washufeng
10 years ago
Thx ^^
:p
Report
thomas12777
10 years ago
only svgs, you need inkscape & imagemagick to run a generation script
Report
Washufeng
10 years ago
:/ je suis un bite avec les icons
Report
thomas12777
10 years ago
a) install svn*, inkscape & imagemagick (graphicsmagick is ok as well)
b) get the bespin source:
svn co https://cloudcity.svn.sourceforge.net/svnroot/cloudcity
c) enter the icons directory:
cd cloudcity/icons
d) call "./generate_kde_icons.sh"
-> wait. wait longer.
link the folder "nmfnms" to your icon directory
ln -s $PWD/nmfnms ~/.kde/share/icons/nmfnms
run the icon setup "kcmshell4 icons", select the theme, apply, done :)
* you can also skip svn and fetch a dump of the current sources here:
http://cloudcity.svn.sourceforge.net/viewvc/cloudcity.tar.gz?view=tar
Report
alexbit
10 years ago
I have a problem with linking the folder with the icons.
All goes well with the procedure, but when I type "ln -s $PWD/nmfnms ~/.kde/share/icons/nmfnms", I get the following error in my konsole "... ln: «/home/alex/.kde/share/icons/nmfnms»: there is no such file or directory"
Since I am a newbie, I would appreciate if you could guide me on the steps that I have to go in order to make the icons work (linking of the icons folder) !!
(I am running kubuntu 10.10 64 bit.)
Thanks in advance! I am very enthusiast with your theme, can't wait to see those icons work!!
Alex
Report
thomas12777
10 years ago
mkdir -p "~/.kde/share/icons"
first, while for a symbolic link the target (first parameter) doesn't have to exist at all (the link then oc. points nowhere either) the hook can (as any other file) only be placed into an existing directory (since ~/.kde/share/icons is present on most accounts as it's created the moment you install an icon theme, i just omitted that precedence ;-)
Report
alexbit
10 years ago
However those icons still can't make them work.
I made the directory as you told me, with:
mkdir -p "~/.kde/share/icons" and then I run : alex@alex-ubuntu:~/cloudcity/icons$ ln -s $PWD/nmfnms ~/.kde/share/icons/nmfnms.
But when I run the "kcmshell4 icons" there is no option for me to choose the bespin icons or something that corresponds to bespin theme!! The only options I have for the icons are the defaults (I guess), which are : Ubuntu Mono, Oxygen, Loginicons, Humanity Dark, Humanity, GNome and Crystal SVG.
What am I doing wrong?
Thanks,
Alex
Report
alexbit
10 years ago
I have a problem with linking the folder with the icons.
All goes well with the procedure, but when I type "ln -s $PWD/nmfnms ~/.kde/share/icons/nmfnms", I get the following error in my konsole "... ln: «/home/alex/.kde/share/icons/nmfnms»: there is no such file or directory"
Since I am a newbie, I would appreciate if you could guide me on the steps that I have to go in order to make the icons work (linking of the icons folder) !!
(I am running kubuntu 10.10 64 bit.)
Thanks in advance! I am very enthusiast with your theme, can't wait to see those icons work!!
Alex
Report
takanowaka
10 years ago
Report
rahulthewall3000
10 years ago
Thanks for providing these instructions. :)
P.S. I don't speak any French at all. :P
Report
Washufeng
10 years ago
Erfff I do not know me
: / I'm a dick with the icons
Report