[kupfer] ui: Use a little less transparent
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer] ui: Use a little less transparent
- Date: Mon, 21 Mar 2011 17:05:34 +0000 (UTC)
commit d8c89357e1dcfae5a55250d1e9b410ad213736e4
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Mon Mar 21 18:05:22 2011 +0100
ui: Use a little less transparent
Documentation/GTKTheming.rst | 4 ++--
kupfer/plugin/darkstyle.py | 4 ++--
kupfer/ui/browser.py | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Documentation/GTKTheming.rst b/Documentation/GTKTheming.rst
index 5dda4cd..6341003 100644
--- a/Documentation/GTKTheming.rst
+++ b/Documentation/GTKTheming.rst
@@ -65,7 +65,7 @@ The following example style includes inline comments::
## The MatchView is the bezel around each pane in the interface
MatchView :: corner-radius = 15
- MatchView :: opacity = 70
+ MatchView :: opacity = 80
## The Search controls the result list
@@ -73,7 +73,7 @@ The following example style includes inline comments::
## The KupferWindow is the whole main window
KupferWindow :: corner-radius = 15
- KupferWindow :: opacity = 80
+ KupferWindow :: opacity = 85
KupferWindow :: decorated = 0
KupferWindow :: border-width = 8
diff --git a/kupfer/plugin/darkstyle.py b/kupfer/plugin/darkstyle.py
index b53566e..758f393 100644
--- a/kupfer/plugin/darkstyle.py
+++ b/kupfer/plugin/darkstyle.py
@@ -51,10 +51,10 @@ style "dark"
## These are UI Widget style properties with their approximate
## default values. These can all be overidden in the theme.
## MatchView :: corner-radius = 15
-## MatchView :: opacity = 70
+## MatchView :: opacity = 80
## Search :: list-opacity = 93
## KupferWindow :: corner-radius = 15
-## KupferWindow :: opacity = 80
+## KupferWindow :: opacity = 85
## KupferWindow :: decorated = 0
## KupferWindow :: border-width = 8
diff --git a/kupfer/ui/browser.py b/kupfer/ui/browser.py
index 583a278..3c5a153 100644
--- a/kupfer/ui/browser.py
+++ b/kupfer/ui/browser.py
@@ -493,7 +493,7 @@ gtk.widget_class_install_style_property(MatchView,
gtk.widget_class_install_style_property(MatchView,
('opacity', gobject.TYPE_INT, 'Bezel opacity',
'Opacity of bezel around match',
- 50, 100, 70,
+ 50, 100, 80,
gobject.PARAM_READABLE))
class Search (gtk.Bin):
@@ -1662,7 +1662,7 @@ gtk.widget_class_install_style_property(KupferWindow,
gtk.widget_class_install_style_property(KupferWindow,
('opacity', gobject.TYPE_INT, 'Frame opacity',
'Opacity of window background',
- 50, 100, 80,
+ 50, 100, 85,
gobject.PARAM_READABLE))
gtk.widget_class_install_style_property(KupferWindow,
('decorated', gobject.TYPE_BOOLEAN, 'Decorated',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]