Warning: session_start(): open(/tmp/sess_qddd5o9hd8pkdh203ieakof9u3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
White openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (23) .- Knowledge Base  . 

White

   3.18.feb16  

GTK 3.x Theme/Style

Score 79%
White
zoom


White
zoom


White
zoom


Downloads:  34979
Submitted:  Sep 23 2015
Updated:  Feb 10 2016

Description:

White theme is a simple theme built to mimic OS x Yosemite and El Capitan clean interface.

From the screenshots:
GNOME Shell theme: White
GTK theme: White
Icon theme: Mine-Yosemite
Font: Sans Francisco (SFNS) Display 11

Related contents:
- Mine-Yosemite (Icon theme) :
http://gnome-look.org/content/show.php/Mine-Yosemite?content=173841
- Dark Mode (Shell theme) :
http://gnome-look.org/content/show.php/Dark+Mode?content=166387

Feel free to send suggestion and feedback.




Changelog:

3.18.feb
=====
- Cinnamon theme added.

3.18.dec
-----
- Some tweaks.

3.18.novo
-----
- GNOME-shell tweaks.

3.18.m
-----
- Fixes tab issue.
- Other minor tweaks.

3.18.l
-----
- Rev. 2: makes chat notifications easier to read.
- Fixes gtk-2.0 errors and some other minor tweaks.

3.18.k
-----
- OSD and a few Dark theme adjustments.
- Some other minor tweaks.

3.18.j
-----
- Fixes error messages in systemd.

3.18.i
-----
- Fixes Firefox tooltip black text issue.
- Sets default GNOME Shell font to San Francisco.

3.18.d, e, f, g, h
-----
- Widgets refinement.
- Starting these version, the theme was developed under both Fedora 23 and Ubuntu GNOME 15.10 betas GNOME 3.18.
- NOTICE: Transparencies are back. User who doesn't prefer it could rename 'gtk-widgets.css' in '~/.themes/White/gtk-3.0' to something else; then rename 'gtk-widgets-plain.css' to 'gtk-widgets.css'.

3.18.c
-----
- Some 3.18 corrections

3.16.b
-----
- Removed transparency from Inactive window.

3.16.a
-----
The 1st two digits are the GNOME Shell version. The 3rd letter is the built version of the theme.
-----
Originally White theme was built for GNOME and Shell 3.16.
This theme was created under Fedora 22.




LicenseGPL
Source(White 3.18)
Send to a friend
Subscribe
Other  Content  from hakamybs
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10  11 

-

 Remove transparency from Windows

 
 by leaffan331 on: Nov 28 2015
 
Score 50%

Hello

This is a great theme. I was wondering how I would remove the transparency from the window frames only. I tried removing this:

.header-bar,/*nautilus; system monitor*/
GtkMessageDialog .titlebar,
GtkDialog .titlebar,
.titlebar { /*others*/
background-color: transparent;
background-image: linear-gradient(to bottom,
alpha(shade(@toolbar_bg_color, 1.04), 0.9),
shade(@toolbar_bg_color, 0.88)
);
}

from the gtk-widgets.css file, and that worked for things like nautilus, but windows for things like gnome-terminal were still transparent even after reboot.

Thanks in advance,


Reply to this

-

 Remove transparency from Windows

 
 by leaffan331 on: Nov 28 2015
 
Score 50%

Hello

This is a great theme. I was wondering how I would remove the transparency from the titlebars only. I tried removing this:

.header-bar,/*nautilus; system monitor*/
GtkMessageDialog .titlebar,
GtkDialog .titlebar,
.titlebar { /*others*/
background-color: transparent;
background-image: linear-gradient(to bottom,
alpha(shade(@toolbar_bg_color, 1.04), 0.9),
shade(@toolbar_bg_color, 0.88)
);
}

from the gtk-widgets.css file, and that worked for things like nautilus, but titlebars for things like gnome-terminal were still transparent even after reboot.

Thanks in advance,


Reply to this

-
.

 Re: Remove transparency from Windows

 
 by hakamybs on: Nov 28 2015
 
Score 50%

In order to remove all transparencies you just have to edit 'gtk-widgets' and disable the "make transparent" codes. You can do this by:
a) simply removing all text from '/* make transparent */' until the end of the file; OR
b) put '/*' in the beginning of '.background' section and '*/' in the end of the file ('.header-bar' section).


Reply to this

-

 Re: Re: Remove transparency from Windows

 
 by leaffan331 on: Nov 28 2015
 
Score 50%

Thanks for the quick reply. I don't want to remove all transparencies. I like the way the menu's look with the transparencies. Plus the transparencies fix some small rendering glitches that I have noticed with some of my apps.

I just want to remove the transparencies in the titlebars. It seems that that anything that uses CSD's though can't have the transparencies removed.

Thanks again


Reply to this

-

 Re: Re: Re: Remove transparency from Windows

 
 by leaffan331 on: Nov 28 2015
 
Score 63%

I think I figured it out. I needed to add the following after the .background declarations:

.window-frame.ssd,
.window-frame.ssd:backdrop {
background-color: @bg_color;
}


Reply to this

-
.

 Nice

 
 by MoonDragon on: Dec 1 2015
 
Score 63%

Nice theme, I'm using it but I replaced the distributor.svg's etc. for other ones ... didn't like seeing a half-eaten apple similar to a company that repackages and modifies FOSS and sells to the world for high prices


Reply to this

-

 Removing Transparency from top panel. (unity)

 
 by moonstruck on: Dec 3 2015
 
Score 50%
moonstruckmoonstruck
Self Employed
Home

Thanks for the great work!
Any instruction to remove the transparency from top panel/Menu bar?


Reply to this

-

 Re: Removing Transparency from top panel. (unity)

 
 by moonstruck on: Dec 3 2015
 
Score 50%
moonstruckmoonstruck
Self Employed
Home

I've found the howto.
Just added
UnityPanelWidget,
.unity-panel {
background-color: @bg_color;
color: @fg_color; /* Text color */
}

Ref: https://wiki.ubuntu.com/Unity/Theming


Reply to this

-
.

 Re: Re: Removing Transparency from top panel. (uni

 
 by hakamybs on: Jan 8 2016
 
Score 50%

Thank you for your addition. Unity users may appreciate that.


Reply to this

-

 scrollbar invisible

 
 by cisilio on: Dec 11 2015
 
Score 50%

in some windows the scrollbar appear only when clicked.


Reply to this

-

 Hi my friend

 
 by gogi on: Dec 24 2015
 
Score 50%

There's a long time since I've last been there, I downloaded your last version, and there's still an error complaining in log file about "gtk-widgets-plain.css" on line 3849:17 like "Theme parsing error", I think you should add "inset at the beginning of the line to fix this ;)
It's an unimportant complain but I personally don"t like this kind of stuff in log files :))) so it does work for me... Btw great job as always!


Reply to this

-
.

 Re: Hi my friend

 
 by hakamybs on: Dec 25 2015
 
Score 50%

Actually that line was supposed to display outer shadow for the object. Yet, it seems GTK 3.18 doesn't support it.


Reply to this

-

 Re: Re: Hi my friend

 
 by gogi on: Dec 25 2015
 
Score 50%

I see, but what difference would have been on the result if it's settled or not with "inset" at the beginning of this line? I don't know anything about coding so that's just a question.


Reply to this

-
.

 Re: Re: Re: Hi my friend

 
 by hakamybs on: Dec 25 2015
 
Score 50%

Since it's under "box-shadow" properties, generally, 'inset' will draw a shadow inside the border; without 'inset', shadow should be drawn outside the border (drop shadow). Yet, in this case, drop shadow outside the border could not be drawn (under ".app-notification.frame") then the error message occurred.


Reply to this

-

 Re: Re: Re: Re: Hi my friend

 
 by gogi on: Dec 25 2015
 
Score 50%

ok, thanks.


Reply to this

-
.

 Re: Re: Re: Hi my friend

 
 by hakamybs on: Dec 25 2015
 
Score 50%

Since it's under "box-shadow" properties, generally, 'inset' will draw a shadow inside the border; without 'inset', shadow should be drawn outside the border (drop shadow). Yet, in this case, drop shadow outside the border could not be drawn (under ".app-notification.frame") then the error message occurred.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team