[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 02/02: gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs border
noreply at xfce.org
noreply at xfce.org
Mon Apr 13 23:14:05 CEST 2015
This is an automated email from the git hooks/post-receive script.
mmassonnet pushed a commit to branch master
in repository panel-plugins/xfce4-notes-plugin.
commit 9320d3037bf10ff34e87512a2475ca1e8815b323
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Mon Apr 13 23:04:51 2015 +0200
gtkrc: no need for bg[ACTIVE], use shade on fg[ACTIVE], and redefine tabs border
---
data/gtk-2.0/notes.gtkrc | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/data/gtk-2.0/notes.gtkrc b/data/gtk-2.0/notes.gtkrc
index 1c0e918..5965e43 100644
--- a/data/gtk-2.0/notes.gtkrc
+++ b/data/gtk-2.0/notes.gtkrc
@@ -45,15 +45,14 @@ xthickness = 0
ythickness = 1
bg[NORMAL] = @notes_fg_color
fg[NORMAL] = @notes_bg_color
-bg[ACTIVE] = shade(1.166, at notes_bg_color)
-fg[ACTIVE] = @notes_fg_color
+fg[ACTIVE] = shade(0.77, at notes_fg_color)
engine "pixmap" {
image {
function = EXTENSION
state = ACTIVE
file = "tabs/tab-bottom.png"
- border = { 3,3,3,5 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = TOP
}
@@ -61,7 +60,7 @@ fg[ACTIVE] = @notes_fg_color
function = EXTENSION
state = ACTIVE
file = "tabs/tab-top.png"
- border = { 3,3,5,5 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = BOTTOM
}
@@ -86,7 +85,7 @@ fg[ACTIVE] = @notes_fg_color
function = EXTENSION
state = NORMAL
file = "tabs/tab-bottom-active.png"
- border = { 3,3,3,5 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = TOP
}
@@ -94,7 +93,7 @@ fg[ACTIVE] = @notes_fg_color
function = EXTENSION
state = NORMAL
file = "tabs/tab-top-active.png"
- border = { 3,3,5,3 }
+ border = { 3,3,3,3 }
stretch = TRUE
gap_side = BOTTOM
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list