[Xfce4-commits] [panel-plugins/xfce4-notes-plugin] 01/01: gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color
noreply at xfce.org
noreply at xfce.org
Mon Apr 13 23:27:44 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 1588650c707102b52ad494c3883889a075335686
Author: Mike Massonnet <mmassonnet at gmail.com>
Date: Mon Apr 13 23:27:41 2015 +0200
gtkrc: fix syntax and switch fg[NORMAL] to @notes_fg_color
---
data/gtk-2.0/notes.gtkrc | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/data/gtk-2.0/notes.gtkrc b/data/gtk-2.0/notes.gtkrc
index 5965e43..01b4428 100644
--- a/data/gtk-2.0/notes.gtkrc
+++ b/data/gtk-2.0/notes.gtkrc
@@ -43,8 +43,9 @@ fg[NORMAL] = @notes_bg_color
style "notes-notebook" = "notes-default" {
xthickness = 0
ythickness = 1
+
bg[NORMAL] = @notes_fg_color
-fg[NORMAL] = @notes_bg_color
+fg[NORMAL] = @notes_fg_color
fg[ACTIVE] = shade(0.77, at notes_fg_color)
engine "pixmap" {
@@ -126,6 +127,7 @@ fg[ACTIVE] = shade(0.77, at notes_fg_color)
border = { 4, 4, 4, 4 }
stretch = TRUE
}
+ }
}
style "notes-scrollbar" = "notes-default" {
@@ -369,5 +371,5 @@ widget "notes-window*" style "notes-default"
widget "notes-window" style "notes-window"
widget "gtk-tooltip*" style "notes-tooltips"
widget "*notes-notebook*" style "notes-notebook"
-widget_class "*GtkScrolledWindow*" style "notes-scrollbar"
+widget_class "*<GtkScrolledWindow>*" style "notes-scrollbar"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list