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

Libra

   2.3  

GTK 3.x Theme/Style

Score 73%
Libra
zoom


Libra
zoom


Libra
zoom


Downloads:  46841
Submitted:  Oct 29 2014
Updated:  Aug 10 2015

Description:

A light modern theme.

NEW:
Now version 2 in light and dark variant!




Version 1.2
Ubuntu Unity 14.10, Gnome 3.12, XFCE(xubuntu 14.10)

Version 2.3
Ubuntu Unity 15.04, Gnome 3.14, XFCE(xubuntu 15.04)

Version 2.3 is only for GTK3.14. If you have older versions of GTK, it may not work properly

GTK2 engines requirement
GTK2 engine Murrine
GTK2 engine pixbuf

Fedora/RedHat distros:
yum install gtk-murrine-engine gtk2-engines

Ubuntu/Mint/Debian distros:
sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf

ArchLinux:
pacman -S gtk-engine-murrine gtk-engines




Changelog:

0.1 Initial version
0.2 Some changes to the buttons and slides
0.3 changed icons background on unity bar.
0.4 Removed transparency on top bar due to a unity bug. If you want the transparent panel, the only way is to set it with Unity tweak tool.
0.5 Fixed a bug on nautilus, fixed tab background color
0.6 Introduced Gnome 3.12 support
0.7 Fixed a bug on Gimp in GTK2
1.0 Started support for XFCE. General fixing GTK2.
1.1 Changed scrollbar color. The change can be seen if
you are not using the Unity overlay.
Modified some buttons
Menuicon bugfix
Changed selected text color
1.2 Fix volume indicator bug

2.0 Updated to work with GTK 3.14
2.1 Some minor bugfixes and improvements
not yet optimized for Cinnamon
2.2 Changed some gtk2 widget
Some bugfix
2.3 GTK2 bugfix




LicenseGPL
Ubuntu(Libra 2.3)
Ubuntu(Libra Dark 2.3)
Ubuntu(Libra 1.2)
Send to a friend
Subscribe
Other  Content  from dolkand
Report inappropriate content



goto page: prev   1  2  3  4  5 

-

 Excellent!

 
 by HWolf on: Aug 11 2015
 
Score 50%

It looks good on Ubuntu 15.10
What is the name of the icons that you are using?


Reply to this

-

 Re: Excellent!

 
 by dolkand on: Aug 12 2015
 
Score 50%

Hi, icons are ultra-flat-icons


Reply to this

-

 attractive theme

 
 by MoonDragon on: Aug 13 2015
 
Score 50%

but I'll have to wait for the 3.16 version


Reply to this

-
.

 Thank you!!!

 
 by boospy on: Aug 21 2015
 
Score 50%

Really good theme! Like it so much! Ubuntu 14.04.


Reply to this

-

 Gnome Shell Legacy Tray Support

 
 by jsnj on: Dec 22 2015
 
Score 50%

Love Libra Dark. Legacy Tray support is missing though. I added this to the gnome-shell.css file.

.legacy-tray {
background-color: #272727;
border: 0px solid #616161;
border-bottom-width: 0;
box-shadow: inset 0 1px 0 0 #616161; }
.legacy-tray:ltr {
border-radius: 0 0px 0 0;
border-left-width: 0; }
.legacy-tray:rtl {
border-radius: 0px 0 0 0;
border-right-width: 0; }


.legacy-tray-handle,
.legacy-tray-icon {
padding: 6px; }
.legacy-tray-handle StIcon,
.legacy-tray-icon StIcon {
icon-size: 16px; }
.legacy-tray-handle:hover,
.legacy-tray-handle:focus {
background-color: rgba(0,0,0,0.0); }
.legacy-tray-icon:hover,
.legacy-tray-icon:focus {
background-color: #3cb0fd; }

.legacy-tray-icon-box {
spacing: 12px; }
.legacy-tray-icon-box:ltr {
padding-left: 12px; }
.legacy-tray-icon-box:rtl {
padding-right: 12px; }
.legacy-tray-icon-box StButton {
width: 24px;
height: 24px; }


Reply to this

-
.

 Color of version 1.2

 
 by minhthai on: May 11 2016
 
Score 50%

Could you make the color of the left panel (the one that contains the directory tree) the same color as in version 2.3 ?
I love v2.3 so much but I'm using ubuntu 14.04 so I can only use v1.2


Reply to this

-
.

 Ubuntu 16.04 support

 
 by minhthai on: May 17 2016
 
Score 50%

Could you add support for Ubuntu 16.04?


Reply to this

goto page: prev   1  2  3  4  5 

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