Warning: session_start(): open(/tmp/sess_8ltcb02a40a2nqrb5vg0ullfb5, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Mist-Redmond 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 (10) .- Knowledge Base  . 

Mist-Redmond

   1.2  

GTK 3.x Theme/Style

Score 69%
Mist-Redmond
zoom


Mist-Redmond
zoom


Downloads:  3603
Submitted:  Nov 30 2012
Updated:  Jul 10 2015

Description:

Mist like theme for gtk2/3 with colors from Redmond theme.
gtk2 theme uses Mist engine.
gtk3 theme uses default gtk3 engine.

gtk3.8 theme needed gtk3 version 3.8.
gtk3.6 theme needed gtk3 version 3.6.

PS. Far from all gtk3 applications were tested (only installed on my system).




Changelog:

Version 1.2 (2013-05-25)
------------------------
Fix disappear of Gnome Shell background image
Fix small appearance bugs
Minor code rewrite
Upload gtk3.6 version

Version 1.1a (2013-04-23)
------------------------
Very small bugfixes:
* more accurate size of controls between gtk2 & gtk3 versions (combo & editboxes)
* radio and checkboxes hilight fix
* remove hardcoded font for xfce panel

Version 1.1 (2013-04-22)
------------------------
Menu appearance bugfix for gtk 3.6 -> 3.8 update

Version 1.0 (2012-12-01)
------------------------
Initial release




LicenseGPL
other(gtk3.8-theme_Mist-Redmond)
other(gtk3.6-theme_Mist-Redmond)
Send to a friend
Subscribe
Other  Content  from SunStroke
Report inappropriate content



goto page: prev   1  2 

-
.

 The missing theme

 
 by b6fan on: Jun 11 2013
 
Score 50%

I like Mint theme for gtk2. But gnome3 just sucks. All gtk3/gtk2 themes including famous zukitwo are not matched very well. This is the missing theme I am looking for.


Reply to this

-
.

 Progress bar

 
 by gravy on: Jul 20 2013
 
Score 50%

I want to use #0A2368 instead of #7c9fc2 for selected_bg_color but I need to change the text of progress bar from black/dark to bright/white.

How do I do so?


Reply to this

-

 xfce-notify-4.0

 
 by gravy on: Aug 1 2013
 
Score 50%

Here is a them for xfce-notify-4.0.
Anything related to "notify-summary" is skipped with # since I get no differences.

Preview http://bayimg.com/eAoPHaaea

/Mist-Redmond/xfce-notify-4.0/gtkrc


style "notify-window"
{
XfceNotifyWindow::summary-bold = 1
XfceNotifyWindow::border-color = "#888888"
XfceNotifyWindow::border-color-hover = "#FAF7F2"
XfceNotifyWindow::border-radius = 5.0
XfceNotifyWindow::border-width = 1
XfceNotifyWindow::border-width-hover = 1
bg[NORMAL] = "#D4CFC7"
}

style "notify-button"
{
bg[NORMAL] = "#D4CFC7"
bg[PRELIGHT] = "#D4CFC7"
fg[NORMAL] = "#000"
fg[PRELIGHT] = "#000"
engine "mist"
{
}
}

style "notify-text"
{
fg[NORMAL] = "#000"
GtkWidget::link-color = "#6070B0"
}

#style "notify-summary"
#{
# font_name = "Bold"
#}

style "notify-progressbar"
{
xthickness = 1
ythickness = 1

fg[PRELIGHT] = "#000000"
bg[NORMAL] = "#C1BBB1"
bg[SELECTED] = "#474C51"

engine "mist"
{
}
}

class "XfceNotifyWindow" style "notify-window"
#widget "XfceNotifyWindow.*.summary" style "notify-summary"
widget_class "XfceNotifyWindow.*<GtkButton>" style "notify-button"
widget_class "XfceNotifyWindow.*.<GtkLabel>" style "notify-text"
widget_class "XfceNotifyWindow.*.<GtkProgress>" style "notify-progressbar"
widget_class "XfceNotifyWindow.*.<GtkProgressBar>" style "notify-progressbar"


Reply to this

-
.

 Black gtk3 bug - Solution?

 
 by mgbob on: Aug 12 2013
 
Score 50%

Today I downloaded again the theme, and update to the newer versions. I encountered the same bug with black windows with gtk3 apps and Archlinux.

My problem was that I was copying the theme to /usr/share/themes .
When I copy it to ~/.themes, everything works great. This is the only theme that doesn't work when I copy it to the shared folder.

It's not very important issue, but I hope the 'fix' will work for those who have problems.

And to the author, thanks again for this great theme!
Have a nice day.


Reply to this

-

 Re: Black gtk3 bug - Solution?

 
 by SunStroke on: Aug 12 2013
 
Score 50%

Strangely, for me this theme work just fine in /usr/share/themes folder. But i use archlinux with xfce, and all my few gtk3 applications looks good.


Reply to this

-

 Re: Re: Black gtk3 bug - Solution?

 
 by SunStroke on: Aug 12 2013
 
Score 50%

...And all tests from "gtk3-demo" app pass through without visual errors.


Reply to this

-

 Orig colors.

 
 by scorici on: Dec 4 2013
 
Score 50%

Hi, can you please make a redmond theme with original color like the gtk2 theme but for gtk3.
I realy like to have a uniform theme for gtk2/gtk3/wine applications, or a good integration for wine apps with gtk2/gtk3 apps and desktop.
I'm using Mate Desktop and I've tried in settings changing the color to the original redmond theme but it only changes it for gtk2 apps. :-(
I've tried some themes like raleigh but it's not close enough to redmond.


Reply to this

-

 Re: Orig colors.

 
 by SunStroke on: Dec 5 2013
 
Score 50%

I think it not so easy, adapt gtk2 redmond theme for gtk3. Because of 2-pixel border of classic redmond theme with different color for each pixel. It is hard to achive that effect (and draw other controls of redmond theme) with pure css coding (maybe css gradient command, don`t know...). Briefly, i don`t want to start that work, because i do not use redmond theme for myself.

PS. Sorry for my english.


Reply to this

-
.

 Little GTK3 bug

 
 by FIlIPy65 on: Jul 9 2015
 
Score 50%

Thanks for the theme friend.
But I'm having some problem with GTK3 windows, almost every item is rounded by a line:
http://i.imgur.com/QRNAsNO.png

Do you know what can be?

I'm running GTK 3.16.5 and XFCE 4.12 on Arch Linux 64bits.

Thanks in advance.


Reply to this

-

 Re: Little GTK3 bug

 
 by SunStroke on: Jul 15 2015
 
Score 50%

It is because of GTK3 version. Theme was developed for GTK 3.8, which i still use. Since GTK 3.10 theme engine was changed, my theme needs to be reworked.


Reply to this

-

 Re: Re: Little GTK3 bug

 
 by FIlIPy65 on: Jul 16 2015
 
Score 50%

Oh, I understand.
I'm trying to use "old" GTK2 version of what I can.
But I know that active GTK2 apps sometime will become GTK3 as XFCE, wich developers announced already about 4.14 version.

Here, my GTK3 version is on 3.16.

I'll keep eyes on here waiting for updates. :D

Thanks for answer.
Have cheers! o/


Reply to this

goto page: prev   1  2 

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