Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

joer tio eres argentino jeje, me lo hubieras dicho antes y me hubiera ahorrado el rollo de las traducciones, es que soy muy torpe para expresarme en inglés

Venga nos vemos :) - Feb 05 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Sorry for the delay

download:
https://dl.dropbox.com/u/80497678/metacity-cupertino-dark.tar.gz

copy the contents of the file "metacity-cupertino-dark.tar.gz" in folder ../Gnome-Cupertino/metacity-1/ or ../Gnome-Cupertino-Unity/metacity-1/

logout and login, .. and ready :)

The base color is #383838 but if you want another, just edit the new files metacity-theme-1.xml and metacity-theme-3.xml and can change the values ​​for the one you like.
(search and replace #383838 by another #RRGGBB) - Feb 04 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

can make a screenshot?

on my system nemo (stable version and nightly) looks properly - Feb 04 2013
FlatStudio

GTK3/4 Themes by trastes 148 comments

with unity at least previously it was possible, with gnome-shell think not (at least I do not know) - Jan 30 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

I had some problems and I deleted MediterraneanNight

When finished MediterraneanNight 2.0 (2 to 3 weeks), decide whether to publish it again in gnome-look or elsewhere. - Jan 30 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

You have to change some color definitions in the settings.ini file, /gtk-2.0/gtkrc and /gtk-3.0/gtk.css

plus some PNGs (4 x checkbox, 4 x radiobutton, switches, ...), metacity buttons (12 PNGs) and Unity panel buttons.

I find it easier to do it myself to explain in detail.

When finished MediterraneanNight 2.0, I will try to add it in the next update - Jan 30 2013
FlatStudio

GTK3/4 Themes by trastes 148 comments

You were very quick :)
yes, that is often the problem.

regards - Jan 28 2013
FlatStudio

GTK3/4 Themes by trastes 148 comments

Please Download it and install it again from scratch, delete all folders and files of FlatStudio in usr/share/themes before installing the new.

(I uploaded version 1.03 although see 1.02 in this page)

I think I found the problem, in my opinion it is a permissions problem. I modified the permissions of all files and I think this is solved.

Try it and tell me how it went - Jan 25 2013
FlatStudio

GTK3/4 Themes by trastes 148 comments

If you have ubuntu 12.10 I do not understand that may be happening,
to function properly, the theme only needs to be installed-copied in "usr/share/themes"

check if correctly decompress all files in the theme,
compare the contents of folders for each theme (taken as reference the theme that works well)

You can also launch an app (eg gedit) from the terminal and see if you get errors (with one of the themes that do not work) - Jan 24 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

It would have to be the old version 1.43, the 2.x version can run on Xubuntu 12.10, but is not made the Xfce windows theme.

If I get the updates remain stable for some time there is a good chance that I have enough time to do it - Jan 19 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Hello, all my themes are also for gnome 3.4.x, but older versions.

there really is not much difference visually between Gnome-Cupertino 2.x for Gnome 3.6 and adwaita-cupertino 1.43 for gnome 3.4, the difference is more in the code than appearance.

I do not remember if there are many changes in the part gtk2, but put the part gtk2 of gnome-cupertino
in adwaita-cupertino is as easy as replacing the folder ../gtk-2.0 of a theme for the other.

gtk3 is another story, gnome-cupertino is rewritten almost from scratch due to the almost total incompatibility between gnome 3.4 and gnome 3.6 regarding design themes.

another important detail that makes differences is designing applications of gnome 3.6.
applications that come with gnome 3.6 have really changed their design compared to coming to gnome 3.4
for example: nautilus, utilities gnome-control-center, documents, rhythmbox, etc. ..

Therefore, it is really difficult to maintain separate versions of the same theme, would need twice the free time to do so.
sorry - Jan 18 2013
FlatStudio

GTK3/4 Themes by trastes 148 comments

Yes openbox, but surely with GTK3 compatibility based on gnome 3.6, your screenshot was typical for gnome 3.6 with a theme of gnome 3.4

in any case, I'm glad you solved your problem :) - Jan 08 2013
FlatStudio

GTK3/4 Themes by trastes 148 comments

Sorry for the wait, I've been a few days of vacation :)

To help you, I need to know which version of FlaStudio downloaded and which version of Gnome you have.
I get the impression that one of the two does not have the correct version. - Jan 08 2013
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

To my knowledge, I think it is not possible, in fact I know of no theme that does.
If you see it on another theme, let me know to study as it does. - Dec 26 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Although I forgot to document it in the readme.txt, you have three options for the unity panel in the file
.../gnome-cupertino-unity/gtk-3.0/gtk.css
setting the corresponding statement "import"
near the line 249 will see it
/*
There are 3 options for Unity panel:

1.- If you prefer the default (perfect fit with maximized windows)
--------------------------------------------------------------
@import url("unity.css");

2.- If you prefer the solid white mac style
@import url("unity-white.css");

3.- If you prefer the dark panel "Unity"
------------------------------------
@import url("unity-darkest.css");

(edit the line below according to the style you want)
-------------------------------------------------------------- */
@import url("unity.css");


if you want to put the gradient for yourself, then edit the file from the previous three that have specified in gtk.css.
by defaul .../gnome-cupertino-unity/gtk-3.0/unity.css

at the beginning of the file, this is the widget that sets the gradient panel:

.unity-panel {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade(@bg_color, 0.98)),
to (shade(@bg_color, 0.90)));

border-width: 0px;
border-style: none;

}
- Dec 24 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

the real reason is less romantic than that, I have a persian kitten 6 months old who likes to sit on the keyboard to greet me. I do not always realize the consequences.

Thanks for the warning, but luckily that part of code is not used in this theme :)
Anyway it's fixed for the next update ;) - Dec 18 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

To me at least it does not happen. anyway, not clear to me that a theme can cause flickering.
may be possible, but in my opinion is not the cause (on the other hand, I'm not an expert in this) - Dec 12 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Thanks for the warning! I had forgotten completely

I've added full support for OSD, not only for Gnome Volume OSD Control. It will be in the next update

Greetings :) - Dec 09 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Happy theming ! - Dec 07 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

"Why the tabs on Nautilus is no the same like Gedit and the Terminal?"
because I do not like, because it does not match the tab left edge with the left edge of the window

"Also the corner tab on the terminal has something wrong?"
try to improve it before the final version - Dec 05 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

where you installed the theme?
"personal-folder/.themes" or "usr/share/themes"

gnome3.6-metacity-mutter is giving problems with "personal-folder/.themes" - Dec 04 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

only for gnome-3.6, for gnome-3.4 is Adwaita-cupert. 1.4.3 - Dec 04 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

the statement "import" should be exactly like this (assuming here look good quotes):

@import url("unity-white.css");

careful with the semicolon at the end, panel changes require close/open session. - Dec 03 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

you have configured in ../gtk-3.0/gtk.css nautilus 3.4?

find the line (end of file)

@import url("nautilus36.css");

must replace it with one of these options:

  "gnome-nautilus34-gray.css" (nautilus sidebar and toolbar dark gray)
  "gnome-nautilus34-light.css" (nautilus sidebar and toolbar light)
  "gnome-nautilus34-gray-light.css" (nautilus sidebar toolbar light and dark gray)

  "unity-nautilus34-gray.css"
  "unity-nautilus34-light.css"
  "unity-nautilus34-gray-light.css"

e.g.
@import url("unity-nautilus34-gray.css"); - Dec 02 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Please download again and try the new style in nautilus 3.6 pathbar, also switch metacity theme (between cupertino and cupertino-unity) can switch between Lion or SL style buttons - Dec 02 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

The bigger buttons SL type are there. There are instructions for changing in the file readme.txt (very easy)

rounded location bar ... is more problematic with nautilus 3.6 or nemo, those using nautilus 3.4 with ubuntu 12.10, can still have rounded location bar.
anyway try to do something before the final version - Dec 02 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Glad to say that you have an update for gnome 3.6 - Dec 01 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

I've had some unexpected personal problem and I had to postpone two weeks for updates, sorry.

But do not worry, the update is underway!

regards - Nov 26 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Try FXChrome. It is not completely flat but almost
https://addons.mozilla.org/es/firefox/addon/fxchrome/?src=api

I'm also looking for something that goes well with flatstudio.

Thanks for the trick of metacity! :)
- Nov 16 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Thank you very much for your feedback
regards :) - Nov 16 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

It is a known problem in gnome 3.6, the only fix is to copy the themes in /usr/share/themes rather than local folder .themes - Nov 16 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Edit the file ../FlatStudio/gtk-3.0/gtk.css

near line 200 you will see this

/*
There are 3 options for Tabs:
-----------------------------------
@import url("tabs.css");
@import url("tabs-2.css");
@import url("tabs-classic.css");
*/

@import url("tabs.css");

for tabs square

@import url("tabs-2.css") - Nov 10 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

I'm finishing MediterraneanNight, in a few days start with Adwaita Cupertino, my intention is to finish on the weekend of November 18.

regards :) - Nov 06 2012
GrayDay

GTK3/4 Themes by trastes 104 comments

Regarding gedit, in the next update is solved, but temporarily can do the following:

- edit the file ../grayday/gtk-3.0/gtk-widgets.css

and add this to the end of the file (copy/paste)


@define-color back_linenumber_color shade(@theme_bg_color, 1.05);

GeditWindow GtkTextView {
background-color: @back_linenumber_color;
}

GtkTextView.view:selected {
background-color: shade(@theme_selected_bg_color, 1.70);
}


Now you can set the background color of the line numbers and color selection within gedit.


On LibreOffice ... considering it is a gtk2 application, the only thing I can think of is to try to change the selection color for gtk2

- edit the file ../grayday/gtk-2.0/colors/gtk2-colors-fedora.rc

find
gtk-color-scheme = "selected_bg_color:#4a70a6"
gtk-color-scheme = "selected_fg_color:#ffffff"

the first is the background color selection , and second, the selected foreground color - Nov 01 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

It is in gnome 3.4 or gnome3.6 ?

I'm testing in gnome 3.6 and it does not happen, everything is correct except the font combobox (hover effect puts white text on a light background)

- Oct 31 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Happy that you like the theme :) - Oct 30 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Thank you for your encouraging words :) - Oct 30 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Thank you very much for the warning!
I will fix it - Oct 28 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

sorry

for GTK2
3.- edit ../FlatStudioXXX/gtk-2.0/gtkrc - Oct 26 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

In 1 or 2 days I hope to publish the version 1.02 adapted to Gnome 3.6.
In my testing (Ubuntu 12.10) I have no problems with Cinnamon, nemo and nautilus 3.6.
what the checkbox and radiobutton is also solved, but aesthetically it is a little different to Gnome 3.4.
In general, the theme goes well in Gnome 3.6 and Cinnamon

Thanks for your comment :) - Oct 26 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Still do not know what I'll do, but I wish it were a single version for both.
It's very time consuming to maintain separate versions, really forces me to keep four themes.

Moreover, the constant changes with Gnome updates do not help much

Calculates time: 2 x Adw-cup-SL + 2 x Adw-cup-L + 3 x MediterraneanNight + 1 x GrayDay + 4 x FlatStudio

In total 12 themes + gnome updates = total collapse :( - Oct 25 2012
GrayDay

GTK3/4 Themes by trastes 104 comments

You must have a few things clear:
- The theme is not for gnome 3.6, is for gnome 3.4
- Due to internal differences between gnome 3.6 and gnome 3.4, the themes of the two versions are incompatible.
- You can not fix if you can not do a theme for gnome 3.6, have to change many lines of code, too. (not a few lines)
- If the theme is not compatible with gnome 3.6, is because Gnome developers makes it incompatible with their updates.
- in just one year because of these updates I had to throw it away full theme 4 times, (lots of hours of work) and really tired already
- I'm trying to port the theme to gnome 3.6, but I can not say when it will be finished, some internal changes are too drastic.

sorry - Oct 24 2012
Gnome Cupertino

GTK3/4 Themes by trastes 586 comments

Yes, I'm making the theme for gnome 3.6. I've found more changes than expected and take a while to finish, but I'm doing

This week I want to finish my other theme (FlatStudio) and next if all goes well I hope to finish AdwaitaCupertino

regards :)
- Oct 22 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

If by now you just want to get that tone, is relatively easy. Basically is to change the colors bg_color and theme_bg_dark_color for which I am indicating (bg_color=#DEDFCE, theme_bg_dark_color=#DEDFCE)

From FlatStudio or FlatStudioLight or FlatStudioGray (the one you like, not FlatStudioDark!)

for GTK3
1. - Edit ../FlatStudioXXX/gtk-3.0/setting.ini and change bg_color for the following value
gtk-color-scheme = "base_color:#FDFDFD\nbg_color:#DEDFCE\............."

2. - Edit ../FlatStudioXXX/gtk-3.0/gtk.css
about line 4
@define-color bg_color #DEDFCE;

about line 41
@define-color theme_bg_dark_color @bg_color;

for GTK2
3.- edit ../FlatStudioXXX/gtk-3.0/gtkrc (similar to step 1)
line 1
gtk-color-scheme = "base_color:#FDFDFD\nbg_color:#DEDFCE"

about line 5
gtk-color-scheme = "theme_bg_dark_color:#DEDFCE\n........."

There are instructions in the readme.txt to change the selection color (very easy too)
- Oct 21 2012
GrayDay

GTK3/4 Themes by trastes 104 comments

in the next update I'll make it easier and documented in the readme.txt ;) - Oct 17 2012
GrayDay

GTK3/4 Themes by trastes 104 comments

To remove separators in GTK2 toolbars
-------------------------------------
edit the file ../GrayDay/gtk-2.0/gtkrc , and paste the following at the end of file

style "separator_tool_item" {
xthickness = 0
ythickness = 0

engine "pixmap" {
image {
function = BOX
file = "assets/null.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
}
}
widget_class "*<GtkSeparatorToolItem>*" style "separator_tool_item"



To increase the size of right-click menu arrow
----------------------------------------------
edit the file ../GrayDay/gtk-3.0/gtk-widgets.css

About line 1158, look for this

.menuitem {
-GtkMenuItem-arrow-scaling: 0.5;
-unico-menuitem-arrow-color: @menu_controls_color;
padding: 3px 0px;
}

size set here (try values ​​between 0.5 and 0.9):
-GtkMenuItem-arrow-scaling: 0.5;


in the next update I will change by 0.7
-GtkMenuItem-arrow-scaling: 0.7; - Oct 17 2012
GrayDay

GTK3/4 Themes by trastes 104 comments

To remove separators in toolbars GTK3

edit the file ../GrayDay/gtk-3.0/gtk-widgets.css

About line 1340, look for this

.toolbar GtkSeparatorToolItem,
.primary-toolbar .toolbar GtkSeparatorToolItem,
.primary-toolbar.toolbar GtkSeparatorToolItem {

color: shade (@theme_bg_color, 0.56);

}


and replace it (copy/paste)

.toolbar GtkSeparatorToolItem,
.primary-toolbar .toolbar GtkSeparatorToolItem,
.primary-toolbar.toolbar GtkSeparatorToolItem {

color: shade (@theme_bg_color, 0.56);

-unico-border-gradient: none;
border-color: @transparent;
-unico-inner-stroke-color: @transparent;
}


regards :) - Oct 17 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Hello, I posted the new update v1.01 with your contribution to metacity, hope you like, thanks! - Oct 16 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments


edit the file .. /FlatStusioLight/gtk-2.0/gtkrc
on line 750 find this

style "fg_is_text_color_workaround" {
fg[NORMAL] = @text_color
fg[PRELIGHT] = @text_color
fg[SELECTED] = @selected_fg_color
fg[ACTIVE] = @selected_fg_color
fg[INSENSITIVE] = darker (@bg_color)
}

replace
fg[ACTIVE] = @selected_fg_color

by
fg[ACTIVE] = @fg_color

- Oct 15 2012
FlatStudio

GTK3/4 Themes by trastes 148 comments

Ok, I found the problem :)

That happens by browsing in incognito mode, can expect to update or modify your own.
for it edit the gtkrc file leaving the chrome section as follows (copy/paste)

style "chrome-gtk-frame" {
ChromeGtkFrame::frame-gradient-size = 120
ChromeGtkFrame::frame-gradient-color = @theme_bg_dark_color
ChromeGtkFrame::inactive-frame-gradient-color = @theme_bg_dark_color
ChromeGtkFrame::frame-color = @theme_bg_dark_color
ChromeGtkFrame::inactive-frame-color = @theme_bg_dark_color

ChromeGtkFrame::incognito-frame-gradient-size = 120
ChromeGtkFrame::incognito-frame-color = @theme_bg_dark_color
ChromeGtkFrame::incognito-inactive-frame-color = @theme_bg_dark_color
ChromeGtkFrame::incognito-frame-gradient-color = @theme_bg_dark_color

ChromeGtkFrame::scrollbar-trough-color = shade (0.99, @theme_bg_dark_color)
ChromeGtkFrame::scrollbar-slider-prelight-color = shade (0.87, @theme_bg_dark_color)
ChromeGtkFrame::scrollbar-slider-normal-color = shade (0.80, @theme_bg_dark_color)
}
class "ChromeGtkFrame" style "chrome-gtk-frame" - Oct 14 2012