Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

i can't give you an release Date. but regarding the fact that i ported Mac4lin macbuntu gtk2, win2-7 and 2002- xp to gtk3 it schould be very easy. when im done u would comment here with theme -n link.This can be in some Weeks. i need about max 5 hours to Do it with gtk3.10 support.it can also be 2h. - May 03 2014
YlmfOs 2.0 -n GTK 3.10

GTK3/4 Themes by blue-dxca93 4 comments

you mean ylmfos luna theme, right? thx for comment and upvote. The theme really remembers ne of old 800mhz single Core PCs. btw i think the theme is better than my previous w7-n and w8-n themes. i used many bitmaps to get an gtk3.4 look on gtk3.10 for this theme.it resembles more adwaita than ambiance on the codebase now. but the theme is only a ambiance variant in reality. - May 02 2014
Sky

GTK3/4 Themes by Brahimsalem 1 comment

please add nautilus and Gtk,3 and 2 twf.your themes resemble all very much. i can tell by looking at Screenshot that you maked it. please Continue your work. - Apr 28 2014
w7-n

GTK3/4 Themes by blue-dxca93 7 comments

hi,
i think you voted down my theme, without any reason, right? Do you know how Hard it is to create stable gtk3 themes??

of course i will Use my skills to upgrade old linux looking GPL gtk2 themes in Future. sry, i might have good gtk3 CSS skills and unterstand nearly every third written Gtk theme, but im Not that creative at all.

i ve also forked Mac look, for your Information.
so its Not like im a huge microsoft Fan at all.
also i accept to port any theme to gtk3 for donations.

regards
bluedxca93 - Apr 27 2014
Eight

Cinnamon Themes by Brahimsalem 3 comments

hi,
the border radius seems a Bit wrong. i think This element needs rework. since im writing cinnamon + themes too u know how to forget something easily.

Rest of the theme really nice. Thats why i voted this good content up.

regards
bluedxca93 - Apr 25 2014
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

hi,
i think we schould give the creator a change to update it. fixing or rewriting a theme is Not a problem for me. however i accept the Great Work and i would need to read the license and wait a month before hosting a similar theme on gnome-look org.

regards
bluedxca93 - Apr 22 2014
Penguins Playing on the Ice

Wallpaper Other by Cycron 3 comments

hi,
i woud like to use it (penguin walpaper) in some freeware ubuntu based live CDs. can i Do that.?
regards bluedxca93 - Apr 21 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

hi,
you usally have something like that in gtk-widgets.css :
.primary-toolbar,
.primary-toolbar .toolbar,
.primary-toolbar.toolbar,
.menubar.toolbar,
.header-bar,


after that append with right syntax:

GtkWindow > GtkVBox > .dock,
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar

and synaptic would be working better

in our case here

/* primary-toolbar */
.primary-toolbar,
.primary-toolbar .toolbar,
.primary-toolbar.toolbar,
.menubar.toolbar,
.header-bar,
GtkWindow > GtkVBox > .dock,
GtkWindow > GtkVBox > .dock > GtkHBox > GtkToolbar {
-GtkWidget-window-dragging: true;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (shade (#fafafa, 1.05)),
color-stop (0.89, shade (#f1f8fe, 1.00)),
to (shade (#cddaea, 1.05)));

border-width: 0px 0px 1px 0px;
border-color: #a0afc3;
border-style: solid;
color: @dark_fg_color;
text-shadow: none;

box-shadow: none;
} - Apr 21 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

hi,
did notify that myself. few moments ago.
that is a problem inside synaptic gtk3.
I will read the synaptic source code and search why and its not working. The bug is not inside the theme but in synaptic. Ubuntu devellopers didn fix it. However there theme is really dark.

regards bluedxca93 - Apr 21 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

http://pastebin.com/GwUVf08N
is your patched theme.

#menu-search-entry {
..
border-top: 1px;
border-left: 5px;
border-right: 0px;
border-bottom: 2px;
border-style: solid;
border-color: rgba(165,185,200,0.0);
..}

and

.applet-label {
color: white;
text-align: center;
}
and
#panelLeft/Right etc {
..
border: 1px solid rgba(255,255,255,0.4);
..
}
did the trick
If the value is 1.0 white border will have 100% opacity and so on. 0.4 means 40%

Also i suggest you to read https://developer.gnome.org/gtk3/3.7/GtkCssProvider.html

the supported properites table Cinnamon has not all options but the most importnat of them are supported.

regards bluedxca93


- Apr 21 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

yes im German. Do you Know how to fetch color values with gimp? you could Use then p.ex , rgb(r,g,b) as color value. (1-255) you can also simply write p.ex white.
how many Pixel is the hover displacement?
Do you know meld? its like windiff.
your changes are easily to Do. tommorow i'll send you an modified css with your wanted changes.
also i'll send you some instructions how to modify gtk3 /cinnamon themes. - Apr 20 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

i did Implement unity. Implemented window borders and drop shadows are not that importiert. think i don't Use gnome i Use cinnamon and unity - Apr 18 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

please stop insulting me. i declared it as packaged for ubuntu. ubuntu has Gtk 3.10.8 as newest Version.
Gtk 3.12 is Too new for ubuntu.

however are the changes that Big?? send a Screenshot. even if it look garbage. - Apr 18 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

could you mean by and chance the panel?.
no problem. will add an readme writing how to "fix"this white line.however i liked This Line.
some other people might hate it. solution :light blue border as default + readme how to delete this line. sometimes bugs are in Reality Präferences. thx for solving the 1px displacement Bug i didnt even notice. - Apr 18 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

you mean in gtk3 right? or are you talking about cinnamon. i Know how to fix it, but need an Screenshot discribing the Problem. english is only my third language and my vocabulary is weak. there was some tolbarmenubar Bug that i fixed a Bit unclean. nicer solution is no problem.send me a Screenshot and i'll fix it. - Apr 18 2014
w8-n

GTK3/4 Themes by blue-dxca93 19 comments

hi,
use an text editor and change the following classes with an text editor:
#menu-search-entry
.menu-favorites-box

>>> #menu-search-entry {
font-size: 9pt;
font-weight: normal;
min-width: 211px;
max-width: 212px;
selection-background-color: white;
selected-color: black;
border-radius: 2px;
padding: 4px;
color: black;
border: 9px solid rgba(165,185,200,0.4);
background-gradient-direction: vertical;
background-gradient-start: rgba(255,255,255,1.0);
background-gradient-end: rgba(255,255,255,1.0);
box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.5);

} <<<

>>>
.menu-favorites-box {
margin: auto;
padding: 0.5em;
border: 1px solid rgba(20,20,20,0.2);
background-gradient-direction: vertical;
background-gradient-start: rgba(255,255,255,0.0);
background-gradient-end: rgba(255,255,255,0.0);
border-radius: 4px;

}
<<<

The 0.0 instead of 1.0 is really important!

That schould fix two of your bugs. One Bug 1s not really one. The other Bug will be fixed automaticaly in newer versions.

regards bluedxca93 - Apr 18 2014
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

The Site Freeunix.net has closed.
Die Seite Freeunix.net wurde geschlossen.
Le site freeunix.net n`est plus accesible.

I`m searching a way to re-upload it on a new (free) hosting service.
Ich suche eine Möglichkeit es erneut auf einer anderen Seite hochzuladen.
Je cherche un moyen pour mettre ce file dans l`ìnternet.

sry but i can only write english, german (native langue) and french ( don't know very much the pc vocabulary)

regards bluedxca93

BTW You could send me a pm or search on the net.
I also could upload the non copyright protected parts on sf.

- Mar 23 2014
Windows 8 GTK

GTK3/4 Themes by sinner59 35 comments

what application uses this bar?. And where. If you tell me , mybe i could send you a patch file XD - Mar 20 2014
unknownsystem ( GTK2/3 + Cinnamon)

GTK3/4 Themes by blue-dxca93 13 comments

hi,
transparent borders could be working. Or do you want blur effects. Explain what you mean, please.
regards bluedxca93 - Mar 20 2014
Best-Of-Win

GTK3/4 Themes by paudelanup 2 comments

Note: First Your gtk3 theme won`t work in ubuntu 14.04 or 13.10 or even 13.04 . Test it and you will see.
13.04 http://s7.directupload.net/images/140320/dslb5urq.png

My own theme for 13.04 and 13.10 ( 14.04 runs too)
http://www.directupload.net/file/d/3567/f7fmfqft_png.htm

Second the theme is an optimized fork of the Win2-7 Remix right 1?. Thx for optimizing the code btw.
- Mar 20 2014
Zorin8 White

Cinnamon Themes by gmc85 2 comments

Perhaps you could post one screenshot with twf and one with gnome-widget factory ( from gtk3).
Great light gtk3 theme.
- Mar 02 2014
Windows 8 GTK

GTK3/4 Themes by sinner59 35 comments

hi,
try my unkownsystem theme ( might fix some thinks). Could be beter for gtk 3.10.
It might be better on ubuntu. Menubars doesn't exist and the metacity theme borderes are disabled. How could it look good ???. Complain to the program creators (e.g from nautilus etc.)

regards bluedxca93
- Feb 23 2014
Windows 8 GTK

GTK3/4 Themes by sinner59 35 comments

Hi,
i unintendially made a theme really close to yours. Can I copy your tab section of the theme ??. My goal is to make an win8 and win7 looking theme that is 100% compatible to ambiance.

You could also look at my cinnamon hack. It's only for the panel placement but that would already change a lot. I'm planning for XFCE and gnome-fallbyk support too.

Perhaps we don't need to create the complete same theme twice =).
regards bluedxca93

- Feb 18 2014
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Hi,NO !It doesn't seem like it's supported. Google for win2-7 Remix. Ambiancew7 or WIn7 from noobslab won`t work either. Steam os uses Gnome 3.4 which isn't supported by the pack, and it is old software if you compare it with ubuntu or fedora. Don't worry gnome3.4 is stable and has more design options than gtk3.6- . The win2-7 pack only supports gtk2 and gnome 2, no gnome Shell sorry. Perhaps Cinnamon 1.6 ould work better. Regards bluedxca93 - Feb 11 2014
unknownsystem ( GTK2/3 + Cinnamon)

GTK3/4 Themes by blue-dxca93 13 comments

Hi,Have done an basic aero theme: http://www.noobslab.com/2013/11/just-moved-from-windows-linux-can-wear.html . Earlier versions are posted as ambiance w7 google for it. Has cinnamon theme too.It does contain 2 litlle css errors, but do't worry i will fix it soon and they are only optical. The really unkown system doesn't really have an aero style, but of course you could install win7/Ambiancew7 without problems. But that wasn`t the goal of this theme. Sometimes the style of an operating system may decrease a litlle with the following system.The german langue with others as well will perhaps be supported in future. I will search for an solution. One way would be to patch the applet, another to patch the cinnamon .po/mo langue files wich is more unstable.regards bluedxca93 - Feb 10 2014
unknownsystem ( GTK2/3 + Cinnamon)

GTK3/4 Themes by blue-dxca93 13 comments

Hi,this isn`t an fault of the apllet but of cinnamon version. I 'd to try 2 repositories before one worked well. But it does work. Are you on github ?? Then you could ask the devellopper of this applet which version to install !. Did the window-list applet and the patch/hack work ??Post plese your cinnamon version number. Cinnamon 2.0.9 didn't work and 2.0.14 did. i used an daily/"unstable" ppa.sry for my bad english I'm german and my prefered second language is french.regards bluedxca93. - Feb 10 2014
unknownsystem ( GTK2/3 + Cinnamon)

GTK3/4 Themes by blue-dxca93 13 comments

Hi,
used applets:
window-list: http://cinnamon-spices.linuxmint.com/applets/view/16
windows 7 style-menu -2.0 : http://cinnamon-spices.linuxmint.com/applets/view/78 OR
Stark Menu 2.0.14- : fetch it from github

Cinnamon 2.0 - 2.0.14 maybe unsopported, no idea what ..

Firefox use theme Office 2010 Aero -/ works well on newer gtk2/ (persona/theme/css) ?? firefox versions and even on firefox FIREFOX 29.0 gtk3 nightly.

Icons are posted on:
sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install win-icons

Took me some time to update the whole icon pack to gtk3 compatibility. You might be interested to "add" the places folder if you run much KDE PROGRAMS. Simply merge the filesystem and devices folder into it and change the theme settings file a bit. Are yoiu able to send me some scrrenshot of the well "unknown OS". Some icons have changed from 7 to 8 or am i wrong ?


Hack for 2.0.14 (to make it look as in my screenshot ( "fix" "Start/Stark"Menu deplacement )
on earlier versions like 1.7.4 there was also something to do with the bottom left edge part of the js. Have this patch safed on my harddisk to.


/usr/share/cinnamon/js/ui/boxpointer.js

// Now align and position the pointing axis, making sure
// it fits on screen
switch (this._arrowSide) {
case St.Side.TOP:
case St.Side.BOTTOM:
resX = sourceCenterX - (halfMargin + (natWidth - margin) * alignment);

resX = Math.max(resX, monitor.x + 1);
resX = Math.min(resX, monitor.x + monitor.width - (1 + natWidth));
this.setArrowOrigin(sourceCenterX - resX);
break;

case St.Side.LEFT:
case St.Side.RIGHT:
resY = sourceCenterY - (halfMargin + (natHeight - margin) * alignment);

resY = Math.max(resY, monitor.y + 1);
resY = Math.min(resY, monitor.y + monitor.height - (1 + natHeight));

this.setArrowOrigin(sourceCenterY - resY);
break;
}

regards bluedxca93 - Feb 09 2014
Mint-XP (GTK3, GTK2 & metacity pack)

Cinnamon Themes by gmc85 15 comments

win-icons history:
1) Drawn by MS
2) Win2Vista
3) Win2-7
4) Win2-7 Remix on gnome-look org
5) I ve send Win2-7 Remix with some new file links for ubuntu by me.

If you miss some icons please tell me. - Jan 27 2014
Mint-XP (GTK3, GTK2 & metacity pack)

Cinnamon Themes by gmc85 15 comments

Hi,
I'm now writing on an office-2010/win8 like theme that looks amazingly close at some parts to yours. And can i take the source code of your cinnamon applet for my own purposes ??. Send me please an pm. - Jan 27 2014
Flattastic-11_03_2014

GTK3/4 Themes by nale12 18 comments

For gtk3 see :
gtk-widgets.css

.button

/*leftmost button */
/* rightmost button */

border-radius: 5px;

You can check the border-radius arguments. use gedit. For gtk2 see the buttons folder. XD - Jan 27 2014
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Hi,
can you send me an pm to
bluedxca93@googlemail.com .
I want to help a bit.
I can understand french.
To preview what you get in cinnamon only :idea: . https://www.youtube.com/watch?v=gQf0uEMVUcI
For preview what you get in cinnamon and also i unity and gnome-flashback :idea: . http://youtu.be/MiwCS8UeAJc - Jan 24 2014
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

hi,
send you an gnome-look pm.
bluedxca93@googlemail.com

bluedxca93
Hope that this would be the last comment in this old post )=. - Dec 10 2013
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Please send an email to me : bluedxca93qgooglemail.com - Dec 10 2013
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Hi for ubuntu 13.10 please read:
http://askubuntu.com/a/293832/43787
I will soon upload an Ambiancenew7 theme set ( without installer).
Perhaps someone could write a link to it on the win2-7 credits page.
regards
bluedxca93 - Nov 18 2013
Evince 3.10 with menubar

Various Gnome Stuff by blue-dxca93 6 comments

The problem is that my UMTS wireless network-connection has an bandwith limit per month.

So i can`t build one x64 FOR FREE ( Because i don't have the possibility to download 1,2 GB just for one debian/ubuntu Package!).


BUT I can send you the source folder which should compile fine. And i can send you some instructions how to build it as well.

Your question is good, perhaps someone will build one in the nearest future. I've send the code patch to launchpad. - Nov 06 2013
Evince 3.10 with menubar

Various Gnome Stuff by blue-dxca93 6 comments

Are you interested in an file-roller version too ???. have already patched this program -/ However theiscode is still not tested in unity, but schould work.
I Could post the sources and diffs in the internet.

It is not intelligent work , but you have to work with an simple text editors like meld and gedit. I know how to write gtk3 themes and i can understand where the menubar code is located. That is sufficent for patching them. - Oct 22 2013
Windows 8 Metacity

Metacity Themes by sinner59 13 comments

Hello, it runs oin gnome 3.6 on my pc (13.04) but with some defaults. Perhaps i would write an gtk3-theme with an similar look after next monday. I've also an win95 theme under developpment for gtk3.6. ( and the win 8 theme is not really more i think even less compliacted to write XD) . - Jun 06 2013
Ambiance w7

GTK3/4 Themes by blue-dxca93 14 comments

thx, for your suggestion. I'll add that feature with the next update thanks. - Jun 03 2013
Ambiance w7

GTK3/4 Themes by blue-dxca93 14 comments

yes thats what i meant. Seeing your screenshots it would be good to insert a spacer in org>gnome>desktop>wm>preferences button-layout preference. You could youse dconf-editor for that.

With cinnamon you could create a closer win7-look as you can see in my screens. But unity and cinnamon conflict a bit 'cause of the different desktop-file managers nemo and nautilus.
So your configuration is a clever compromise between stability and win7 look. - Jun 01 2013
Ambiance w7

GTK3/4 Themes by blue-dxca93 14 comments

uploaded ! You can download it now. Works on nautilus too WARNING:Does not work for nautilus , please use nemo instead. - Jun 01 2013
Ambiance w7

GTK3/4 Themes by blue-dxca93 14 comments

Schould be avilable soon under :

bluedxca93.freeunix.net/Win2-7_1304.tar.gz

Hope you can acess th server, if not send me a pm

- Jun 01 2013
Classic95

Full Icon Themes by gute 26 comments

hi,
yes it works better now.
It works very well on gtk3/cinnamon too. The only remaining problem is the start menu.

- May 29 2013
Windows 8 GTK

GTK3/4 Themes by sinner59 35 comments

Some small errors on ubuntu 13.04, think you can fix these without problems. - May 21 2013
I don't mind when someone copy artwork , but it schould work then however your theme doesn't work on gtk 3.6 so you could modify my own ambiancew7 theme or i would rate down this theme because it looks like garbage on ubuntu 13.04 test yourself. - May 20 2013
Windows 8 Metacity

Metacity Themes by sinner59 13 comments

hello,
This is my current ubuntu 13.04 desktop:
http://ambiancew7.batserve.com/B2.png
http://ambiancew7.batserve.com/B4.png
I've also created an livecd, which will be released in few weeks (see my two sourceforge net pages/projects).

Win 7 is the version before win 8.If the win 7 design is to a certain degree compatible with gtk3, the win 8 "gui" schould be too

I'm sure that some conky and screenlets scripts could emulate parts of the the very unintuitive metro ui.

If you need help to write the tickboxes or something else for the gtk3 (wion8 like) theme,please send me a message. I will try to help you then.

sry for my bad grammar, sry for writing faults. I'm not good at it, and my native language is not english
- May 01 2013
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Bad news: Mate 1.6 doesn't support gnomenu or dockbarx anymore.If you like i could write an script to install an vista-ish looking setup with w2k like Startmenu. - Apr 21 2013
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Basics function such as gnomenu and win2-7 pixmap theme yes. Transparency effects propably not. If your're new to linux it may be a bit complicated zo install it, because there doe'snt an shell script exist, and you have possibly to compile some programs. - Apr 16 2013
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

please sed a screenshot of your problem. - Apr 11 2013
Win2-7 Pack

Full Icon Themes by juandejesuss 1740 comments

Please send me the lastet version of the ack in a pm. I think i could upload it on a free http/ftp webspace. - Apr 07 2013
Win2-7 Remix

GTK3/4 Themes by HlzAndrew 19 comments

Yes, the differences between gtk3.4 and gtk3.6 are huge. All the border definitions are different.This theme is not really usable on ubuntu 12.10. I hope that you install my ambiancew7 theme if you use ubuntu 12.10. But for ubuntu 12.04 please use this theme! - Apr 07 2013